Re: apr_global_mutex_child_init & mod_watch

2003-09-07 Thread Jeff Trawick
Anthony Howe wrote: [Sun Sep 07 20:18:07 2003] [crit] (13)Permission denied: apr_global_mutex_child_init(8111428, /var/lib/mod_watch/SharedHash.lock, 81a5018) failed in shChildInit() EPERM is better :) I was so confused about the EGENERAL before Its as though unixd_set_global_mutex_perms(

Re: ScriptLog

2003-09-07 Thread Cliff Woolley
On Sun, 7 Sep 2003, Manoj Kasichainula wrote: > If it's only for debugging, can't CGI writers just add a line to their > code to rebind stderr to a file? Only if the error is output from the script as opposed to a compilation failure or other interpreter weirdness.

Re: ScriptLog

2003-09-07 Thread Manoj Kasichainula
On Sat, Sep 06, 2003 at 04:57:25PM -0400, Cliff Woolley wrote: > On Sat, 6 Sep 2003, Astrid Keßler wrote: > > > +1 for ScriptLog and RewriteLog(Level), although I'm not sure this is > > easy to implement. As I know, all log files are opend at server start. > > Allow directory based logging would m

Re: Tagged the trees

2003-09-07 Thread André Malo
* Sander Striker wrote: > I tagged the trees today, as STRIKER_2_0_48_PRE1 and STRIKER_2_1_0_PRE1 > respectively. I'll try and get some tarballs up for testing, but > for now, please test the tag. Win32: after fixing the aprutil.dsp typo, 2.0.48 compiles fine, but abs.exe (using openssl 0.9.7b)

Re: ScriptLog

2003-09-07 Thread André Malo
* Glenn wrote: > On Sat, Sep 06, 2003 at 02:38:34PM +0200, Andr? Malo wrote: >> * Cliff Woolley wrote: >> >>> It's too bad you can't set the ScriptLog in a per-dir context -- that >>> would allow an individual user (aka myself) to debug their own cgi scripts >>> into their own error log even thoug

Re: ScriptLog

2003-09-07 Thread Glenn
On Sat, Sep 06, 2003 at 02:38:34PM +0200, Andr? Malo wrote: > * Cliff Woolley wrote: > > > It's too bad you can't set the ScriptLog in a per-dir context -- that > > would allow an individual user (aka myself) to debug their own cgi scripts > > into their own error log even though there's no global

Re: MySQL Auth Handlers for Apache 2.1

2003-09-07 Thread Brian Aker
On Sat, 2003-09-06 at 11:58, Paul Querna wrote: > Not sure if you knew, but I already wrote one. > > http://open.cyanworlds.com/mod_authn_mysql/ Nope, I hadn't seen it. The plan is though that MySQL will support the development of MySQL related Apache modules in the future. So at some point in the

Re: ScriptLog

2003-09-07 Thread Astrid Keßler
Erik wrote. > On 06/09/2003, at 11:43, Astrid Keßler wrote: >> Cliff wrote: >> >>> Yes, it would. But for a debug log it's a price I'm willing to >>> accept. >> >> Just an unformed idea: allow these directives within (and >> ?), but not within .htaccess files. The log file could be >> opened as

Bug report for Apache httpd-1.3 [2003/09/07]

2003-09-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2.0 [2003/09/07]

2003-09-07 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: ScriptLog

2003-09-07 Thread Thom May
* Ian Holsman ([EMAIL PROTECTED]) wrote : > Cliff Woolley wrote: > >It's too bad you can't set the ScriptLog in a per-dir context -- that > >would allow an individual user (aka myself) to debug their own cgi scripts > >into their own error log even though there's no global ScriptLog enabled. > > >