]> Sergey Matveev's repositories - public-inbox.git/blobdiff - examples/apache2_perl.conf
examples: make web configs consistent and add README
[public-inbox.git] / examples / apache2_perl.conf
index e963af6e4d31183ad9e44b2400b6c1ceb8172ced..04d5a8e81c2a895351ada07c4c83e90af43617a2 100644 (file)
@@ -1,12 +1,12 @@
 # Example Apache2 configuration using mod_perl2
-# adjust paths to your installation
+# 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 perl_module /usr/lib/apache2/modules/mod_perl.so
 LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
 LoadModule dir_module /usr/lib/apache2/modules/mod_dir.so