Re: [PATCH] util_ldap_cache shm broken in apache 2.x

2003-07-02 Thread Estrade Matthieu
ter this, i decided to not check it directly in my util_ald_alloc because of the example. Matthieu Joe Orton wrote: On Tue, Jul 01, 2003 at 03:01:43PM +0200, Estrade Matthieu wrote: ... #if APR_HAS_SHARED_MEMORY -if (util_ldap_shm) { -return (void *)apr_rmm_addr_get(util_

[PATCH] util_ldap_cache shm broken in apache 2.x

2003-07-01 Thread Estrade Matthieu
Hi, I sent few weeks ago a patch for util_ldap shm cache which is broken in apache 2.0 The problem are: shm file is unique for all httpd -> i created a directive to specify a filename - creating default if not. shm is initialized in child init hook -> i move this to post_init hook shm, rmm point

[PATCH] first code of a patch for util_ldap - httpd-2.0

2003-06-12 Thread Estrade Matthieu
Hi, After reading util_ldap in modules/experimental, i found some broken stuff in the cache. The shm was created in child init hook, and util_ldap_shm, util_ldap_rmm, util_ldap_cache were declared as global in util_ldap_cache.h. I tryied to make it running with worker mpm and it was very unstabl

Impossible to use apr_xml_ns_scope in my module.

2003-03-28 Thread Estrade Matthieu
_scope!= NULL; ns_scope=ns_scope->next) but when i declare the apr_xml_ns_scope, it refuse to compile and say it is undeclared. is it normal this struct is unavailable from my module, or is there another way to display all the ns_scope data. regards,

Problems with Filters and ErrorDocument

2003-03-28 Thread Estrade Matthieu
i pass to the next filter. But the behaviour is the same. Is there a way to cancel the error document filter inserting the apache error document ? does somebody see what i could do and if it's possible to do what i want ? Best reg

Auth problem

2003-01-29 Thread Estrade Matthieu
Hi, I will try to draw the problem i have... I am using mod_auth_ldap or mod_auth_radius for apache 2.0 (apache 2.0.44-dev) when i setup a authentication with ldap, i do AuthName authentication AuthType basic (a misterious directive i need and i can't remember) AuthLDAPEnable ON this

Re: authz / authn and mod_auth_ldap

2003-01-20 Thread Estrade Matthieu
e mod_ldap documentation, and was lost in the auth_basic help So splitting the modules is maybe a good idea, but the right documentation must folow... Regards, Matthieu Graham Leggett wrote: Estrade Matthieu wrote: I read the discussion for few messages, i am not an apache developper, so i will

Re: authz / authn and mod_auth_ldap

2003-01-17 Thread Estrade Matthieu
Hi, I read the discussion for few messages, i am not an apache developper, so i will speak as a user. IMHO, Splitting into two modules will make auth more complex. actually, it's not really easy to setup, and the documentation is not always up to date. regards Matthieu Bill Stoddard wrote:

Re: mod_cache CacheMaxStreamingBuffer

2002-12-12 Thread Estrade Matthieu
what i remember is cache is able to cache unknown size document with MaxStreamingBuffer. i will try to draw it: first brigade, no length, if no EOS bucket, saving data in temp brigade second brigade, if no EOS, concat data to temp_brigade until finding an EOS bucket, or total length is more th

Re: mod_cache CacheMaxStreamingBuffer

2002-12-12 Thread Estrade Matthieu
I confirm the CacheMaxStreamingBuffer is a source of misconfiguration Using the MCacheMaxObjectSize could me a good thing. In case of CacheMaxStreamingBuffer used, i don't know how MCacheMaxObjectSize is used for because if a document is bigger than MaxStreamingBuffer, it will be never cached. ar

Re: r->server->port problem

2002-11-26 Thread Estrade Matthieu
onicalName Port which would not do the DNS lookups [trust the client for that] but would trust our idea of the port. Respectable idea? Bill At 06:38 AM 11/26/2002, Estrade Matthieu wrote: heh ok, i was using the wrong stuff, i didn't know about this struct server_addrs_rec. what r-&

Re: r->server->port problem

2002-11-26 Thread Estrade Matthieu
(socket port), i think there is a reason :) Jeff Trawick wrote: Estrade Matthieu <[EMAIL PROTECTED]> writes: My module need to know the r->server->port, i mean the port of virtual host used by the client. isn't that in r->server->addrs->host_port?

Re: r->server->port problem

2002-11-26 Thread Estrade Matthieu
in the correct VHOST and when my module check r->server->port, i find 80 ! Jeff Trawick wrote: Estrade Matthieu <[EMAIL PROTECTED]> writes: I posted a mail about a problem with r->server->port few days ago, I did a patch to correct this bug, but i am no

r->server->port problem

2002-11-25 Thread Estrade Matthieu
x27;s now working in my module, it's finding r->server->port = 8095 instead of 80 regards, Estrade Matthieu ? patch.serverport Index: core.c === RCS file: /home/cvspublic/httpd-2.0/server/core.c,v retrieving revision 1.225 di

input filter

2002-11-25 Thread Estrade Matthieu
ckend. regards, Estrade Matthieu __ Modem offert : 150,92 euros remboursés sur le Pack eXtense de Wanadoo ! Haut débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w

