diff options
Diffstat (limited to '')
| -rwxr-xr-x | www/apache-modified/apache2.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/apache-modified/apache2.conf b/www/apache-modified/apache2.conf index c1b9b89..3bdb180 100755 --- a/www/apache-modified/apache2.conf +++ b/www/apache-modified/apache2.conf @@ -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/> |
