Hans,
Well, then I have a bigger problem than I want because my serverroot is:
ServerRoot "C:/ApacheGroup/Apache2"
If I make the paths absoulte as below then Apache will not start:
ErrorLog d:/www/Capri/logs/error.log
CustomLog d:/www/Capri/logs/access.log common
How does one get the log files for each vhost to work on a different
drive than the server has for root?
I suppose I could do the following to break out the log files for the
different vhosts:
ErrorLog logs/caprierror.log
CustomLog logs/capriaccess.log common
Doing that though would not allow other users access to the log files
because they have no access to drive C where the server root is.
Again - Thank-you,
Jim
HansH wrote:
> Cann't tell, documentroot is not the same as serverroot.
<font color=purple> > <a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/mod/core.html#serverroot</font" target="_blank">http://httpd.apache.org/docs-2.0/mod/core.html#serverroot</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/mod/core.html#documentroot</font" target="_blank">http://httpd.apache.org/docs-2.0/mod/core.html#documentroot</font</a>>
>
> HansH<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: VHost Log files not working