r->server->port = 80 = ap_default_port on a request to port 8095

2002-11-22 Thread Estrade Matthieu
x27;s for special case but i would like to know which one. I am now using directly r->connection->local_addr->port in my module so it's working fine. regards, Estrade Matthieu __ Modem offert : 150,92 euros remboursés sur le Pack eXtense de Wanadoo ! Haut débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w

mod_cache and slash ending url

2002-11-18 Thread Estrade Matthieu
hable. regards, Estrade Matthieu ? patch.cache ? patch.slash.cache Index: mod_cache.c === RCS file: /home/cvspublic/httpd-2.0/modules/experimental/mod_cache.c,v retrieving revision 1.62 diff -u -r1.62 mod_cache.c --- mod_cache.c 6 Nov 20

mod_cache and multiple brigade

2002-11-14 Thread Estrade Matthieu
te this header, but why the content_lentgh is deleted ? I removed the CL deleting line in the proxy_http.c code and it's now working well, but i understand this line may be usefull, so i will search how to resolve the problem better. i hope you understand the problem, my eng

RE : mod_auth_ldap

2002-10-23 Thread Estrade Matthieu
directive, should be added by a link in mod_auth_ldap documentation. Regards, Estrade Matthieu -Message d'origine- De : Thomas Bennett [mailto:thomas.bennett@;eds.com] Envoyé : Wednesday, October 23, 2002 9:43 PM À : Estrade Matthieu Objet : Re: mod_auth_ldap On Thu, 24 Oct 2002

Re: mod_auth_ldap

2002-10-23 Thread Estrade Matthieu
t set!: / -- 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 in my log: [Wed Oct 23 17:35:59 2

mod_auth_ldap

2002-10-23 Thread Estrade Matthieu
AuthLDAPEnabled On AuthLDAPUrl ldap://192.168.100.2:389/cn=backoffice,dc=company,dc=com?uid Require valid-user when i do this query, with anonymous login, directly on ldap server, it's working if somebody have ideas regards Estrade Mat

url finishing by / are declined by cache

2002-10-16 Thread Estrade Matthieu
his ? regards, Estrade Matthieu __ Etudiant: Wanadoo t'offre le Pack eXtense Haut Débit soit 150,92 euros d'économies ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant

cache+ proxy, chunked + C-L,browsers unable to display documents

2002-10-13 Thread Estrade Matthieu
Hi, I've just seen you are commiting patch to mod_cache... I haven't receive answer for my post on dev@ about the chunk/CL problem... Could you tell me what do you think about to let me know how can I code a godd patch against the problem. Regards, Estrad

Mod_cache and multiple brigade problem.

2002-10-09 Thread Estrade Matthieu
find more details about this problems. regards, Estrade Matthieu __ Etudiant: Wanadoo t'offre le Pack eXtense Haut Débit soit 150,92 euros d'économies ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant

BUG: mod_cache and CacheMaxStreamingBuffer

2002-09-24 Thread Estrade Matthieu
Hi, Patch for the CacheMaxStreamingBuffer directive in mod_cache the value was never used because no override in merge config function. so now, the mod_cache will be able to handle multiple bucket answer. Matthieu ? mod_cache.c-patched ? patch.cache ? patch_mod_cache Index: mod_cache.c ==

mod_cache and brigade

2002-09-24 Thread Estrade Matthieu
Hi, After i did my unusable proxy patch for multiple brigade handling by mod_cache, i tried to patch the mod_cache. My code is doing: receiving one brigade if EOS inside, cache it and cache cache->saved_brigade if not null. if no EOS, save brigade in cache->saved_brigade w8 for another brigade,

Apache 2.0 OpenSSL error

2002-09-18 Thread Estrade Matthieu
Hi, for few days, i am stressing my apache 2.0.40 with reverse proxy with a tools named Silkperformer. i have a really strange error, coming up often on some basic requests: the request is http://web2.test.com/manual/images/pixel.gif [Wed Sep 18 12:24:04 2002] [error] SSL error on reading data

Some mod_cache + mod_proxy problems

2002-09-10 Thread Estrade Matthieu
it's always failed because the length must be upper to 0. Maybe because the backend server send back a 304 too. I will try to debug more, because my informations are not very good :) Best regards, Estrade Matthieu

The best hook ?

2002-09-01 Thread Estrade Matthieu
when apache init the module. Best regards Estrade Matthieu __ Pour mieux recevoir vos emails, utilisez un PC plus performant ! Découvrez la nouvelle gamme DELL en exclusivité sur i (france) http://www.ifrance.com/_

Input filter

2002-08-21 Thread Estrade Matthieu
Hi,   I am running apache 2.0.40 on RedHat 7.2 x86   I have done a module reading POST (body) data in the input filter. The problem is when I read the data on the bucket, I am not able to let the data available for the other module.   I have tried to copy the bucket before read it, o

Reading-POST-data problem

2002-06-26 Thread Estrade Matthieu
server has been modified... is somebody have the same problem ? considering that my code is from a module build for 1.3.x, is somebody has a new solution to read this data without clear it and let it readable by others modules ? Best regards, Estrad