I have a couple of quick questions for all of you. First I was looking at a
friends mac X server and the apache documentation on it states that they now
recommend one configuration file, is this recommendation true for linux as
well?

Second, I can't find this in my books or on the web site, but if I define a
<Directory>...</Directory> in the main servers will it affect all of the
virtual hosts or do I have to be repetitive an place the information in all
of the virtual host directives.

For example:
--------------------------------------------

...

<Directory />
... (disable everything)
</Directory>

<Virtualhost my.second.host>
...
</Virtualhost>

--------------------------------------------
Will, everything in the root be disabled in the Virtualhost, since I disable
it in the root server or do I need to copy the directory directive into the
virtual host as well? I want to know the proper way to do this, but I don't
like huge config files either.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to