]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/apache2_cgi.conf
examples: make web configs consistent and add README
[public-inbox.git] / examples / apache2_cgi.conf
index 455e47805ed4920d9df3e53e8285ef0c0fc9719b..775b7e677088cafa6e44f2f970f98a602697f3d8 100644 (file)
@@ -1,12 +1,13 @@
 # Example Apache2 configuration using mod_cgi
-# adjust paths to your installation
+# If possible, use mod_perl (see apache2_perl.conf) 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