RE: [STATUS] (httpd-2.0) Wed Oct 23 23:45:19 EDT 2002

2002-10-23 Thread Kai Risku
> -Original Message- > From: Rodent of Unusual Size [mailto:Ken.Coar@;Golux.Com] > Sent: Thursday, October 24, 2002 06:45 > To: Apache HTTP server developers > Subject: [STATUS] (httpd-2.0) Wed Oct 23 23:45:19 EDT 2002 > > > APACHE 2.0 STATUS: >

[STATUS] (httpd-2.0) Wed Oct 23 23:45:19 EDT 2002

2002-10-23 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2002/10/22 17:01:44 $] Release: 2.0.44 : in development 2.0.43 : rolled October 2, 2002 2.0.42 : released September 24, 2002 as GA. 2.0.41 : rolled September 16, 2002. not rele

[STATUS] (apache-1.3) Wed Oct 23 23:45:11 EDT 2002

2002-10-23 Thread Rodent of Unusual Size
APACHE 1.3 STATUS: -*-text-*- Last modified at [$Date: 2002/10/14 21:14:09 $] Release: 1.3.28-dev: In development 1.3.27: Tagged September 30, 2002. 1.3.26: Tagged June 18, 2002. 1.3.25: Tagged June 17, 2002. Not released. 1.3.24: Tagg

[PATCH] Try to use OPENSSL_free instead of free

2002-10-23 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Based on Nadav Har'El's e-mail on the mod_ssl community (http://marc.theaimsgroup.com/?l=apache-modssl&m=103540998016916&w=2), here's a patch for 2.0's mod_ssl. -Madhu Index: ssl_engine_kernel.c === RCS file: /home/cvspublic/httpd-2

RE : mod_auth_ldap

2002-10-23 Thread Estrade Matthieu
Hi, I finally made mod_auth_ldap work. First, basic authentication: AuthName auth AuthType Basic Then, disable Basic authoritative to let the Authorization continue to mod_auth_ldap. AuthBASICAuthoritative Off Then my LDAP Config Maybe this documentation about AuthBasicAuthoritative directi

Enabling RAND redirection on crypto accelerator using OpenSSL ENGINE

2002-10-23 Thread Frederic DONNAT
Title: Enabling RAND redirection on crypto accelerator using OpenSSL ENGINE Hi all, A few month ago i submit a patch for redirecting RAND on crypto accelerator for mod-ssl and apache-1.3.x. A few weeks ago, i see a cvs commit about this on mod-ssl mailing list. But i see that apache-2.0.x

Possiblebug in mod_rewrite %{ENV:vars}

2002-10-23 Thread Alexander Lazic
Hi, i have tested the apache 2.0.43 with mod_rewrite and can't expand the %{ENV:SSL_CIPHER} nor %{ENV:GATEWAY_INTERFACE} in the '/cgi-bin/'-dir. I think i have found the possible failure/bug in the function 'do_expand' on line 2433 in mod_rewrite.c: span = apr_cpystrn(outp, lookup_variable(r, va

Re: mod_auth_ldap

2002-10-23 Thread John K. Sterling
>-- Original Message -- >Reply-To: [EMAIL PROTECTED] >Date: Wed, 23 Oct 2002 18:07:30 +0200 >From: Estrade Matthieu <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: mod_auth_ldap > > >John K. Sterling wrote: > >>try disabling mod_auth. >> >>sterling >> >> >i deleted AuthName >and AuthType

Re: mod_auth_ldap

2002-10-23 Thread Estrade Matthieu
John K. Sterling wrote: try disabling mod_auth. sterling i deleted AuthName and AuthType and this is what i get: Wed Oct 23 18:10:17 2002] [debug] mod_auth_ldap.c(261): [client 192.168.100.1] [8263] auth_ldap authenticate: using URL ldap://192.168.100.2:389/cn=backoffice,dc=company,dc=

RE: mod_auth_ldap

2002-10-23 Thread John K. Sterling
try disabling mod_auth. sterling >-- Original Message -- >Reply-To: [EMAIL PROTECTED] >Date: Wed, 23 Oct 2002 17:33:26 +0200 >From: Estrade Matthieu <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: mod_auth_ldap > > >Hi, > >I am using apache 2.0 + proxy + mod_auth_ldap > >i have this error i

mod_auth_ldap

2002-10-23 Thread Estrade Matthieu
Hi, I am using apache 2.0 + proxy + mod_auth_ldap i have this error in my log: [Wed Oct 23 17:35:59 2002] [error] [client 192.168.100.1] (9)Bad file descriptor: Could not open password file: (null) and return an error 500 this is my vhost auth conf: AuthName test AuthType basic AuthLDAPEnabl

server/mpm/monitoring-services.txt

2002-10-23 Thread Mladen Turk
Hi, Are there still need for that file? Think we have AM for a year or so. MT.