On Wed, 30 Apr 2008 18:37:35 Joshua Slive wrote:
> > As far as I've understood the below setup would not correctly cache
> > request content when using request parameters (requires Expires header).
> > What would be the best way to fix this?
>
> See the CacheIgnoreQueryString directive.
So, i
I'm developing a public web site on top of a CMS product running in
Apache Tomcat. The site will have a caching Apache httpd 2.2 reverse
proxy in front of Tomcat.
Since my experience with caching Apache reverse proxy setups is limited
I'd appreciate any feedback on the current setup plan.
Page co
I'm using Apache 2.2 as caching reverse proxy for a Java application
running in Tomcat.
Apache talks to Tomcat using AJP and mod_cache is configured to cache
static and dynamic content generated by the application.
I'd like to be able to cache dynamic pages that include SSI commands in
a way t
After reading a bit more on what RFC 2616 says about Cache-control I
figured out it was apparently the
Cache-Control: max-age=0
header the browser was sending that made mod_cache not use the cached
copy even though the server was returning
Cache-Control: max-age=3600
After switching the lin
Axel-Stephane SMORGRAV wrote:
> Could you possibly post the headers returned by \
> http://localhost:5050/cachetest/jsp/cacheable/main.jsp along with
your proxy \
> configuration directives?
After upgrading Apache from 2.2.4 to 2.2.6 the debug log looks a bit
different but the test page stil
hi
I'm trying to cache dynamically generated content using an Apache 2.2
reverse proxy.
Apache proxies content coming from Tomcat through AJP protocol.
For some reason mod_cache determines that cacheable content is not fresh
and refetches the content
though the application sets the Expires and
Vincent Bray wrote:
It should work for proxied content, assuming your config specifies the
filter correctly. Something like this should work:
...
AddOutputFilterByType INCLUDES text/html
...
seems to be working correctly, thanks.
marko
-
I'm trying to setup a Apache reverse proxy to run server-side include
commands included in proxied content.
Apache proxies content coming from Tomcat using mod_proxy_ajp.
SSI commands get run in local content, but not in proxied content.
Should this sort of setup work with Apache 2.2 or is this
Hi
I'm working on a project where we're developing a system that's going to
experience fairly heavy load for certain pages such as the main page.
I'd like to be able to serve some of these pages from a caching Apache
reverse proxy without invoking the backend system. The problem is that
all of the
hi
I'm having problems building Apache 2.0.55, or rather starting it.
When i try to run the binary the following error message appears in
error_log:
ld.so.1: /home/aspa/dev-3.4/httpd/httpd: fatal: libgcc_s.so.1: open
failed: No such file or directory
This happens on Solaris 8 (SPARC), i
10 matches
Mail list logo