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
* 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
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.
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)