Tag: web applications
MariaDB/MySQL Will Not Start
https://www.percona.com/forums/questions-discussions/percona-xtradb-cluster/42921-unable-to-start-mysql-service ERROR: When there is a database error where your sites can’t connect to the db. This happened to me…
How To Optimize A Table In MySQL Or MariaDB
http://stackoverflow.com/questions/5474662/mysql-optimize-all-tables $ mysqlcheck -u root -p -o dbname In MariaDB you will see: … note : Table does not support…
Migrating Nextcloud From Apache To Nginx On Ubuntu 16.04
1. Configuring Apache $ sudo apt-get update $ sudo nano /etc/apache2/ports.conf modify the VirtualHost and Listen lines for port 80…
How To Access Nextcloud Data Directory
ERROR: can’t cd into nextcloud data directory. Would like to be able to copy/move files in this directory to an…
How To Install Nextcloud On Ubuntu 16.04 Using NGINX & MariaDB
Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud is free and open-source,…
How To Install NGINX AS A Reverse Proxy For Apache On Ubuntu 16.04
https://www.howtoforge.com/tutorial/how-to-install-nginx-as-reverse-proxy-for-apache-on-ubuntu-16-04/ https://devops.profitbricks.com/tutorials/configure-nginx-as-a-reverse-proxy-for-apache-on-ubuntu-1604/ 1. Configuring Apache $ sudo nano /etc/apache2/ports.conf modify the VirtualHost and Listen lines for port 80 to use…