Re: [PATCH] Suppress proxy: error linking cache file...

2002-12-09 Thread Graham Leggett
Bill Stoddard wrote: There have been a couple of PRs opened against this. I believe the condition arises when the server is configured as a proxy gateway (aka reverse proxy) and multiple processes are serving the same backend file at the same time. Only one of the processes will actually succeed

[PATCH-2] Allowing extended characters in LDAPauthentication...

2002-12-09 Thread Brad Nicholes
Second cut at allowing extended characters. The name of the directive changed to "AuthLDAPCharsetConversion" rather than "AuthLDAPConvertFromLanguage" since it is mainly dealing with character sets rather than languages. It also changed from an AP_INIT_TAKE1 to and AP_INIT_TAKE12 to allow

new-ish core dump on daedalus

2002-12-09 Thread Greg Ames
I just noticed that we had a seg fault on Dec. 2. The dump is now in /usr/local/apache2.0.43b/corefiles/httpd.core.2 (gdb) bt #0 ap_escape_html (p=0x8152018, s=0x8158018 "Cookie: ASPSESSIONIDGQGQGTHO=FDLGHGOBJJJNPCKBHGOGAFFP; DTMLASTPOPUP=%7Bts+%272002%2D12%2D02+22%3A39%3A34%27%7D; CFTOKEN

[PATCH]es next auth 2.1 stuff ;-)

2002-12-09 Thread André Malo
the first (colon.diff) reintroduces a feature, that got lost somehow at the auth rewrite: the possibility to add groups and/or other data behind the password after a colon. the second patch (dbmdigest.diff) uses the advantages of the auth rewrite and adds support for digest authentication to th

Re: [PATCH] Allowing extended characters inLDAPauthentication...

2002-12-09 Thread Brad Nicholes
I'm not sure that ...ByLanguage is correct either. The AuthLDAPConvertFromLanguage directive can take either a language identifier (es, de, fr, en, etc.) or a charset (ISO-8859-xx, etc). The end result should be a character set ID that can be passed to apr_xlate_open(). I am thinking that m

Re: cvs commit: httpd-2.0/server .cvsignore Makefile.in

2002-12-09 Thread Justin Erenkrantz
--On Saturday, December 7, 2002 8:54 AM -0800 Aaron Bannert <[EMAIL PROTECTED]> wrote: --includes) if test "$location" = "installed"; then flags="$flags -I$includedir $INCLUDES" elif test "$location" = "source"; then flags="$flags -I$APU_SOURCE_DIR/include $INCLUD

Re: [PATCH] Suppress proxy: error linking cache file...

2002-12-09 Thread Jim Jagielski
+1 Bill Stoddard wrote: > > There have been a couple of PRs opened against this. I believe the condition > arises when the server is configured as a proxy gateway (aka reverse proxy) and > multiple processes are serving the same backend file at the same time. Only one > of the processes will act

Re: Can't compile HEAD on Linux

2002-12-09 Thread David Reid
Yep, it was cured by reverting Fred's changes to server/Makefile.in (sorry Fred). Upgrading awk didn't help on beos. Apart from that changes to htpasswd mean it's broken on a non-unix box due to using P_tmpdir. This is something that APR should fix but it's currently involved in a competition to s

Re: Can't compile HEAD on Linux

2002-12-09 Thread Thom May
* Wilfredo S?nchez ([EMAIL PROTECTED]) wrote : > Yeah, do you still have the log from when it failed? I noticed you > took it off the URL you posted. > > Sander, you ran into the same build failures? See Eric Gillespie's posts to dev@apr; David was seeing the same thing with BeOS; I could re

[PATCH] Suppress proxy: error linking cache file...

2002-12-09 Thread Bill Stoddard
There have been a couple of PRs opened against this. I believe the condition arises when the server is configured as a proxy gateway (aka reverse proxy) and multiple processes are serving the same backend file at the same time. Only one of the processes will actually succeed at saving the file, th

Re: Can't compile HEAD on Linux

2002-12-09 Thread Sebastian Bergmann
Wilfredo Sánchez wrote: > Yeah, do you still have the log from when it failed? I noticed you > took it off the URL you posted. No, sorry. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebast

Re: Can't compile HEAD on Linux

