]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
A couple small tweaks to the public_html tutorial.
authorJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 18:37:46 +0000 (18:37 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 6 Sep 2002 18:37:46 +0000 (18:37 +0000)
commitf0d873452236928820fec1e28456742a3ed47c8e
tree4e317c353678068ed04c92397465f243079ab8ba
parentd773f1895c64197763f942071ea27b1af57770de
A couple small tweaks to the public_html tutorial.

1. Add a <seealso> to urlmapping.html.

2. Take some markup out of a <title>.  It is technically allowed,
but probably not a good idea.

3. Replace <DirectoryMatch /home/*/cgi-bin> with <Directory /home/*/cgi-bin>
since that is a shell-style wildcard and not a regular expression.  Also
replace Options +ExecCGI with Options ExecCGI, because it is safest to turn
off non-CGI Options in a cgi-bin directory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96691 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/howto/public_html.html.en
docs/manual/howto/public_html.xml