about summary refs log tree commit homepage
path: root/examples/README
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/README
parent17e9e2b0df6d445883b2822c49c971fb9abe3c0e (diff)
downloadpublic-inbox-8665c69c48a88960ffb0aa6a9bacc380fa86f83d.tar.gz
Plack::Handler::Apache2 exists and seems to work very well.
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README13
1 files changed, 6 insertions, 7 deletions
diff --git a/examples/README b/examples/README
index 51133937..1244cb2c 100644
--- a/examples/README
+++ b/examples/README
@@ -5,14 +5,13 @@ For all server admins
 ---------------------
 public-inbox-config - configuration file, this maps configured inboxes
 
-For Apache2 users without Plack
--------------------------------
-apache2_perl.conf - intended to be the basis of a production config
+For PSGI/Plack (HTTP) servers
+-----------------------------
+public-inbox.psgi - starting point for PSGI/Plack users in production and dev
 
-Web server configs for quick-and-dirty demos
---------------------------------------------
-apache2_cgi.conf - for Apache2 users who cannot install mod_perl
-cgi-webrick.rb - only for Rubyists who do not wish to install Plack or Apache
+For Apache2 users
+-----------------
+apache2_perl.conf - intended to be the basis of a production config
 
 Contact
 -------