]> Sergey Matveev's repositories - public-inbox.git/commit
add example configs for Apache2 mod_perl and CGI
authorEric Wong <e@80x24.org>
Wed, 30 Apr 2014 20:24:54 +0000 (20:24 +0000)
committerEric Wong <e@80x24.org>
Wed, 30 Apr 2014 20:26:57 +0000 (20:26 +0000)
commitd444d9aebc6e401333968ec697c48fb23214a1ea
tree3f75d98092ab82d3701b58f26b3962394e957580
parentf286304f47685f6530462439b95951e2af86051f
add example configs for Apache2 mod_perl and CGI

These are probably still popular configurations in some
settings, so include sample configurations to get folks
started.  These are trickier than an average CGI script
to setup because we rely on pretty URLs from PATH_INFO
and not ugly query parameters.
examples/apache2_cgi.conf [new file with mode: 0644]
examples/apache2_perl.conf [new file with mode: 0644]
public-inbox.cgi