You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1996/04/15 04:15:30 UTC

WWW Form Bug Report: "TransferLog and ErrorLog directives not working in VirtualHost " on SunOS 4.x (fwd)

not acked


Message-Id: <19...@taz.hyperreal.com>
From: zoo@armadillo.com
To: apache-bugs%apache.org@organic.com
Date: Sun Apr 14 19:09:32 1996
Subject: WWW Form Bug Report: "TransferLog and ErrorLog directives not working in VirtualHost " on SunOS 4.x

Submitter: zoo@armadillo.com
Operating system: SunOS 4.x, version: 
Extra Modules used: 
URL exhibiting problem: 

Symptoms:
--
In httpd.conf I have the following set of directives, and
these are the only sets of directives that apply to log file
information (i.e., I don't have a setting in the file
for ErrorLog or TransferLog outside of what is here).

The problem is that *all* logging information for the three
servers goes to logs/access_log, and none of it is
going to the server specific log file.  This makes it
difficult to track down the actual usage of each server.


<VirtualHost	www.armadillo.com>
ServerAdmin	webmaster@www.armadillo.com
ServerName	www.armadillo.com
ErrorLog	www.armadillo.com/logs/error_log
TransferLog	www.armadillo.com/logs/access_log
</VirtualHost>
 
<VirtualHost	zephyr.armadillo.com>
ServerAdmin	webmaster@zephyr.armadillo.com
ServerName	zephyr.armadillo.com
ErrorLog	zephyr/logs/error_log
TransferLog	zephyr/logs/access_log
</VirtualHost>

<VirtualHost	hiawatha.armadillo.com>
ServerAdmin	webmaster@hiawatha.armadillo.com
ServerName	hiawatha.armadillo.com
ErrorLog	hiawatha/logs/error_log
TransferLog	hiawatha/logs/access_log
</VirtualHost>

--

Backtrace:
--

--
----- End of forwarded message from zoo@armadillo.com -----

-- 
Rob Hartill (robh@imdb.com)
The Internet Movie Database (IMDb)  http://www.imdb.com/
           ...more movie info than you can poke a stick at.