Re: ap_proc_other_child_* in mpm/winnt/child.c

2003-11-30 Thread Jeff Trawick
Joe Schaefer wrote: For kicks I just tried to build httpd from HEAD in httpd-2.0 and apr* using Visual Studio .NET, but ran into a problem with server/mpm/winnt/child.c. Unfortunately the build barfs on a deprecated function - ap_proc_other_child_check - that's no longer present in libapr API:

Re: APACHE_2_0_BRANCH snapshots available on cvs.apache.org

2003-11-30 Thread Astrid Keßler
>> Ehm, would you mind to do the same for the httpd-docs-2.0 snapshot? > Done. Should be available on the next snapshot (roughly every 6 hours). > Yell if it doesn't work. -- justin It does. Thank you very much. Kess

Re: ap_proc_other_child_* in mpm/winnt/child.c

2003-11-30 Thread Joe Schaefer
Joe Schaefer <[EMAIL PROTECTED]> writes: > It looks like apr_proc_other_child_refresh_all(int) is the > replacement, but I've no idea what its argument should be. > > Any suggestions? apr's CHANGES (for 1.0) says that this patch should work (sorry for the format): Index: server/mpm/winnt/child

ap_proc_other_child_* in mpm/winnt/child.c

2003-11-30 Thread Joe Schaefer
For kicks I just tried to build httpd from HEAD in httpd-2.0 and apr* using Visual Studio .NET, but ran into a problem with server/mpm/winnt/child.c. Unfortunately the build barfs on a deprecated function - ap_proc_other_child_check - that's no longer present in libapr API: libhttpd error LNK

Bug report for Apache httpd-2.0 [2003/11/30]

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

Bug report for Apache httpd-1.3 [2003/11/30]

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

Re: piped log files

2003-11-30 Thread Bastiaan van der Put
At 14:50 11/30/2003, you wrote: Bastiaan van der Put wrote: Been using the patch for a while now. But it seems not only some notice/error in the error logs piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xx/logs/access_log' failed unexpectedly Does that happen when yo

Re: piped log files

2003-11-30 Thread Bastiaan van der Put
At 14:50 11/30/2003, you wrote: Bastiaan van der Put wrote: Been using the patch for a while now. But it seems not only some notice/error in the error logs piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xx/logs/access_log' failed unexpectedly Does that happen when yo

Re: piped log files

2003-11-30 Thread Jeff Trawick
Bastiaan van der Put wrote: Been using the patch for a while now. But it seems not only some notice/error in the error logs piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xx/logs/access_log' failed unexpectedly Does that happen when you stop/restart apache, or can i

Re: Apache 1.3.28 SEGFAULTS and doesn't produce a core file

2003-11-30 Thread Justin Erenkrantz
--On Saturday, November 29, 2003 10:15 PM -0800 Blair Zajac <[EMAIL PROTECTED]> wrote: Won't doing something like this work on Linux? ... There's a similar call to prctl(PR_SET_DUMPABLE, 1) in the http 2.0 tree. From talking with Jeff at AC, it sounded like recent versions of the Linux kernel d