Re: Value of ErrorLog directive via mod_perl

2000-09-26 Thread Doug MacEachern
On 26 Sep 2000, Bjørn Ola Smievoll wrote: > I want to return the last 5 lines or so of the error_log each time > there's a 500 error. The faculty and students ordinarily don't have > access to the error log, so it will be helpful for them to see the > last lines from the log file to help them f

Re: Value of ErrorLog directive via mod_perl

2000-09-26 Thread Bjørn Ola Smievoll
* Doug MacEachern | | On 15 Sep 2000, Bjørn Ola Smievoll wrote: | | > I need to retrieve the value of the ErrorLog directive (i.e. the path | > & filename of the error_log), but I can't find a way to do it with | > mod_perl. (The C api equivalent is the error_fname field in the | > server_rec st

Re: Value of ErrorLog directive via mod_perl

2000-09-25 Thread Doug MacEachern
On 15 Sep 2000, Bjørn Ola Smievoll wrote: > I need to retrieve the value of the ErrorLog directive (i.e. the path > & filename of the error_log), but I can't find a way to do it with > mod_perl. (The C api equivalent is the error_fname field in the > server_rec struct). this patch should work.

Value of ErrorLog directive via mod_perl

2000-09-15 Thread Bjørn Ola Smievoll
I need to retrieve the value of the ErrorLog directive (i.e. the path & filename of the error_log), but I can't find a way to do it with mod_perl. (The C api equivalent is the error_fname field in the server_rec struct). Any hints? Thanks, (bo)