You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@locus.apache.org on 2000/09/15 21:33:04 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/vhosts ip-based.html

slive       00/09/15 12:33:04

  Modified:    htdocs/manual/vhosts ip-based.html
  Log:
  PR: 5596
  
  Clean up confusion over which directives can go in <VirtualHost>
  
  Revision  Changes    Path
  1.7       +7 -14     httpd-docs-1.3/htdocs/manual/vhosts/ip-based.html
  
  Index: ip-based.html
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/vhosts/ip-based.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ip-based.html	2000/02/05 11:39:54	1.6
  +++ ip-based.html	2000/09/15 19:33:03	1.7
  @@ -108,20 +108,13 @@
   
   <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