
rbowen at apache
Jun 10, 2009, 12:43 PM
Views: 179
Permalink
|
|
svn commit: r783470 - in /httpd/httpd/branches/2.0.x/docs/manual/vhosts: details.html.en details.xml
|
|
Author: rbowen Date: Wed Jun 10 19:43:11 2009 New Revision: 783470 URL: http://svn.apache.org/viewvc?rev=783470&view=rev Log: Remove reference to ResourceConfig, AccessConfig Modified: httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.html.en httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.xml Modified: httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.html.en?rev=783470&r1=783469&r2=783470&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.html.en (original) +++ httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.html.en Wed Jun 10 19:43:11 2009 @@ -188,8 +188,6 @@ <ol> <li>If a vhost has no <code class="directive"><a href="../mod/core.html#serveradmin">ServerAdmin</a></code>, - <code class="directive"><a href="../mod/core.html#resourceconfig">ResourceConfig</a></code>, - <code class="directive"><a href="../mod/core.html#accessconfig">AccessConfig</a></code>, <code class="directive"><a href="../mod/core.html#timeout">Timeout</a></code>, <code class="directive"><a href="../mod/core.html#keepalivetimeout">KeepAliveTimeout</a></code>, <code class="directive"><a href="../mod/core.html#keepalive">KeepAlive</a></code>, Modified: httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.xml?rev=783470&r1=783469&r2=783470&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.xml (original) +++ httpd/httpd/branches/2.0.x/docs/manual/vhosts/details.xml Wed Jun 10 19:43:11 2009 @@ -185,8 +185,6 @@ <ol> <li>If a vhost has no <directive module="core">ServerAdmin</directive>, - <directive module="core">ResourceConfig</directive>, - <directive module="core">AccessConfig</directive>, <directive module="core">Timeout</directive>, <directive module="core">KeepAliveTimeout</directive>, <directive module="core">KeepAlive</directive>,
|