diff options
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/vhosts/ip-based.html')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/vhosts/ip-based.html | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/vhosts/ip-based.html b/usr.sbin/httpd/htdocs/manual/vhosts/ip-based.html index 7aef0b67575..e3c922d11c9 100644 --- a/usr.sbin/httpd/htdocs/manual/vhosts/ip-based.html +++ b/usr.sbin/httpd/htdocs/manual/vhosts/ip-based.html @@ -114,20 +114,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 |