]> granicus.if.org Git - apache/commitdiff
PR: 5596
authorJoshua Slive <slive@apache.org>
Fri, 15 Sep 2000 19:33:53 +0000 (19:33 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 15 Sep 2000 19:33:53 +0000 (19:33 +0000)
Clean up confusion over which directives can go in <VirtualHost>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86235 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/ip-based.html

index 0e17c824b8d817d477c16d400c9726a3a40921e9..ec759c0e4bf69eee03af059b84e98c04ab6f24ae 100644 (file)
@@ -108,20 +108,13 @@ It is recommended that you use an IP address instead of a hostname
 
 <P>
 
-Almost <STRONG>any</STRONG> configuration directive can be put
-in the VirtualHost directive, with the exception of
-<A HREF="../mod/core.html#servertype">ServerType</A>,
-<A HREF="../mod/core.html#startservers">StartServers</A>,
-<A HREF="../mod/core.html#maxspareservers">MaxSpareServers</A>,
-<A HREF="../mod/core.html#minspareservers">MinSpareServers</A>,
-<A HREF="../mod/core.html#maxrequestsperchild">MaxRequestsPerChild</A>,
-<A HREF="../mod/core.html#bindaddress">BindAddress</A>,
-<A HREF="../mod/core.html#listen">Listen</A>,
-<A HREF="../mod/core.html#pidfile">PidFile</A>,
-<A HREF="../mod/mod_mime.html#typesconfig">TypesConfig</A>,
-<A HREF="../mod/core.html#serverroot">ServerRoot</A>,
-<A HREF="../mod/core.html#namevirtualhost">NameVirtualHost</A>
-and a few other directives.
+Almost <STRONG>any</STRONG> configuration directive can be put in the
+VirtualHost directive, with the exception of directives that control
+process creation and a few other directives.  To find out if a
+directive can be used in the VirtualHost directive, check the
+<A HREF="../mod/directive-dict.html#Context">Context</A> using the
+<A HREF="../mod/directives.html">directive index</A>.
+
 <P>
 <A HREF="../mod/core.html#user">User</A> and
 <A HREF="../mod/core.html#group">Group</A> may be used inside a VirtualHost