diff options
author | Ken Coar <coar@apache.org> | 1998-09-17 16:15:02 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-09-17 16:15:02 +0200 |
commit | 681f8e5fecdfea55b1b0ea55fa6a4699ada49b25 (patch) | |
tree | b1c537017adb30bc35a08685ddc04bc5ad8c0d62 /docs/manual/vhosts/details.html | |
parent | The semi-regular HTML cleanup of the documentation. There are (diff) | |
download | apache2-681f8e5fecdfea55b1b0ea55fa6a4699ada49b25.tar.xz apache2-681f8e5fecdfea55b1b0ea55fa6a4699ada49b25.zip |
More documentation consistency cleanup for 1.3.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82066 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/details.html')
-rw-r--r-- | docs/manual/vhosts/details.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/vhosts/details.html b/docs/manual/vhosts/details.html index b7baf591d3..a82700b69d 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 (i.e. + 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,7 @@ 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, e.g. 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> |