From 8665c69c48a88960ffb0aa6a9bacc380fa86f83d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 28 Feb 2016 23:03:52 +0000 Subject: examples: various Apache-related doc updates Plack::Handler::Apache2 exists and seems to work very well. --- examples/apache2_cgi.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/apache2_cgi.conf') 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" -- cgit v1.2.3-24-ge0c7