components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/help/apache-portnum.html
changeset 3553 f1d133b09a8c
parent 3552 077ebe3d0d24
child 3554 ef58713bafc4
--- a/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/help/apache-portnum.html	Tue Dec 16 05:53:51 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,60 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- 
- <html lang="en-US">
-
-<!--
-CDDL HEADER START
-
-The contents of this file are subject to the terms of the
-Common Development and Distribution License (the "License").
-You may not use this file except in compliance with the License.
-
-You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-or http://www.opensolaris.org/os/licensing.
-See the License for the specific language governing permissions
-and limitations under the License.
-
-When distributing Covered Code, include this CDDL HEADER in each
-file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-If applicable, add the following below this CDDL HEADER, with the
-fields enclosed by brackets "[]" replaced with your own identifying
-information: Portions Copyright [yyyy] [name of copyright owner]
-
-CDDL HEADER END
-
--->
-
-<!--
-Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
--->
-
-<head>
-<!-- GenHTML revision 25226-->
-
-<meta http-equiv="Content-type" content="text/html; charset=utf-8">
-</head>
-
-<body class="HlpBdy">
-
-<a name="apache-portnum"></a><h4>Why Would I Change the Port Number for a Virtual Host?</h4>
-<p>By default, the Apache service listens for requests on port 80 and on
-all IP addresses configured on the local host. By selecting a specific port
-you can determine how each virtual host responds to different IP addresses, host
-names and ports. This is equivalent to the <tt>Listen</tt> directive.</p>
-
-<p>Multiple virtual hosts can listen on the same port. If there is ambiguity
-as to which virtual host should serve a particular request, first the domain
-names of the virtual hosts is compared with the domain name in the
-incoming request. If they match then the matching virtual host is used. If
-no match is found or no domain name was used in the request,
-then one of the virtual hosts defined for that port is used.</p>
-
-
-<br>
-
-
-<small>Copyright &#169; 2010, 2012, Oracle and/or its affiliates. All rights reserved. <a href="docinfo.html">Legal Notices</a></small>
-
-</body>
-</html>