summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Coar <coar@apache.org>1998-09-17 14:52:03 +0000
committerKen Coar <coar@apache.org>1998-09-17 14:52:03 +0000
commitdda1e03ed0054557de5a4093ba1613c519ecb12a (patch)
tree8e1aa48fb77c451638d86a291df60a5d8d3c025d
parent681f8e5fecdfea55b1b0ea55fa6a4699ada49b25 (diff)
downloadhttpd-dda1e03ed0054557de5a4093ba1613c519ecb12a.tar.gz
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
-rw-r--r--docs/manual/misc/howto.html10
-rw-r--r--docs/manual/suexec.html3
-rw-r--r--docs/manual/suexec.html.en3
-rw-r--r--docs/manual/vhosts/details.html5
-rw-r--r--docs/manual/vhosts/host.html4
-rw-r--r--docs/manual/vhosts/virtual-host.html7
6 files changed, 19 insertions, 13 deletions
diff --git a/docs/manual/misc/howto.html b/docs/manual/misc/howto.html
index 3137e871f5..980d4061aa 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 <CODE>ScriptAlias</CODE> pointing to
-a <STRONG>cgi script</STRONG> which outputs a 301 or 302 status and the
+a <STRONG>CGI script</STRONG> which outputs a 301 or 302 status and the
location
of the other server.</P>
-<P>By using a <STRONG>cgi-script</STRONG> you can intercept various requests
+<P>By using a <STRONG>CGI script</STRONG> you can intercept various requests
and
-treat them specially, <EM>e.g.</EM>, you might want to intercept <STRONG>POST</STRONG>
+treat them specially, <EM>e.g.</EM>, you might want to intercept
+<STRONG>POST</STRONG>
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.</P>
<P>The correct procedure is to move the logfile, then signal Apache to tell
it to reopen the logfiles.</P>
-<P>Apache is signaled using the <STRONG>SIGHUP</STRONG> (-1) signal. <EM>e.g.</EM>
+<P>Apache is signaled using the <STRONG>SIGHUP</STRONG> (-1) signal.
+<EM>e.g.</EM>
<BLOCKQUOTE><CODE>
mv access_log access_log.old<BR>
kill -1 `cat httpd.pid`
diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html
index 09aede8b8a..cc8621263f 100644
--- a/docs/manual/suexec.html
+++ b/docs/manual/suexec.html
@@ -400,7 +400,8 @@ location.
<P ALIGN="LEFT">
If your installation requires location of the wrapper program in a different
-directory, either add <CODE>-DSUEXEC_BIN=\"<EM>&lt;/your/path/to/suexec&gt;</EM>\"</CODE>
+directory, either add
+<CODE>-DSUEXEC_BIN=\"<EM>&lt;/your/path/to/suexec&gt;</EM>\"</CODE>
to your CFLAGS (or edit src/include/httpd.h) and recompile your Apache server.
See <A HREF="install.html">Compiling and Installing Apache</A>
(and the <SAMP>INSTALL</SAMP> file in the source distribution)
diff --git a/docs/manual/suexec.html.en b/docs/manual/suexec.html.en
index 09aede8b8a..cc8621263f 100644
--- a/docs/manual/suexec.html.en
+++ b/docs/manual/suexec.html.en
@@ -400,7 +400,8 @@ location.
<P ALIGN="LEFT">
If your installation requires location of the wrapper program in a different
-directory, either add <CODE>-DSUEXEC_BIN=\"<EM>&lt;/your/path/to/suexec&gt;</EM>\"</CODE>
+directory, either add
+<CODE>-DSUEXEC_BIN=\"<EM>&lt;/your/path/to/suexec&gt;</EM>\"</CODE>
to your CFLAGS (or edit src/include/httpd.h) and recompile your Apache server.
See <A HREF="install.html">Compiling and Installing Apache</A>
(and the <SAMP>INSTALL</SAMP> file in the source distribution)
diff --git a/docs/manual/vhosts/details.html b/docs/manual/vhosts/details.html
index a82700b69d..8a69668b7a 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
<CODE>_default_</CODE> vhost which is your standard <CODE>Port</CODE>
- by default. A wildcard port can be specified (<EM>i.e.</EM>
+ by default. A wildcard port can be specified (<EM>i.e.</EM>,
<CODE>_default_:*</CODE>) to catch requests to any available port.
<P>
@@ -322,7 +322,8 @@ taken to be a proxy request.
<LI>A <CODE>_default_</CODE> vhost or the main_server is <EM>never</EM>
matched for a request with an unknown or missing <CODE>Host:</CODE> header
field if the client connected to an address (and port) which is used
- for name-based vhosts, <EM>e.g.</EM>, in a <CODE>NameVirtualHost</CODE> directive.
+ for name-based vhosts, <EM>e.g.</EM>, in a <CODE>NameVirtualHost</CODE>
+ directive.
<P>
<LI>You should never specify DNS names in <CODE>VirtualHost</CODE>
diff --git a/docs/manual/vhosts/host.html b/docs/manual/vhosts/host.html
index 1f4df0b6fc..5788676af8 100644
--- a/docs/manual/vhosts/host.html
+++ b/docs/manual/vhosts/host.html
@@ -123,8 +123,8 @@ access to <CODE>www.foo.com</CODE> to get
private.foo.com</CODE> 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 (<EM>i.e.</EM>, <A
-HREF="../mod/mod_access.html">allow, deny from,</A> <EM>etc.</EM>) are consistently
-respected.
+HREF="../mod/mod_access.html">allow, deny from,</A> <EM>etc.</EM>) are
+consistently respected.
<H2>Compatibility with Older Browsers</H2>
diff --git a/docs/manual/vhosts/virtual-host.html b/docs/manual/vhosts/virtual-host.html
index ac93534f30..aa81fad91e 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:
<UL>
<LI>The different virtual hosts need very different httpd configurations, such
- as different values for: <A HREF="../mod/core.html#servertype">ServerType</A>,
+ as different values for:
+ <A HREF="../mod/core.html#servertype">ServerType</A>,
<A HREF="../mod/core.html#user">User</A>,
<A HREF="../mod/core.html#group">Group</A>,
<A HREF="../mod/mod_mime.html#typesconfig">TypesConfig</A> or
@@ -203,5 +204,5 @@ of
The latter will probably manifest itself in a later version of Apache.
<!--#include virtual="footer.html" -->
-</BODY></HTML>
-
+</BODY>
+</HTML>