From: Ken Coar ScriptAlias
pointing to
-a cgi script which outputs a 301 or 302 status and the
+a CGI script which outputs a 301 or 302 status and the
location
of the other server.
By using a cgi-script you can intercept various requests +
By using a CGI script you can intercept various requests and -treat them specially, e.g., you might want to intercept POST +treat them specially, e.g., you might want to intercept +POST requests, so that the client isn't redirected to a script on the other server which expects POST information (a redirect will lose the POST information.) You might also want to use a CGI script if you don't @@ -108,7 +109,8 @@ characters.
The correct procedure is to move the logfile, then signal Apache to tell it to reopen the logfiles.
-Apache is signaled using the SIGHUP (-1) signal. e.g. +
Apache is signaled using the SIGHUP (-1) signal. +e.g.
mv access_log access_log.old
header. It is important to note that this condition exists only if you only implement this policy at the IP layer - all security controls used by Apache (i.e., allow, deny from, etc.) are consistently -respected. +HREF="../mod/mod_access.html">allow, deny from, etc.) are +consistently respected.
kill -1 `cat httpd.pid` diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html index 09aede8b8ae..cc8621263ff 100644 --- a/docs/manual/suexec.html +++ b/docs/manual/suexec.html @@ -400,7 +400,8 @@ location.If your installation requires location of the wrapper program in a different -directory, either add
-DSUEXEC_BIN=\"</your/path/to/suexec>\"
+directory, either add +-DSUEXEC_BIN=\"</your/path/to/suexec>\"
to your CFLAGS (or edit src/include/httpd.h) and recompile your Apache server. See Compiling and Installing Apache (and the INSTALL file in the source distribution) diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en index 09aede8b8ae..cc8621263ff 100644 --- a/docs/manual/suexec.html.en +++ b/docs/manual/suexec.html.en @@ -400,7 +400,8 @@ location.If your installation requires location of the wrapper program in a different -directory, either add
-DSUEXEC_BIN=\"</your/path/to/suexec>\"
+directory, either add +-DSUEXEC_BIN=\"</your/path/to/suexec>\"
to your CFLAGS (or edit src/include/httpd.h) and recompile your Apache server. See Compiling and Installing Apache (and the INSTALL file in the source distribution) diff --git a/docs/manual/vhosts/details.html b/docs/manual/vhosts/details.html index a82700b69d7..8a69668b7a9 100644 --- a/docs/manual/vhosts/details.html +++ b/docs/manual/vhosts/details.html @@ -307,7 +307,7 @@ taken to be a proxy request. number for the request. The request is only caught if the port number to which the client sent the request matches the port number of your_default_
vhost which is your standardPort
- by default. A wildcard port can be specified (i.e. + by default. A wildcard port can be specified (i.e.,_default_:*
) to catch requests to any available port.@@ -322,7 +322,8 @@ taken to be a proxy request.
A _default_
vhost or the main_server is never matched for a request with an unknown or missingHost:
header field if the client connected to an address (and port) which is used - for name-based vhosts, e.g., in aNameVirtualHost
directive. + for name-based vhosts, e.g., in aNameVirtualHost
+ directive.
You should never specify DNS names in VirtualHost
diff --git a/docs/manual/vhosts/host.html b/docs/manual/vhosts/host.html index 1f4df0b6fcb..5788676af8b 100644 --- a/docs/manual/vhosts/host.html +++ b/docs/manual/vhosts/host.html @@ -123,8 +123,8 @@ access towww.foo.com
to get private.foo.comCompatibility with Older Browsers
diff --git a/docs/manual/vhosts/virtual-host.html b/docs/manual/vhosts/virtual-host.html index ac93534f307..aa81fad91e3 100644 --- a/docs/manual/vhosts/virtual-host.html +++ b/docs/manual/vhosts/virtual-host.html @@ -66,7 +66,8 @@ single daemon which supports all the virtual hosts. Use multiple daemons when:
- The different virtual hosts need very different httpd configurations, such - as different values for: ServerType, + as different values for: + ServerType, User, Group, TypesConfig or @@ -203,5 +204,5 @@ of The latter will probably manifest itself in a later version of Apache. -