From: Ken Coar Date: Thu, 17 Sep 1998 14:52:03 +0000 (+0000) Subject: Some more consistency (cgi -> CGI) fixes, and shortened long lines. X-Git-Tag: 1.3.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda1e03ed0054557de5a4093ba1613c519ecb12a;p=thirdparty%2Fapache%2Fhttpd.git Some more consistency (cgi -> CGI) fixes, and shortened long lines. (There are about 200 more >80 lines in the dos, but I haven't the time now to fix 'em. Oh well.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82069 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/howto.html b/docs/manual/misc/howto.html index 3137e871f53..980d4061aa7 100644 --- a/docs/manual/misc/howto.html +++ b/docs/manual/misc/howto.html @@ -60,13 +60,14 @@ what they gave in the original URL, they'll be sent to "http://www.apache.org". The second option is to set up a 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
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 standard Port - 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 missing Host: header field if the client connected to an address (and port) which is used - for name-based vhosts, e.g., in a NameVirtualHost directive. + for name-based vhosts, e.g., in a NameVirtualHost + 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 to www.foo.com to get private.foo.com 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.

    Compatibility 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. - - + +