components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/help/apache-vhosts-general.html
author Dan Labrecque <dan.labrecque@oracle.com>
Thu, 24 May 2012 04:16:47 -0400
changeset 827 0944d8c0158b
permissions -rw-r--r--
7169052 Integrate Visual Panels into Userland

<!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-vhosts-general"></a><h4>General Settings for an Apache Virtual Host</h4>
<p>The General tab is selected to change or view the following configuration information
for a selected virtual host:</p>


<ul><li><p>Whether the virtual host is enabled or disabled.</p>

</li>
<li><p>The port on which the virtual host is listening. For more information, see <a href="apache-portnum.html">Why Would I Change the Port Number for a Virtual Host?</a>.</p>

</li>
<li><p>The site or domain name. Note that the domain name must be unique among all virtual hosts.</p>

</li>
<li><p>The document root directory which identifies the directory that contains the files to be served.</p>

</li>
<li><p>Whether the host serves content from the <tt>public_html</tt> directory of a users' home directory. This shares <tt>~user1/public_html/myfile.html</tt> as <tt>http://www.example.com/~user1/myfile.html</tt>.</p>

</li>
<li><p>The location of a custom configuration file that specifies additional Apache configuration parameters for the virtual host. See <a href="apache-vhost-configfile.html">Why Would I Use a Custom Configuration File for a Virtual Host?</a> for more information.</p>

</li>
<li><p>Specify which MIME types are defined for files served by the virtual hosts. For more information, see <a href="apache-mimetypes.html">What are MIME Types in the Apache Service?</a>.</p>

</li></ul>

<br>


<small>Copyright &#169; 2010, 2012, Oracle and/or its affiliates. All rights reserved. <a href="docinfo.html">Legal Notices</a></small>

</body>
</html>