From 6740cae1bcc37c9f2ffe9a990a2ec66eda5370ef Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Thu, 5 Feb 1998 22:34:05 +0000 Subject: More HTML fixes (improper nesting of tags). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80134 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth.html | 6 ++--- docs/manual/mod/mod_auth_db.html | 6 ++--- docs/manual/mod/mod_auth_dbm.html | 6 ++--- docs/manual/mod/mod_autoindex.html | 26 +++++++++---------- docs/manual/mod/mod_dir.html | 2 +- docs/manual/mod/mod_expires.html | 1 - docs/manual/mod/mod_proxy.html | 52 +++++++++++++++++++------------------- docs/manual/suexec.html | 4 +-- docs/manual/suexec.html.en | 4 +-- 9 files changed, 53 insertions(+), 54 deletions(-) diff --git a/docs/manual/mod/mod_auth.html b/docs/manual/mod/mod_auth.html index 970fd2daf2..ba673dfcb1 100644 --- a/docs/manual/mod/mod_auth.html +++ b/docs/manual/mod/mod_auth.html @@ -29,7 +29,7 @@ textual files.
-

AuthGroupFile

+

AuthGroupFile

AuthName, AuthType and AuthUserFile.


-

AuthUserFile

+

AuthUserFile

AuthName, AuthType and AuthGroupFile.


-

AuthAuthoritative

+

AuthAuthoritative

-

AuthDBGroupFile

+

AuthDBGroupFile

AuthName, AuthType and AuthDBUserFile.


-

AuthDBUserFile

+

AuthDBUserFile

AuthName, AuthType and AuthDBGroupFile.


-

AuthDBAuthoritative

+

AuthDBAuthoritative

-

AuthDbmGroupFile

+

AuthDbmGroupFile

AuthName, AuthType and AuthDBMUserFile.


-

AuthDBMUserFile

+

AuthDBMUserFile

AuthName, AuthDBMGroupFile.


-

AuthDBMAuthoritative

+

AuthDBMAuthoritative


-

AddAlt

+

AddAlt

String is enclosed in double quotes image-incapable or has image loading disabled.
-

AddAltByEncoding

+

AddAltByEncoding

x-compress. image-incapable or has image loading disabled.
-

AddAltByType

+

AddAltByType

-

AddDescription

+

AddDescription

String is enclosed in double quotes
AddDescription "The planet Mars" /web/pics/mars.gif


-

AddIcon

+

AddIcon

AddIconByType should be used in preference to AddIcon, when possible.


-

AddIconByEncoding

+

AddIconByEncoding


-

AddIconByType

+

AddIconByType


-

DefaultIcon

+

DefaultIcon

FancyIndexing. DefaultIcon /icon/unknown.xbm


-

FancyIndexing

+

FancyIndexing


-

HeaderName

+

HeaderName

/web/HEADER, if it exists.

See also ReadmeName.


-

IndexIgnore

+

IndexIgnore

.'. Example: IndexIgnore README .htaccess *~


-

IndexOptions

+

IndexOptions

then only ScanHTMLTitles will be set for the /web/docs/spec directory.


-

ReadmeName

+

ReadmeName

mod_dir issues a redirect to
-

DirectoryIndex

+

DirectoryIndex

modification -

The 'plus' keyword is optional. <num> should be an integer value [acceptable to atoi()], and <type> diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index 486b6a0ff5..bbeca97016 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -59,7 +59,7 @@ and other protocols.


-

ProxyRequests

+

ProxyRequests

ProxyPass directive.
-

ProxyRemote

+

ProxyRemote

-

ProxyPass

+

ProxyPass

-

ProxyBlock

+

ProxyBlock

-

NoProxy

+

NoProxy

-

ProxyDomain

+

ProxyDomain

-

CacheRoot

+

CacheRoot

-

CacheSize

+

CacheSize

-

CacheGcInterval

+

CacheGcInterval

-

CacheMaxExpire

+

CacheMaxExpire

-

CacheLastModifiedFactor

+

CacheLastModifiedFactor

-

CacheDirLevels

+

CacheDirLevels

-

CacheDirLength

+

CacheDirLength

-

CacheDefaultExpire

+

CacheDefaultExpire

-

NoCache

+

NoCache


-

Common configuration topics

+

Common configuration topics

-

Controlling access to your proxy

+

Controlling access to your proxy

You can control who can access your proxy via the normal <Directory> control block using the following example:

@@ -826,14 +826,14 @@ allow from [machines you'd like to allow by IP address or name] A <Files> block will also work, and is the only method known to work for all possible URLs in Apache versions earlier than 1.2b10.

-

Using Netscape hostname shortcuts

+

Using Netscape hostname shortcuts

There is an optional patch to the proxy module to allow Netscape-like -hostname shortcuts to be used. It's available - -here.

+hostname shortcuts to be used. It's available from the +contrib/patches/1.2 directory on the Apache Web site.

-

Why doesn't file type xxx download via FTP?

+

Why doesn't file type xxx download via FTP?

You probably don't have that particular file type defined as application/octet-stream in your proxy's mime.types configuration @@ -843,14 +843,14 @@ file. A useful line can be

application/octet-stream bin dms lha lzh exe class tgz taz -

How can I force an FTP ASCII download of File xxx?

+

How can I force an FTP ASCII download of File xxx?

In the rare situation where you must download a specific file using the FTP ASCII transfer method (while the default transfer is in binary mode), you can override mod_proxy's default by suffixing the request with ;type=a to force an ASCII transfer.

-

Why does Apache start more slowly when using the +

Why does Apache start more slowly when using the proxy module?

If you're using the ProxyBlock or NoCache @@ -858,7 +858,7 @@ directives, hostnames' IP addresses are looked up and cached during startup for later match test. This may take a few seconds (or more) depending on the speed with which the hostname lookups occur.

-

Can I use the Apache proxy module with my SOCKS proxy?

+

Can I use the Apache proxy module with my SOCKS proxy?

Yes. Just build Apache with the rule SOCKS4=yes in your Configuration file, and follow the instructions there. SOCKS5 @@ -874,7 +874,7 @@ Remember that you'll also have to grant access to your Apache proxy machine by permitting connections on the appropriate ports in your SOCKS daemon's configuration.

-

What other functions are useful for an intranet proxy server?

+

What other functions are useful for an intranet proxy server?

An Apache proxy server situated in an intranet needs to forward external requests through the company's firewall. However, when it has to access diff --git a/docs/manual/suexec.html b/docs/manual/suexec.html index 51df1dd5ff..8b3a1caad8 100644 --- a/docs/manual/suexec.html +++ b/docs/manual/suexec.html @@ -17,7 +17,7 @@

    - CONTENTS +
  1. CONTENTS
  2. What is suEXEC?
  3. Before we begin.
  4. suEXEC Security Model.
  5. @@ -468,7 +468,7 @@ There are a few points of interest regarding the wrapper that can cause limitations on server setup. Please review these before submitting any "bugs" regarding suEXEC.