This is a discussion on Apache error log in mod_perl within the Linux Web Servers forums, part of the Web Server and Related Forums category; I have installed Apache with mod_perl serving cgi requests. Without modperl, Apache logged the IP addresses of the client machine ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have installed Apache with mod_perl serving cgi requests. Without
modperl, Apache logged the IP addresses of the client machine in the error.log file. Somehow after mod_perl was installed, all information about client machine is gone. The custom log formats as given in http://httpd.apache.org/docs/mod/mod_log_config.html does not have any effect. Any ideas on how to have the ip address logged to error log file? |
|
|||
|
In article <a9da5902.0406090823.3401c4c1@posting.google.com >,
janaki7@yahoo.com (jan) wrote: > I have installed Apache with mod_perl serving cgi requests. Without > modperl, Apache logged the IP addresses of the client machine in the > error.log file. Somehow after mod_perl was installed, all information > about client machine is gone. > > The custom log formats as given in > http://httpd.apache.org/docs/mod/mod_log_config.html does not have any > effect. Any ideas on how to have the ip address logged to error log > file? Perhaps something in your mod_perl configuration is overriding your other log format settings. Depending on the install, this might be in a separate file that is "included" into httpd.conf. -- Dan Wilga dwilga-MUNGE@mtholyoke.edu ** Remove the -MUNGE in my address to reply ** |