You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Mike LaRocca <la...@fore.com> on 1999/12/10 17:08:43 UTC

mod_jserv/5453: Error logging not directred to virtual host specific file

>Number:         5453
>Category:       mod_jserv
>Synopsis:       Error logging not directred to virtual host specific file
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jserv
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Fri Dec 10 08:10:00 PST 1999
>Last-Modified:
>Originator:     larocca@fore.com
>Organization:
apache
>Release:        1.3.9 + 1.1b3
>Environment:
Applicaition is using JDK 1.2.2 running on Solaris (SunOS webdev 5.7 Generic_106541-04
sun4u sparc SUNW,Ultra-5_10)
>Description:
Error logging is not being directed to the virtual host specific log file.
With the following configuration all combined access information that
was going to 'webdev-alog' is correctly going to 'ecom-dev.fore.com-alog'.

But System.err.println() messages continue to go to 'webdev-elog'

CustomLog /web/apache/logs/webdev-alog combined
ErrorLog /web/apache/logs/webdev-elog

<VirtualHost 169.144.2.162:443>
ServerName ecom-dev.fore.com
DocumentRoot /web/htdocs/ecom-dev
ErrorLog /web/apache/logs/ecom-dev.fore.com-elog
CustomLog /web/apache/logs/ecom-dev.fore.com-alog combined
SSLCertificateFile    /web/raven/module/pki/certs/ecom-dev.fore.com.cert
SSLCertificateKeyFile /web/raven/module/pki/keys/ecom-dev.fore.com.key
SSLEngine on
</VirtualHost>
</IfDefine>
>How-To-Repeat:
Use the above configuration.
>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]