Re: [users@httpd] CustomLog directive in <VirtualHost> container breaks Apache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Nick Jones wrote:

Hi (new to this list, my first post)

I'm running 2.0.49 on SLES9. I have my main server
configuration, which works dandy. Then I set up three
virtual hosts: one for the main server, and two for
subdomains that I set up. All three virtual hosts log
to the same access_log and error_log file. I want to
have each virtual host log to it's own file to make it
easier to count my page hits. My <VirtualHost>
directives look like this:

<VirtualHost *:80>
DocumentRoot /srv/www/htdocs
ServerName www.mydomain.com
ServerAlias mydomain.com www.mydomain.com
ServerAdmin webmaster@xxxxxxxxxxxx
</VirtualHost>
<VirtualHost *:80>
DocumentRoot /srv/www/host1
ServerName host1.mydomain.com
ServerAlias host1.mydomain.com
ServerAdmin webmaster@xxxxxxxxxxxx
CustomLog logs/host1_access_log.log combined
</VirtualHost *:80>

*One more <VirtualHost> container exactly the same as
the one before with host2.domain.com*

If I put in the CustomLog directives, then do an
apache2ctl graceful, I get no errors whatsoever, oddly
enough, but the Apache Server doesn't run and my sites
aren't being served. If I comment out or remove the
CustomLog directives, then do an apache2ctl graceful,
I get no errors and the server runs just dandy, but
with all the logs going to the same access_log file.

TIA for any help and insight.

-Nick


Some errorlogs please


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux