diff options
| author | ChatChimi <Pichue07@gmail.com> | 2020-04-18 14:23:26 +0200 |
|---|---|---|
| committer | ChatChimi <Pichue07@gmail.com> | 2020-04-18 14:23:26 +0200 |
| commit | dc48cf7cbca435becc481c80214b320e78825eeb (patch) | |
| tree | 79642f267de8d8a04655d1ce3670a9acaeffb081 /www/apache-modified/apache2.conf | |
| parent | 1323e52025bfd6f6e7584295619002a897c8da0c (diff) | |
| parent | 4378405eea982cb3a42584d95767b5003675f611 (diff) | |
| download | ATS-dc48cf7cbca435becc481c80214b320e78825eeb.tar.gz ATS-dc48cf7cbca435becc481c80214b320e78825eeb.tar.bz2 ATS-dc48cf7cbca435becc481c80214b320e78825eeb.zip | |
Merge branch 'master' of https://github.com/clyhtsuriva/ATS-Project
Diffstat (limited to '')
| -rwxr-xr-x | www/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 |
