about summary refs log tree commit homepage
path: root/examples/apache2_cgi.conf
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-28 23:03:52 +0000
committerEric Wong <e@80x24.org>2016-02-28 23:58:06 +0000
commit8665c69c48a88960ffb0aa6a9bacc380fa86f83d (patch)
tree96026dcb8ce1264f1b57155c9fafbc5435945dae /examples/apache2_cgi.conf
parent17e9e2b0df6d445883b2822c49c971fb9abe3c0e (diff)
downloadpublic-inbox-8665c69c48a88960ffb0aa6a9bacc380fa86f83d.tar.gz
Plack::Handler::Apache2 exists and seems to work very well.
Diffstat (limited to 'examples/apache2_cgi.conf')
-rw-r--r--examples/apache2_cgi.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/apache2_cgi.conf b/examples/apache2_cgi.conf
index 775b7e67..5ec64d72 100644
--- a/examples/apache2_cgi.conf
+++ b/examples/apache2_cgi.conf
@@ -1,5 +1,6 @@
-# Example Apache2 configuration using mod_cgi
-# If possible, use mod_perl (see apache2_perl.conf) instead of this.
+# 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"