Re: mod_authn_dbi

2003-03-05 Thread Justin Erenkrantz
--On Wednesday, March 5, 2003 8:48 PM -0800 Ian Holsman <[EMAIL PROTECTED]> wrote: I'm +1 on this as well. so.. whats the procedure to get this committed into the experimental/auth area? As I said before, I don't believe these auth modules should be in the core - the people who are so interested

Re: mod_authn_dbi

2003-03-05 Thread Ian Holsman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dirk-Willem van Gulik wrote: | | On Tue, 4 Mar 2003, Paul Querna wrote: | | |>so. What does everyone thing about including this in apache-2.1? | | | Though a separate auth module tree was discussed for things like this - | note that this module is very

[STATUS] (httpd-2.0) Wed Mar 5 23:45:12 EST 2003

2003-03-05 Thread Rodent of Unusual Size
APACHE 2.1 STATUS: -*-text-*- Last modified at [$Date: 2003/02/24 00:00:05 $] Release [NOTE that only Alpha/Beta releases occur in 2.1 development]: 2.1.0 : in development Please consult the following STATUS files for information on related proj

[STATUS] (apache-1.3) Wed Mar 5 23:45:08 EST 2003

2003-03-05 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2003/02/04 19:08:59 $] Release: 1.3.28-dev: In development 1.3.27: Tagged September 30, 2002. Announced Oct 3, 2002. 1.3.26: Tagged June 18, 2002. 1.3.25: Tagged June 17, 2002. Not re

HTTP/1.1 requests get HTTP/1.1 responses even with downgrade-1.0(Was: force-response-1.0 ignored for HTTP/1.1 requests)

2003-03-05 Thread Andrew Ho
Hello, JS>The long answer: using downgrade-1.0 will, in fact, force Apache to treat JS>the request as if it was HTTP/1.0. It will therefore use only HTTP/1.0 JS>features in the response. But it will still respond with HTTP/1.1 in the JS>response line, since this just declares it as an HTTP/1.1 c

Re: [Apache 1.3] force-response-1.0 ignored for HTTP/1.1 requests

2003-03-05 Thread Joshua Slive
[This question seems more appropriate for the users list rather than the developers list.] On Wed, 5 Mar 2003, Andrew Ho wrote: > I am dealing with a broken proxy which understands chunked > Transfer-Encoding on the proxy to server side, but does the wrong thing on > the proxy to client side (it

[Apache 1.3] force-response-1.0 ignored for HTTP/1.1 requests

2003-03-05 Thread Andrew Ho
Hello, I am dealing with a broken proxy which understands chunked Transfer-Encoding on the proxy to server side, but does the wrong thing on the proxy to client side (it sends the "Transfer-Encoding: chunked" header from the server to proxy response, but sends the content unchunked). The easiest

Re: coredumps on Linux

2003-03-05 Thread Thom May
* Greg Ames ([EMAIL PROTECTED]) wrote : > I mentioned this to other Apache folks around here and got some interesting > reactions: > > * If we don't control this with a directive, we might violate the rule of > least astonishment. For example, admins might be living with some buggy > modules,

ssl_engine_init.c compile warning

2003-03-05 Thread Blair Zajac
On APACHE_2_0_BRANCH, I'm seeing this compiler warning on RedHat 8.0.94 using gcc 3.2.2 with openssl-0.9.7-6: /bin/sh /export/home1/blair/Code/Apache/2.0/h/srclib/apr/libtool --silent --mode =compile gcc -pthread -g -O2 -I/usr/kerberos/include -Wl,-rpath,/opt/i386-linu x/db-4.1/lib -DLINUX=2 -D

coredumps on Linux

2003-03-05 Thread Greg Ames
I've never had much luck getting coredumps on Linux after a seg fault or whatever when I start the server as root. My usual procedure was to recreate the problem with httpd started as non-root, get a coredump, then debug the problem. Recently I found out that some of my httpd's were seg faultin

mod_cache & forward proxy

2003-03-05 Thread Allan Edwards
Currently "CachEnable foo / " will configure mod_cache to cache all forward proxy responses. Seems to me we want to be a little more granular than that. The following patch will enable the use of e.g. "CacheEnable foo http: " to signify that just HTTP content should be cached. It also will allow sc

Re: cvs commit: httpd-2.0/server/mpm/winnt child.c mpm_winnt.c mpm_winnt.h

2003-03-05 Thread Allan Edwards
+AP_INIT_TAKE1("WindowsSocketsWorkaround", set_sockets_workaround, NULL, RSRC_CONF, + "Set \"on\" to work around buggy Winsock provider implementations of certain VPN or Firewall software"), + hey, no need to double code. AP_INIT_FLAG exists ;-) Well I guess that's just a matter of personal

Re: cvs commit: httpd-2.0/server/mpm/winnt child.c mpm_winnt.c mpm_winnt.h

2003-03-05 Thread André Malo
* [EMAIL PROTECTED] wrote: > +AP_INIT_TAKE1("WindowsSocketsWorkaround", set_sockets_workaround, NULL, RSRC_CONF, > + "Set \"on\" to work around buggy Winsock provider implementations of certain > VPN or Firewall software"), > + hey, no need to double code. AP_INIT_FLAG exists ;-) nd --

Re: mod_authn_dbi

2003-03-05 Thread Dirk-Willem van Gulik
On Tue, 4 Mar 2003, Paul Querna wrote: > so. What does everyone thing about including this in apache-2.1? Though a separate auth module tree was discussed for things like this - note that this module is very database agnostic - and I'd argue that it may be good for the base distribution. Dw.