aboutsummaryrefslogtreecommitdiffstats
path: root/www/apache-modified/apache2.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xwww/apache-modified/apache2.conf (renamed from web/apache-modified/apache2.conf)7
1 files changed, 5 insertions, 2 deletions
diff --git a/web/apache-modified/apache2.conf b/www/apache-modified/apache2.conf
index 96c1601..3bdb180 100755
--- a/web/apache-modified/apache2.conf
+++ b/www/apache-modified/apache2.conf
@@ -123,7 +123,7 @@ Group ${APACHE_RUN_GROUP}
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
-HostnameLookups On
+HostnameLookups Off
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
@@ -171,6 +171,9 @@ Include ports.conf
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
+ AddHandler mod_python .py
+ PythonHandler mod_python.publisher
+ PythonDebug On
</Directory>
#<Directory /srv/>
@@ -226,5 +229,5 @@ IncludeOptional sites-enabled/*.conf
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
-ErrorDocument 404 /404.html
+#ErrorDocument 404 /404.html