Re: Arranging mod_proxy_ajp

2007-03-20 Thread Mladen Turk
Rainer Jung wrote: Mladen Turk wrote: Jean-Frederic wrote: -if (status != APR_SUCCESS) { +if (! isok) { /* We had a failure: Close connection to backend */ conn-close++; http://issues.apache.org/bugzilla/show_bug.cgi?id=40310 The user comments, that the fix

Re: C++ and apache development

2007-03-20 Thread Gonzalo Arana
Shams, This may be what you are looking for: http://sourceforge.net/projects/mod-c Regards, On 3/19/07, Shams [EMAIL PROTECTED] wrote: Hi, If I would like to use c++ to write dynamic web server applications, what is the best resource for me that I can use with apache? I believe I have the

Apache 2.2.4 on solaris8 with gcc

2007-03-20 Thread Robin-David Hammond
I am attempting to build version 2.2.4 on solaris8. I am not wholy sure what is breaking but it appears my primary symptom is : /usr/local/src/httpd/2.2.4/srclib/apr/libtool --silent --mode=link /opt/gcc/3.4.6/3.4.6_SunOS_sun4u/bin/gcc -pthreads -I/usr/local/include -O

Re: PATCH: support utilities should enable crypt() , current htdbm checks broken

2007-03-20 Thread David Jones
Re: Jeff's last note, yes httpd does call crypt() directly, Any other questions that need discussion / resolution? David Jones -- [EMAIL PROTECTED] On 3/16/07, Jeff Trawick [EMAIL PROTECTED] wrote: On 3/16/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Jeff Trawick wrote: APR

Re: PATCH: support utilities should enable crypt() , current htdbm checks broken

2007-03-20 Thread William A. Rowe, Jr.
httpd does not ;-) htdbm/htpasswd et al do. Bill [httpd-2.2]$ grep -r crypt modules/aaa/* [httpd-2.2]$ grep -r apr_password modules/aaa/* modules/aaa/mod_auth_basic.c:#include apr_md5.h/* for apr_password_validate */ modules/aaa/mod_authn_dbd.c:rv =

Re: PATCH: support utilities should enable crypt() , current htdbm checks broken

2007-03-20 Thread Jeff Trawick
On 3/20/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: httpd does not ;-) httpd the project (vs. apr, apr-util), not httpd the program (vs. htdbm, htpasswd) as in In httpd, we don't call crypt(), we call APR...

Re: PATCH: support utilities should enable crypt() , current htdbm checks broken

2007-03-20 Thread William A. Rowe, Jr.
Jeff Trawick wrote: On 3/20/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: httpd does not ;-) httpd the project (vs. apr, apr-util), not httpd the program (vs. htdbm, htpasswd) as in In httpd, we don't call crypt(), we call APR... So... what I suggest is; 1. use the same test from

Re: PATCH: support utilities should enable crypt() , current htdbm checks broken

2007-03-20 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: Jeff Trawick wrote: On 3/20/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: httpd does not ;-) httpd the project (vs. apr, apr-util), not httpd the program (vs. htdbm, htpasswd) as in In httpd, we don't call crypt(), we call APR... So... what I suggest is;

More descriptive mod_ssl/OpenSSL version logging

2007-03-20 Thread William A. Rowe, Jr.
httpd was patched for httpd -v some time ago to report both the compiled and loaded versions of apr[-util]. I'd like to get this into trunk/2.2/2.0 similarly for openssl. It's very common for users to hotfix openssl for security vulnerabilities, but the apache error log remains 'scary' to

[PATCH]es More descriptive mod_ssl/OpenSSL version logging

2007-03-20 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: httpd was patched for httpd -v some time ago to report both the compiled and loaded versions of apr[-util]. I'd like to get this into trunk/2.2/2.0 similarly for openssl. It's very common for users to hotfix openssl for security vulnerabilities, but the apache

Re: [PATCH]es More descriptive mod_ssl/OpenSSL version logging

2007-03-20 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: William A. Rowe, Jr. wrote: httpd was patched for httpd -v some time ago to report both the compiled and loaded versions of apr[-util]. I'd like to get this into trunk/2.2/2.0 similarly for openssl. It's very common for users to hotfix openssl for security