* Luiz Rocha wrote:
> I'm XML-ing the other files too, so please, could some check this
> one here for me?
a few hints:
<li><a
href="../mod/core.html#virtualhost"><VirtualHost></a></li>
<li><a
href="../mod/core.html#namevirtualhost">NameVirtualHost</a></li> [...]
should be:
<li><directive type="section" module="core">VirtualHost</directive></li>
<li><directive module="core">NameVirtualHost</directive></li>
[...]
----
<li><b>See also</b>
<a href="../mod/mod_vhost_alias.html">mod_vhost_alias</a></li>
I personally would move that to the page header (after summary):
[...]
details of virtual host support in Apache version 1.3 and
later.</p>
</summary>
<seealso>
<module>mod_vhost_alias</module>
</seealso>
----
examples should be marked as such ;-)
<example>
/usr/local/apache/bin/httpd -t -D DUMP_VHOSTS
</example>
nd
--
Treat your password like your toothbrush. Don't let anybody else
use it, and get a new one every six months. -- Clifford Stoll
(found in ssl_engine_pphrase.c)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]