Where my Apache settings are
Friday, March 21st, 2008This is just a note to self, because I run Apache to test some online experiments locally. Settings are in /etc/apache2 I changed the document root to my home directory; this setting is in /etc/apache2/sites-available/default. I allow only connections from 127.0.0.1 (localhost), this setting is also in that file. More general settings are in /etc/apache2/httpd.conf […]