X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=examples%2Fapache2_cgi.conf;h=5ec64d72f54f88474205cdb1b66d791b5659a04f;hb=2f3a39b6a37a91a73368ac6af513b3b7a851c8ff;hp=455e47805ed4920d9df3e53e8285ef0c0fc9719b;hpb=d444d9aebc6e401333968ec697c48fb23214a1ea;p=public-inbox.git diff --git a/examples/apache2_cgi.conf b/examples/apache2_cgi.conf index 455e4780..5ec64d72 100644 --- a/examples/apache2_cgi.conf +++ b/examples/apache2_cgi.conf @@ -1,12 +1,14 @@ -# Example Apache2 configuration using mod_cgi -# adjust paths to your installation +# Example Apache2 configuration using CGI mod_cgi +# If possible, use mod_perl (see apache2_perl.conf) or +# a standalone PSGI/Plack # server instead of this. +# Adjust paths to your installation. ServerName "public-inbox" ServerRoot "/var/www/cgi-bin" DocumentRoot "/var/www/cgi-bin" ErrorLog "/tmp/public-inbox-error.log" PidFile "/tmp/public-inbox.pid" -Listen 8080 +Listen 127.0.0.1:8080 LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so LoadModule env_module /usr/lib/apache2/modules/mod_env.so LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so