2002-12-09 Thread Wilfredo Sánchez
Yeah, do you still have the log from when it failed? I noticed you took it off the URL you posted. Sander, you ran into the same build failures? -wsv On Monday, December 9, 2002, at 03:35 AM, Sebastian Bergmann wrote: I checked out HEAD, thus 2.1, no?

Re: [PATCH] ap_default_port() and Apache 1.3 on NetWare

2002-12-09 Thread Brad Nicholes
Since the SSL support for NetWare is handled by the OS rather than through MOD_SSL, determining the default port for a request needs to be handled differently. NetWare already handled part of this by implementing ap_http_method() to actually ask Winsock what http method was being used rathe

Re: [PATCH] ap_default_port() and Apache 1.3 on NetWare

2002-12-09 Thread Jim Jagielski
Pavel Novy wrote: > > I think it's abnormal behaviour of Apache to switch from "server" to > "server:port" (add port) in such cases, when port number is default for > scheme. I never seen this for "http" scheme (tested on Linux and > NetWare), the same for "https" on Linux. Why for "https" on N

Re: [PATCH] ap_default_port() and Apache 1.3 on NetWare

2002-12-09 Thread Pavel Novy
Jim Jagielski wrote: At 11:13 AM +0100 12/9/02, Pavel Novy wrote: Port 443 is not treated as a default port for the https method on NetWare, so wrong redirects like this are occuring: "https://server_name/some_location"; (missing a trailing slash) -> "https://server_name:443/some_location/";

Re: mod_deflate with mod_jk

2002-12-09 Thread Henri Gomez
Joshua Slive wrote: On Mon, 9 Dec 2002, Henri Gomez wrote: Ok, it works with SetOutputFilter DEFLATE, I'm now wonder how to remove *.gif/*.jpg and *.js from being compressed. I think you will find yourself much better off if you take a few minutes to peruse: http://httpd.apache.org/docs-2.0/m

RE: [PATCH] prevent apxs from inserting AddModule

2002-12-09 Thread Bill Stoddard
+1 and committed. > > Resend. I found a bug report on this as well: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11212 > > - Forwarded message from Joe Orton <[EMAIL PROTECTED]> - > > From: Joe Orton <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Mail-Followup-To: [EMAIL PROTEC

RE: [patch] comment fix

2002-12-09 Thread Bill Stoddard
Committed. Thanks. > AddModule doesn't exist... > > Index: server/config.c > === > RCS file: /home/cvspublic/httpd-2.0/server/config.c,v > retrieving revision 1.156 > diff -u -r1.156 config.c > --- server/config.c 12 Sep 2002 20:

RE: [PATCH] Fix proxy's handling of input bodies

2002-12-09 Thread Bill Stoddard
> --On Tuesday, December 3, 2002 8:10 AM -0800 Brian Pane > <[EMAIL PROTECTED]> wrote: > > >> This sounds a bit more reasonable to me. That is, send chunked if > >> the client will accept chunked, else send a connection: close > >> header (which will tell the client we are done sending). As a > >>

Re: mod_deflate with mod_jk

2002-12-09 Thread Joshua Slive
On Mon, 9 Dec 2002, Henri Gomez wrote: > Ok, it works with SetOutputFilter DEFLATE, I'm now wonder > how to remove *.gif/*.jpg and *.js from being compressed. I think you will find yourself much better off if you take a few minutes to peruse: http://httpd.apache.org/docs-2.0/mod/mod_deflate.html

Re: [PATCH] ap_default_port() and Apache 1.3 on NetWare

2002-12-09 Thread Jim Jagielski
At 11:13 AM +0100 12/9/02, Pavel Novy wrote: >Port 443 is not treated as a default port for the https method on >NetWare, so wrong redirects like this are occuring: > >"https://server_name/some_location"; (missing a trailing slash) >-> "https://server_name:443/some_location/"; > Pavel, how is the

Re: mod_deflate with mod_jk

2002-12-09 Thread Henri Gomez
Henri Gomez wrote: André Malo wrote: * Henri Gomez wrote: Ok, it works with SetOutputFilter DEFLATE, I'm now wonder how to remove *.gif/*.jpg and *.js from being compressed. hmm. SetEnv no-gzip Hum, it didn't seems to works on my iSeries. Neither with : SetEnvIfNoCase Request_URI

Re: mod_deflate with mod_jk

2002-12-09 Thread Henri Gomez
André Malo wrote: * Henri Gomez wrote: Ok, it works with SetOutputFilter DEFLATE, I'm now wonder how to remove *.gif/*.jpg and *.js from being compressed. hmm. SetEnv no-gzip Hum, it didn't seems to works on my iSeries. Neither with : SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no

RE: Can't compile HEAD on Linux

2002-12-09 Thread Sander Striker
> From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] > Sent: 09 December 2002 12:35 > Thom May wrote: > > Yes, Sander reverted server/Makefile.in on 2.0; your problem is > > probably still existant on 2.1 > > I checked out HEAD, thus 2.1, no? Yes. Sander

