Make the config more generic.
ServerName localhost
-ServerAdmin phd@{{ inventory_hostname }}
+ServerAdmin webmaster@{{ inventory_hostname }}
MaxConnectionsPerChild 10
<IfModule prefork.c>
AuthUserFile /usr/local/apache2/data/apache.passwd
<RequireAll>
Require ip 127.0.0.1 {{ ansible_facts.default_ipv4.address }}
- Require user phd
+ Require user webmaster
</RequireAll>
</Location>
RemoveHandler .py
</Directory>
-<Location /~phd/Bookmarks>
-ErrorDocument 404 /~phd/Bookmarks/notfound.html
-</Location>
-
<VirtualHost {{ ansible_facts.default_ipv4.address }}:80>
ServerName unknown.invalid
DocumentRoot /usr/local/apache2/_default_/