[EMAIL PROTECTED] RE : [EMAIL PROTECTED] Re: PHP 5.2.4 with Apache 2.2.6 => 302 rather than 200?

2007-09-13 Thread Laurent FAILLIE
Hi Whit, > Thanks for the report. If it's something related to > configuration, the > question is of course what. The basic configuration > has stayed the same from > Apache 2.0 through 2.2.6, [...] When I spoke about configuration, I means system configuration in general, not only Apache's one.

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] Re: PHP 5.2.4 with Apache 2.2.6 > 302 rather than 200?

2007-09-12 Thread Laurent FAILLIE
Hi Whit, > The PHP 5.2.4 module built against Apache 2.2.4 > works fine with both Apache > 2.2.4 and Apache 2.2.6. So it's only when PHP 5.2.4 > is built against Apache > 2.2.6 that I end up with Apache serving "302" > instead of "200" to every page > request. I think it's something related to y

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] Apache 2.2.3 with mod_authn_dbd and pgsql

2007-09-10 Thread Laurent FAILLIE
Hi Dustin, --- Dustin Schuemann <[EMAIL PROTECTED]> a écrit : > Im trying to use mod_authn_dbd with pgsql my table > structure is 3 > columns username,password,group. When I try to login > into the > protected directory I get a 500 error. My apache > conf is below. My > logs are [Sun Sep 09

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] authn_dbd: what format for encrypted password?

2007-08-18 Thread Laurent FAILLIE
--- Phil Endecott > Many thanks for any advice you can offer. Hi Phil, My only advice is to not use it as it doesn't work :-( Stock 2.2.4's dbd is buggy and even with an updated mod_dbd.c it randomly fails (see bug 42732 / http://issues.apache.org/bugzilla/show_bug.cgi?id=42732). As a workaroun

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] mass bug-closing?

2007-08-03 Thread Laurent FAILLIE
The same for me. And it was 2 very simple compilation problem under HP-UX that can be solve in 5 minutes :-(( Is 1.3 fasing out ? --- Matus UHLAR - fantomas <[EMAIL PROTECTED]> a écrit : > Hello, > > two of my bugs (39910 and 25469) were closed a fre > hours ago as WONTFIX. > They were filled

[EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] Bug or configure error with mod_dbd and pgsql using Apache 2.2.3

2007-07-16 Thread Laurent FAILLIE
> Your problem is slightly different then my own... as > the > username/password never becomes acceptable after 10 > mins when database > connections are pooled/persisted. What version of > Apache are you > using? Source-compiled 2.2.3, 2.2.4 or package from > your OS > vendor/distributor? It's 2

[EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] Bug or configure error with mod_dbd and pgsql using Apache 2.2.3

2007-07-16 Thread Laurent FAILLIE
--- Nick Kew <[EMAIL PROTECTED]> a écrit : > That looks like a possible manifestation of > http://issues.apache.org/bugzilla/show_bug.cgi?id=39329 > > Either apply the latest patch in the bug report, or > update to > the trunk version of mod_dbd. And please let us know if it's working correctly

[EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] RE : [EMAIL PROTECTED] Find why httpd eats all swap

2007-07-11 Thread Laurent FAILLIE
--- John Steel <[EMAIL PROTECTED]> a écrit : > I did this and it still happened, but it ddn't seem > as bad. > What I really want to know is which vhost is causing > it. The only thing [...] If all your vhost are writing the same access.log, what you can do is an while true do sleep 1 free -m

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] Find why httpd eats all swap

2007-07-10 Thread Laurent FAILLIE
Hi John, --- John Steel <[EMAIL PROTECTED]> a écrit : > Could someone cast an eye over this please - > eventually swap fills and > the server dies. Its under very light load, a few > php sites, some direct > html pages, some perl and java. It's depend mainly about what your site is doing. Anyw

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] Problems building apache on Solaris 8

2007-07-06 Thread Laurent FAILLIE
--- "ROTH, MARK, ATTSI" <[EMAIL PROTECTED]> a écrit : > Building apache on Solaris 8. *Very* basic box, gcc > 3.2.x is installed > (as is libiconv, and libiwhatsit, and, and, and, > that the guy who built > the box did *not* install) I've been trying to > build 2.2.2. It > worked fine on the S

[EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-05 Thread Laurent FAILLIE
--- Res <[EMAIL PROTECTED]> a écrit : > ... so re-open the bug and hope > someone else grabs it. I just reopened it (#42732). Anyway, I've implemented an authentication thru PHP so it's not anymore a blocking point in my project. If someone wan to take care of this nasty issue, I can spend some t

[EMAIL PROTECTED] RE : Re: [EMAIL PROTECTED] DBD and MySQL: No DBD Authn configured!

2007-07-05 Thread Laurent FAILLIE
--- Nick Kew <[EMAIL PROTECTED]> a écrit : > > cd /path/to/httpd-2.2.4/modules/database > > cp mod_dbd.c mod_dbd.c.origi > > wget http://www.ausics.net/mod_dbd.c > > FWIW, that is almost identical to the current trunk > version, which > you can find with a browser from > http://svn.apache.org/vi

[EMAIL PROTECTED] Authentication agains database issue.

2007-06-25 Thread Laurent FAILLIE
Dear all, I running on an HP-UX 11.11 712 box, and I have compiled apache 2.2.4 with GCC. I have took mod_dbd.c from truck due to several bugs in the version provided w/ 2.2.4. I'm using the following configuration (it's only a test up to now): AllowOverride FileInfo AuthConfig Limit Indexe