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
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
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
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
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.
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
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
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
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
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
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
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
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 :
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
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
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
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
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
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
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
> -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
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
-
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
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
24 matches
Mail list logo