components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/help/apache-vhosts-general.html
changeset 3553 f1d133b09a8c
parent 3552 077ebe3d0d24
child 3554 ef58713bafc4
equal deleted inserted replaced
3552:077ebe3d0d24 3553:f1d133b09a8c
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       
     2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
       
     3  
       
     4  <html lang="en-US">
       
     5 
       
     6 <!--
       
     7 CDDL HEADER START
       
     8 
       
     9 The contents of this file are subject to the terms of the
       
    10 Common Development and Distribution License (the "License").
       
    11 You may not use this file except in compliance with the License.
       
    12 
       
    13 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
    14 or http://www.opensolaris.org/os/licensing.
       
    15 See the License for the specific language governing permissions
       
    16 and limitations under the License.
       
    17 
       
    18 When distributing Covered Code, include this CDDL HEADER in each
       
    19 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    20 If applicable, add the following below this CDDL HEADER, with the
       
    21 fields enclosed by brackets "[]" replaced with your own identifying
       
    22 information: Portions Copyright [yyyy] [name of copyright owner]
       
    23 
       
    24 CDDL HEADER END
       
    25 
       
    26 -->
       
    27 
       
    28 <!--
       
    29 Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
       
    30 -->
       
    31 
       
    32 <head>
       
    33 <!-- GenHTML revision 25226-->
       
    34 
       
    35 <meta http-equiv="Content-type" content="text/html; charset=utf-8">
       
    36 </head>
       
    37 
       
    38 <body class="HlpBdy">
       
    39 
       
    40 <a name="apache-vhosts-general"></a><h4>General Settings for an Apache Virtual Host</h4>
       
    41 <p>The General tab is selected to change or view the following configuration information
       
    42 for a selected virtual host:</p>
       
    43 
       
    44 
       
    45 <ul><li><p>Whether the virtual host is enabled or disabled.</p>
       
    46 
       
    47 </li>
       
    48 <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>
       
    49 
       
    50 </li>
       
    51 <li><p>The site or domain name. Note that the domain name must be unique among all virtual hosts.</p>
       
    52 
       
    53 </li>
       
    54 <li><p>The document root directory which identifies the directory that contains the files to be served.</p>
       
    55 
       
    56 </li>
       
    57 <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>
       
    58 
       
    59 </li>
       
    60 <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>
       
    61 
       
    62 </li>
       
    63 <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>
       
    64 
       
    65 </li></ul>
       
    66 
       
    67 <br>
       
    68 
       
    69 
       
    70 <small>Copyright &#169; 2010, 2012, Oracle and/or its affiliates. All rights reserved. <a href="docinfo.html">Legal Notices</a></small>
       
    71 
       
    72 </body>
       
    73 </html>