]> granicus.if.org Git - apache/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)
commit4c34cb97d262df10a7df785be2399bb0455587db
tree4e317c353678068ed04c92397465f243079ab8ba
parent1302ef82bbc23eb7b6da1b188e76a8d057d33d57
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