RE: [EMAIL PROTECTED] mod_cache

2008-01-08 Thread Axel-Stephane SMORGRAV
Yes you did. http://issues.apache.org/bugzilla/show_bug.cgi?id=19441 Many of the developers actively participate on this list also, so there is no need to post to the dev list. If you believe you have found a problem you should search Bugzilla for reports of problems similar to what you report

RE: [EMAIL PROTECTED] mod_disk_cache

2008-01-08 Thread Axel-Stephane SMORGRAV
Lance, I was surprised that you reported that the Cache: max-age=0 forced a revalidation of the resource with the origin server. There is a BR in Bugzilla for this (actually there are several) for which I provided a patch against 2.0.59: http://issues.apache.org/bugzilla/show_bug.cgi?id=19441

[EMAIL PROTECTED] mod_cache

2008-01-08 Thread Campbell, Lance
I think I found an issue with mod_cache. Where do I go to post a question to the development group for this mod? Thanks, Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illinois 217.333.0382 http://webservices.uiuc.edu

RE: [EMAIL PROTECTED] mod_proxy and keepalive question

2008-01-08 Thread KOZMAN Bálint
Hi, thanks for your notes. Still I don't entirely understand what I see. Here's how I tested. I've set up 2 virtualhosts on my ubuntu gutsy notebook (apache 2.2.4, prefork): localhost and localhost-external. Here's localhost-external: ServerAdmin [EMAIL PROTECTED] ServerNam

Re: [EMAIL PROTECTED] Pojo Application Server: Release 1.0.3

2008-01-08 Thread lists
Johnny Kewl wrote: > A POJO Application Server... > > Lets one develop normal full java applications outside of the container. > When they are dropped into the container only the UI side runs on the remote > clients machine, thus one gets a light weight Rich Client, with no additional > effort.

[EMAIL PROTECTED] Access Log Missing Authenticated Users

2008-01-08 Thread Liz Kim
I have a directory which is password protected. When a user tries to access this pw protected area, the access log keeps track of the access in the following format: USER_IP_ADDRESS - USERNAME - [DATE: TIME] HTTP REQUEST However, when I added a PHP script within this script as the index file and c

[EMAIL PROTECTED] Pojo Application Server: Release 1.0.3

2008-01-08 Thread Johnny Kewl
A POJO Application Server... Lets one develop normal full java applications outside of the container. When they are dropped into the container only the UI side runs on the remote clients machine, thus one gets a light weight Rich Client, with no additional effort. The rest of the application run

RE: [EMAIL PROTECTED] mod_disk_cache

2008-01-08 Thread Campbell, Lance
Joshua, I thought this was working but it is not. This is my sinario: 1) I have a Java servlet that serves up some content. I put a display in the code so I can confirm when it gets called. I also put some code in the servlet to display header parameters that it receives. 2) I clear my disk ca

RE: [EMAIL PROTECTED] Load balancing problem

2008-01-08 Thread Brendan . McKenna
Hi again, I tried your suggestion but couldn't get it working for me. It got me thinking, though, and what I did was add a different JSP page to the application that sets a cookie, correctly formatted (you're right it expects the cookie to be 'value.route') to indicate the server that

RE: [EMAIL PROTECTED] mod_proxy and keepalive question

