components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/help/apache-modules.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-modules.html	Tue Dec 16 05:53:51 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +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-modules"></a><h4>What are Apache Modules?</h4>
-<p>An Apache module can enable operating system specific optimizations, manage how requests are
-handled by the server, and define other important parameters. Most virtual hosts will
-not need any custom modules added. These hosts can rely on the default
-modules. Currently, the default modules are in <tt>/etc/apache2/2.2/conf.d/modules-[32|64]</tt>. Occasionally, a virtual host needs to
-use some custom functionality not included in the Apache core module set. For
-example, a virtual host may have extensive dynamic content written in PHP. To
-get the Apache service to handle this content properly, the <tt>mod_php</tt> module would need
-to be added.</p>
-
-<p>From the Custom Modules popup, you can add or delete an Apache module.
-Each module entry includes a name and the name of a shared library
-file associated with it. Each name must be unique.</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>