Re: Can't compile HEAD on Linux

2002-12-09 Thread Sebastian Bergmann
Thom May wrote: > Yes, Sander reverted server/Makefile.in on 2.0; your problem is > probably still existant on 2.1 I checked out HEAD, thus 2.1, no? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wish

Re: mod_deflate with mod_jk

2002-12-09 Thread André Malo
* Henri Gomez wrote: > Ok, it works with SetOutputFilter DEFLATE, I'm now wonder > how to remove *.gif/*.jpg and *.js from being compressed. hmm. SetEnv no-gzip ? If mod_jk uses the appropriate Apache API call (ap_set_content_type), AddOutputFilterByType DEFLATE text/html works, too. nd

Re: [PATCH] prevent apxs from inserting AddModule

2002-12-09 Thread Thom May
* Joe Orton ([EMAIL PROTECTED]) wrote : > Resend. I found a bug report on this as well: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11212 > > - Forwarded message from Joe Orton <[EMAIL PROTECTED]> - > > From: Joe Orton <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Mail-Followup

Re: Can't compile HEAD on Linux

2002-12-09 Thread Thom May
* Sebastian Bergmann ([EMAIL PROTECTED]) wrote : > Sebastian Bergmann wrote: > >> I can't compile current HEAD of httpd-2.0 > > > > Am I the only one experiencing this? an updated build log is here: > > http://www.sebastian-bergmann.de/stuff/httpd.txt > > Odd. After a fresh checkout from CVS it

[PATCH] ap_default_port() and Apache 1.3 on NetWare

2002-12-09 Thread Pavel Novy
Port 443 is not treated as a default port for the https method on NetWare, so wrong redirects like this are occuring: "https://server_name/some_location"; (missing a trailing slash) -> "https://server_name:443/some_location/"; Here comes a set of patches designed to fix that issue. Thanks, Pavel

Re: mod_deflate with mod_jk

2002-12-09 Thread Henri Gomez
Joshua Slive wrote: On Wed, 4 Dec 2002, Henri Gomez wrote: I built deflate and jk but deflate seems to compress only static (ie no servlet/jsp) contents. AddOutputFilter DEFLATE html Either I'm missing something silly, or you are. But don't you want SetOutputFilter DEFLATE What y

[PATCH] prevent apxs from inserting AddModule

2002-12-09 Thread Joe Orton
Resend. I found a bug report on this as well: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11212 - Forwarded message from Joe Orton <[EMAIL PROTECTED]> - From: Joe Orton <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Mail-Followup-To: [EMAIL PROTECTED] Date: Wed, 27 Nov 2002 16:18:26 +00

Re: Can't compile HEAD on Linux

2002-12-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: >> I can't compile current HEAD of httpd-2.0 > > Am I the only one experiencing this? an updated build log is here: > http://www.sebastian-bergmann.de/stuff/httpd.txt Odd. After a fresh checkout from CVS it built just fine. -- Sebastian Bergmann http://sebastian-b

mod_ldap and threaded MPMs

2002-12-09 Thread Graham Leggett
Hi all, When httpd is compiled with the worker MPM (threaded), mod_ldap's connection pool fails - many connections to the LDAP server are opened until connections run out. The prefork MPM seems to work fine. I don't have much time this week to look at this, if someone who knows threads and loc

Re: Can't compile HEAD on Linux

2002-12-09 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > I can't compile current HEAD of httpd-2.0 Am I the only one experiencing this? an updated build log is here: http://www.sebastian-bergmann.de/stuff/httpd.txt -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I

authentification module

2002-12-09 Thread Ovidiu Egyed
Hello! I'm intrested about an external authentification module if that already exist. My problem is: On host A I have an Apache Web server whit a some information that should be accessed only by some user. User account are on host B and I thing that I cand make that authentification through ftp. An