2008-01-08 Thread Axel-Stephane SMORGRAV
Hi This is very surprising to me because this is one of the things about 2.2 that I was looking forward to and therefore tested specifically. Roughly speaking httpd 2.2 creates a connection pool for each ProxyPass. Actually it associates a "worker" (not to be mixed-up with MPM worker workers

[EMAIL PROTECTED] mod_proxy and keepalive question

2008-01-08 Thread KOZMAN Bálint
Hi there, I'm experiencing a different behaviour of apache 2.2's mod_proxy compared to the one in 2.0. From my point of view the main difference is that 2.0 mod_proxy does not send the "Connection" request header to the backend, while 2.2 mod_proxy always sends "Connection: Close" regardles

AW: [EMAIL PROTECTED] make error

2008-01-08 Thread BjoernArne.Ramann
I think the problem was the installed suse apache bin, after i removed this with yast, it works :-) bjoern -Ursprüngliche Nachricht- Von: Axel-Stephane SMORGRAV [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 8. Januar 2008 13:48 An: users@httpd.apache.org Betreff: RE: [EMAIL PROTECTE

RE: [EMAIL PROTECTED] make error

2008-01-08 Thread Axel-Stephane SMORGRAV
Did you at some point build httpd with LDAP support? In that case have you tried "make distclean" or building from a fresh distribution? -ascs -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : mardi 8 janvier 2008 13:29 À : users@httpd.apache.org Objet :

RE: [EMAIL PROTECTED] Load balancing problem

2008-01-08 Thread Axel-Stephane SMORGRAV
Hello there, Although I am not very experienced in using proxy_balancer, I did experiment with it a little bit a while ago. >From what I remember, it expects the route to be appended to the balancer >cookie value. In your example it is expecting a cookie of >JSESSIONID=K8zpkCtCy6l9Y91Q86bE

[EMAIL PROTECTED] make error

2008-01-08 Thread BjoernArne.Ramann
Hello together, i try to make apache 2.2.6 (i368) under 10.3. my configure: ./configure --disable-ldap When i start make, i get the following error (the same without --disable-ldap) file included from /root/src/httpd-2.2.6/include/util_ldap.h:31, from exports.c:38: /usr/i

[EMAIL PROTECTED] Load balancing problem

2008-01-08 Thread Brendan . McKenna
Hi, I am running httpd version 2.2.6 on Windows XP SP2. I am trying to use sticky sessions to route users to a server, based on the value of the JSESSIONID cookie in their request. While the load balancing does appear to work, the sticky sessions don't appear to be working. My confi

Re: [EMAIL PROTECTED] apache 2.2.6 not connecting to orac le with mod_dbd

2008-01-08 Thread porath
Hi Nick, thanks for your help. >OK, since you're using APR 1.3, you can get a bit more error message by >patching mod_dbd as follows (modulo my mailer's line wrap): I patched mod_dbd and now it logs a bit more: [Tue Jan 08 12:40:23 2008] [error] (20014)Internal error: DBD: Can't connect to orac

RE: [EMAIL PROTECTED] How to configure httpd process time

2008-01-08 Thread Lahiru Gunathilake
Hi Owen, Yep,Thanks alot.. Regs lahiru On Tue, 2008-01-08 at 10:03 +0100, Boyle Owen wrote: > > -Original Message- > > From: Lahiru Gunathilake [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 08, 2008 9:01 AM > > To: users@httpd.apache.org > > Subject: RE: [EMAIL PROTECTED] How to c

Re: [EMAIL PROTECTED] apache 2.2.6 not connecting to oracle with mod_dbd

2008-01-08 Thread Nick Kew
On Tue, 8 Jan 2008 10:18:49 + Nick Kew <[EMAIL PROTECTED]> wrote: > OK, since you're using APR 1.3, you can get a bit more error message > by patching mod_dbd as follows (modulo my mailer's line wrap): Bah. That patch should of course be as attached. -- Nick Kew Application Development w

Re: [EMAIL PROTECTED] apache 2.2.6 not connecting to oracle with mod_dbd

2008-01-08 Thread Nick Kew
On Tue, 08 Jan 2008 09:22:27 +0100 [EMAIL PROTECTED] wrote: > The apache error log just says: > [Tue Jan 08 08:52:59 2008] [error] (20014)Internal error: DBD: Can't > connect to oracle [Tue Jan 08 08:52:59 2008] [error] (20014)Internal > error: DBD: failed to initialise OK, since you're using APR

RE: [EMAIL PROTECTED] How to configure httpd process time

2008-01-08 Thread Boyle Owen
> -Original Message- > From: Lahiru Gunathilake [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 08, 2008 9:01 AM > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] How to configure httpd process time > > > > Hi Owen, > Thanks for the reply.. > The problem is exactly when i

Re: [EMAIL PROTECTED] Where can I find a tutorial for writing apache 2.0.x modules

2008-01-08 Thread Christian Folini
On Mon, Jan 07, 2008 at 09:58:25AM -0600, Campbell, Lance wrote: > I am looking for a web tutorial for writing apache 2.0.x modules. Does > anyone have a reference they could give me? Get the Apache Modules Book by Nick Kew. regs, Christian -

[EMAIL PROTECTED] apache 2.2.6 not connecting to oracle with mod_dbd

2008-01-08 Thread porath
Hi all, i am trying to use apache 2.2.6 with mod_dbd and mod_authn_dbd in conjunction with apr 1.3 in order to do digest authentication with users in an oracle database. mod_dbd finds the oracle driver but it obviously can't connect to oracle. The oracle logs show me that mod_dbd doesn't even t

RE: [EMAIL PROTECTED] How to configure httpd process time

2008-01-08 Thread Lahiru Gunathilake
On Tue, 2008-01-08 at 08:31 +0100, Boyle Owen wrote: > > -Original Message- > > From: Lahiru Gunathilake [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, January 08, 2008 7:08 AM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] How to configure httpd process time > > > > I'm usi