components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/help/apache-modules.html
changeset 827 0944d8c0158b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/help/apache-modules.html	Thu May 24 04:16:47 2012 -0400
@@ -0,0 +1,61 @@
+<!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>