[wplug] apache error log and mod_perl

Brian Medley bpm-list-wplug at 4321.tv
Tue Dec 23 23:08:29 EST 2003


Hi,

I'm running Apache 2.0.46 and mod_perl 1.99_09 (at least that's the
version rpm says I have).  I have a "main site" and a virtual host.  My
problem is that the mod_perl warnings from the virtual host show up in
the error log of the main server.  Below is an example of how I have it
setup:

    conf/httpd.conf:
        ErrorLog logs/wwwveh_error_log

    conf.d/perl.conf:
        NameVirtualHost 192.168.0.200:81

        <VirtualHost 192.168.0.200:81>
                ServerAdmin me at host.com
                DocumentRoot /document/root
                ServerName virtualhost
                ErrorLog /var/log/httpd/virtualhost_error_log
        </VirtualHost>

Does anyone have any ideas on how I can get the two error_logs to be
completely separate?

-- 
~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~=-., \|/  (___)  \|/ _,.-=~'`^`
                                               @~./'O o`\.~@
               "Knowledge is Power"           /__( \___/ )__\  *PPPFFBT!*
                  -- Francis Bacon               `\__`U_/'
 _,.-=~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~= <____|'  ^^`'~=-.,__,.-=
~`'^`'~=-.,__,.-=~'`^`'~=-.,__,.-=~'`^`'~=-.,__,.-==--^'~=-.,__,.-=~'`^`



More information about the wplug mailing list