1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00
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
This commit is contained in:
Joshua Slive
2000-09-15 19:33:53 +00:00
parent 08b904e73f
commit 2e269fe229

View 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