Commit 63634668 authored by Martin Kraemer's avatar Martin Kraemer
Browse files

Finish documenting /manual location change


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90781 13f79535-47bb-0310-9956-ffa450edef68
parent 0cf3a613
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
Changes with Apache 2.0.25-dev

  *) Move the installed /manual directory out of the /htdocs/ tree, so
     that it can be kept more independently from the remaining document
     root. The "Alias /manual ..." already allowed for easy projection
     into existing private document trees. [Martin Kraemer]

  *) Add specified user attributes to the environment when using
     mod_auth_ldap. This allows you to use mod_include to embed specified
     user attributes in a page like so:
+1 −1
Original line number Diff line number Diff line
# Ha, you're reading this config file looking for the easy way out!
# "how do I make my apache server go really really fast??"
# Well you could start by reading the htdocs/manual/misc/perf-tuning.html
# Well you could start by reading the /manual/misc/perf-tuning.html
# page.  But, we'll give you a head start.
#
# This config file is small, it is probably not what you'd expect on a
+3 −3
Original line number Diff line number Diff line
@@ -416,13 +416,13 @@ Alias /icons/ "@@ServerRoot@@/icons/"
</Directory>

#
# This should be changed to the ServerRoot/htdocs/manual/.  The alias provides
# This should be changed to the ServerRoot/manual/.  The alias provides
# the manual, even if you choose to move your DocumentRoot.  You may comment
# this out if you do not care for the documentation.
#
Alias /manual "@@ServerRoot@@/htdocs/manual"
Alias /manual "@@ServerRoot@@/manual"

<Directory "@@ServerRoot@@/htdocs/manual/">
<Directory "@@ServerRoot@@/manual/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
+1 −1
Original line number Diff line number Diff line
# Magic data for mod_mime_magic Apache module (originally for file(1) command)
# The module is described in htdocs/manual/mod/mod_mime_magic.html
# The module is described in /manual/mod/mod_mime_magic.html
#
# The format is 4-5 columns:
#    Column #1: byte number to begin checking from, ">" indicates continuation