This tutorial will show you how to set up a TLS/SSL certificate from Let’s Encrypt on an Ubuntu 14.04 server running Apache as a web server
Redirect index.html and index.php to the home page
How to redirect index.html and index.php to the home page.
Nginx Apache 2 and subversion 502 Bad Gateway error
The Problem I recently ran into this problem and couldn’t find any useful information on the net around fixing it. All subversion checkouts, commits and other basic operations work just fine, but when attempting to copy, move or tag (copy) I would get the below (502 Bad Gateway) error. greg@codemine:~/code/Foo …
Leggi tutto “Nginx Apache 2 and subversion 502 Bad Gateway error”
Apache Settings Virtualhost
Here an example of a setting for Apache virtualhost First of all install apache2 if is not installed then chose www-data as owner of the directory var/www recursively create the directory www.esempio.it create the directory www.esempio.it/cgi-bin for log files create the directory /var/log/www.esempio.it [shell] apt-get install apache2 chown -R www-data:www-data /var/www …