Re: New User's First Steps
by David Kaufman other posts by this author
Oct 29 2003 1:25AM messages near this date
New User's First Steps
|
Re: New User's First Steps
Eric Moore <emoore@[...].net> wrote:
> I have converted to mod_perl only using the Apache::Registry.
> Application uses CGI::App and HTML::Template.
>
> Site runs faster now, but warnings disappeared from all logs.
> [errors] show up, but not warnings.
>
> Any ideas on what I'm doing wrong?
> ...
> <VirtualHost _default_:443>
> DocumentRoot /var/www/pick6/
> ServerName www.yadda.com
> ServerAdmin g2@[...].com
> ErrorLog logs/error_log
> TransferLog logs/access_log
> ErrorLog /var/www/logs/pick6.error_log
> # ...
> </VirtualHost>
could the two separate ErrorLog directives pointing at two different log
files be contributing to the problem?
-dave
Thread:
Eric Moore
David Kaufman
Jacob Fugal
Eric Moore
Ged Haywood
Jacob Fugal
Stas Bekman
Eric Moore
|