If I suppress the trailing slash, then apache does a redirect, and redirects
are handled before aliases, so the client gets a 301, and the particular client
software I am dealing with won't follow redirects, he simply errs out.
-Original Message-
From: Eric Covener [mailto:cove...@gmail.
On Wed, Apr 6, 2011 at 11:09 PM, Ishita Kapadiya wrote:
> Hi Jeff,
>
> both ab and JMETER is using keep alive.
keepalive and reusing SSL sessions isn't the same thing
reusing the SSL session (avoiding the expensive part of the handshake)
deals with what happens when the client opens a subsequent
Thanks Mark
> - Put an SSL-terminating appliance in front of your web server. This could
> help, especially if the appliance does much of its work in specialized
> hardware.
this is the only solution I can see as of now. I am really surprised
that Apache is not handling SSL requests efficiently!
Hi,
I'm willing to use Apache HTTP Server used as proxy to relay chunked http
requests to a backend service. It appears that by default the server bufferize
the traffic and re-chunk it with other chunk values.
I've been looking in several forums and the official documentation but I
couldn't f
On Fri, Apr 8, 2011 at 1:43 AM, Celal Ziftci wrote:
> Hi everyone,
> I am a PhD student doing research on program analysis, specifically for
> tests (unit/system).
> I would like to try my research framework on apache web server, and I was
> looking for unit-tests or system tests that test differe