From dae2c7b509308c052406a0d811e84e30db1bedd2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 30 Apr 2014 22:04:44 +0000 Subject: examples: make web configs consistent and add README Hopefully this is enough to get some folks started. --- examples/apache2_perl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/apache2_perl.conf') diff --git a/examples/apache2_perl.conf b/examples/apache2_perl.conf index e963af6e..04d5a8e8 100644 --- a/examples/apache2_perl.conf +++ b/examples/apache2_perl.conf @@ -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 -- cgit v1.2.3-24-ge0c7