veto over creating /manual/ under ServerRoot. It's possible he also
ment to veto the Alias, I'm not clear. If that's the case, these alias
sections can be removed entirely. I personally believe they are goodness.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91327
13f79535-47bb-0310-9956-
ffa450edef68
Allow from all
</Directory>
- # This Alias will project the on-line documentation tree into your
- # logical DocumentRoot. Comment it if you don't want to provide access
- # to the on-line docu for some reason.
+ # This Alias will project the on-line documentation tree under /manual/
+ # even if you change the DocumentRoot. Comment it if you don't want to
+ # provide access to the on-line documentation.
#
- Alias /manual/ "@@ServerRoot@@/manual/"
+ Alias /manual/ "@@ServerRoot@@/htdocs/manual/"
- <Directory "@@ServerRoot@@/manual">
+ <Directory "@@ServerRoot@@/htdocs/manual">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
- # This Alias will project the on-line documentation tree into your
- # logical DocumentRoot. Comment it if you don't want to provide access
- # to the on-line docu for some reason.
+ # This Alias will project the on-line documentation tree under /manual/
+ # even if you change the DocumentRoot. Comment it if you don't want to
+ # provide access to the on-line documentation.
#
- Alias /manual/ "sys:/apache/manual/"
+ Alias /manual/ "sys:/apache/htdocs/manual/"
- <Directory "sys:/apache/manual">
+ <Directory "sys:/apache/htdocs/manual">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
- # This Alias will project the on-line documentation tree into your
- # logical DocumentRoot. Comment it if you don't want to provide access
- # to the on-line docu for some reason.
+ # This Alias will project the on-line documentation tree under /manual/
+ # even if you change the DocumentRoot. Comment it if you don't want to
+ # provide access to the on-line documentation.
#
- Alias /manual/ "@@ServerRoot@@/manual/"
+ Alias /manual/ "@@ServerRoot@@/htdocs/manual/"
- <Directory "@@ServerRoot@@/manual">
+ <Directory "@@ServerRoot@@/htdocs/manual">
Options Indexes FollowSymlinks MultiViews
AllowOverride None
Order allow,deny