diff options
-rw-r--r-- | tools/python/google/httpd_config/httpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/python/google/httpd_config/httpd.conf b/tools/python/google/httpd_config/httpd.conf index fc7a498..0457be4 100644 --- a/tools/python/google/httpd_config/httpd.conf +++ b/tools/python/google/httpd_config/httpd.conf @@ -234,7 +234,7 @@ LoadModule headers_module lib/apache/mod_headers.dll #LoadModule dav_module lib/apache/libdav.dll #LoadModule ssl_module lib/apache/libssl.dll #LoadModule perl_module lib/apache/libperl.dll -LoadModule php4_module lib/apache/libphp4.dll +#LoadModule php4_module lib/apache/libphp4.dll #LoadModule hfs_apple_module lib/apache/mod_hfs_apple.dll #LoadModule bonjour_module lib/apache/mod_bonjour.dll @@ -278,7 +278,7 @@ AddModule mod_so.c #AddModule mod_dav.c #AddModule mod_ssl.c #AddModule mod_perl.c -AddModule mod_php4.c +#AddModule mod_php4.c #AddModule mod_hfs_apple.c #AddModule mod_bonjour.c |