From ac103ba140136872ac96c108f88b7cb94349e652 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 12 Feb 2004 03:06:34 +0000 Subject: [PATCH] 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 --- docs/manual/howto/public_html.html.en | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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

-- 2.47.2