Re: Apache::test + mod_ssl

2004-06-13 Thread Stas Bekman
David Wheeler wrote: On Jun 11, 2004, at 8:24 PM, Stas Bekman wrote: I'm working on a module in another project that's still using the old Apache::test (not the lc test). Any reason why you wouldn't move to A-T? Like I said, it's not my module, so it's not my call. Neither I familiar with A-t.

Re: Apache::test + mod_ssl

2004-06-13 Thread Joe Orton
On Mon, Jun 14, 2004 at 12:13:53AM +0300, Stas Bekman wrote: David Wheeler wrote: Where does it create that semaphore file with A-T? May be it's the env val for $TMPDIR? but it's specific to modperl-2.0. All I know is what the error message says: Ouch! ap_mm_create(1048576,

Re: Apache::test + mod_ssl

2004-06-13 Thread David Wheeler
On Jun 13, 2004, at 2:13 PM, Stas Bekman wrote: I suppose so. Check that A-t generates ServerRoot setting pointing to the local dir. It does. I don't know what else might be the problem...what command does A-T use to start Apache? Could it be different somehow than what A-t uses? Regards,

Bug report for Apache httpd-1.3 [2004/06/13]

2004-06-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Apache httpd-2.0 [2004/06/13]

2004-06-13 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: cvs commit: httpd-2.0 STATUS

2004-06-13 Thread William A. Rowe, Jr.
At 05:43 AM 6/12/2004, Joe Orton wrote: On Sat, Jun 12, 2004 at 09:54:56AM -, [EMAIL PROTECTED] wrote: --- STATUS 11 Jun 2004 21:05:21 - 1.751.2.920 +++ STATUS 12 Jun 2004 09:54:56 - 1.751.2.921 @@ -74,8 +74,10 @@ *) mod_ssl: Remove some unused

Re: cvs commit: httpd-2.0 STATUS

2004-06-13 Thread David Reid
The entire contents of mod_ssl.h just cannot be considered a public API, that's too much, even the config structures are in there. The only thing that's usable from other modules is the optional hook, and in reality that declaration just gets cut'n'pasted anyway (even by third-party

Re: cvs commit: httpd-2.0 STATUS

2004-06-13 Thread Joe Orton
For precedent there have already been two binary backwards-incompatible changes made on the 2.0 branch of such exposed but really private interfaces: http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/mod_ssl.h?r1=1.122.2.5r2=1.122.2.6only_with_tag=APACHE_2_0_BRANCH

Windows HTTP API

2004-06-13 Thread Kornél Pál
Hi! Microsoft describes http.sys as the kernel mode cache of IIS 6, however it's kernel mode HTTP listener with cache for any application. Using http.sys Apache HTTPD could be used with IIS 6 on Windows sharing the same port and IP address. I think this is a good thing if you want to host more

RE: cvs commit: httpd-2.0 STATUS

2004-06-13 Thread Mathihalli, Madhusudan
-Original Message- From: Joe Orton [mailto:[EMAIL PROTECTED] Sent: Sunday, June 13, 2004 2:02 PM To: [EMAIL PROTECTED] Subject: Re: cvs commit: httpd-2.0 STATUS For precedent there have already been two binary backwards-incompatible changes made on the 2.0 branch of such exposed but