From: Rich Bowen Date: Thu, 12 Feb 2004 03:06:34 +0000 (+0000) Subject: Conversion from xml change - add correct path, and useful example. X-Git-Tag: 2.0.49~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac103ba140136872ac96c108f88b7cb94349e652;p=thirdparty%2Fapache%2Fhttpd.git Conversion from xml change - add correct path, and useful example. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102636 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 80f282303cf..19e8028d977 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -122,12 +122,20 @@ cgi-enabled.

- <Directory /home/*/cgi-bin/>
+ <Directory /home/*/public_html/cgi-bin/>
Options ExecCGI
SetHandler cgi-script
</Directory>

+

Then, presuming that UserDir is set to + public_html, a cgi program example.cgi + could be loaded from that directory as:

+ +

+ http://example.com/~rbowen/cgi-bin/example.cgi +

+
top

Allowing users to alter configuration