stas 02/01/29 07:43:13
Modified: src/docs/1.0/guide config.pod
Log:
- missing +ExecCGI
Revision Changes Path
1.2 +1 -0 modperl-docs/src/docs/1.0/guide/config.pod
Index: config.pod
===================================================================
RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/config.pod,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- config.pod 6 Jan 2002 16:54:56 -0000 1.1
+++ config.pod 29 Jan 2002 15:43:13 -0000 1.2
@@ -448,6 +448,7 @@
Alias /cgi-bin /home/httpd/cgi-bin
<Location /cgi-bin>
SetHandler cgi-script
+ Options +ExecCGI
</Location>
where latter directive invokes mod_cgi. You shouldn't use the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]