[us...@httpd] mod_cache mod_header set header for cached response

2010-04-19 Thread xgas
Hello, Please help me out. I want to set header for cached content. I use apache 2.2 with mod_header and mod_cache Relevant parts in my conf file are following: Header set CacheHit "%D %t" CacheEnable disk / CacheRoot /tmp/cache CacheDirLevels 5 CacheDirLength 3 CacheMinFileSize 2 CacheIgnoreCa

RE: [us...@httpd] Timestamps of access log entries

2010-04-19 Thread Foster, Stephen (ASPIRE)
Hi there, I've not had any responses to this problem so I assume no one else has the same issues. Any offers? I've already tried changing the timestamp strings in the log format to localized but this appears to have made no difference... Cheers Steve

Re: [us...@httpd] mod_cache mod_header set header for cached response

2010-04-19 Thread Eric Covener
On Mon, Apr 19, 2010 at 6:52 AM, xgas wrote: > What I want to achieve is following: > All responses have header CacheHit with request times. When a response is served from the cache, all of this processing is skipped -- the original response and its headers are all that goes out. -- Eric Coven

[us...@httpd] Is it possible to use mod_speling together with mod_rewrite?

2010-04-19 Thread Sandro Tosi
Hello, we are using extensively mod_rewrite to identify what's the path where the resource is locate. Now a new requirement (due to a migration from Windows to Linux) makes us willing to use mod_speling to match a filename not case-sensitively. We added "CheckCaseOnly On" to the .htaccess (a

[us...@httpd] change 404 status for given filespec?

2010-04-19 Thread Gary Webster
Hello. I thought this might be simple, but I've not been able to find anything which works after much searching/experimenting. I have an application which submits a job to my webserver, then polls every few seconds for the output result file to be available. I am using NeoLoad (http://www.neoty

[us...@httpd] Combining mod_jk and Location Directives

2010-04-19 Thread Nick Tkach
Is it possible, for a given URL that's being directed to mod_jk, to lock it down so that you can only access it from a particular subnet? For example, let's say I have an app with JkMounts defined: JkMount /myapp worker1 JkMount /myapp/sub worker2 JkMount / worker3 Then I have a sub-directory,

Re: [us...@httpd] Combining mod_jk and Location Directives

2010-04-19 Thread Tom Evans
On Mon, Apr 19, 2010 at 4:22 PM, Nick Tkach wrote: > Is it possible, for a given URL that's being directed to mod_jk, to lock it > down so that you can only access it from a particular subnet? > > For example, let's say I have an app with JkMounts defined: > > JkMount /myapp worker1 > JkMount /my

[us...@httpd] Buen producto!!

2010-04-19 Thread Bocalinda
Estimado amigo, ?Cómo está usted recientemente? decirte una gran sorpresa! Ktpshop compa?ía es una empresa de comercio electrónico de productos que ha clasificado superior Asia --- (www.ktpshop.info) y cuenta con la cooperación con Nokia, Sony, HP, etc durante muchos a?os, la calidad del producto e

[us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
Hi all, After I am setting up a reverse proxy using httpd, how can I disable the requests from the clients that have it configured as (forward) proxy? For example If i put my proxy IP & port in Proxomitron, even if I configured "ProxyRequests Off", I can see in it while testing : New Mes

Re: [us...@httpd] Buen producto!!

2010-04-19 Thread Frank Gingras
On 04/19/2010 01:32 PM, Bocalinda wrote: Estimado amigo, ?Cómo está usted recientemente? decirte una gran sorpresa! Ktpshop compa?ía es una empresa de comercio electrónico de productos que ha clasificado superior Asia --- (www.ktpshop.info) y cuenta con la cooperación con Nokia, Sony, HP, etc d

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread Eric Covener
On Mon, Apr 19, 2010 at 2:47 PM, alin vasile wrote: > Hi all, >    After I am setting up a reverse proxy using httpd, how can I disable the > requests from the clients that have it configured as (forward)  proxy? >   For example If i put my proxy IP & port in Proxomitron, even if I > configured "P

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
I made this virtual host: NameVirtualHost * Order deny, allow Deny from all But it blocks also my normal GET requests that should go through the transparent proxy (the client doesn't have the webserver configured as proxy). From: Eri

Re: [us...@httpd] Reverse proxy - block explicit proxy setup

2010-04-19 Thread alin vasile
Actually it doesn't block all the requests, but the requests that should go through the transparent proxy aren't rewriten, they are tried to be resolved to local files. From: alin vasile To: users@httpd.apache.org Sent: Mon, April 19, 2010 11:24:16 PM Subject:

[us...@httpd] Rewrite rule rewriting unexpectedly

2010-04-19 Thread Glenn Gillis
Would any rewriting gurus out there care to speculate why the rewrite rule: "RewriteRule /blog http://spotlight.wordpress.com/"; would cause the image URL: "" to redirect to the spotlight.wordpress.com webpage? Running Apache 2.2.9 on FreeBSD 6.x. -- Thanks! Glenn Gillis Information Tech

Re: [us...@httpd] Rewrite rule rewriting unexpectedly

2010-04-19 Thread Eric Covener
On Mon, Apr 19, 2010 at 5:44 PM, Glenn Gillis wrote: > Would any rewriting gurus out there care to speculate why the rewrite rule: > >  "RewriteRule /blog http://spotlight.wordpress.com/"; > > would cause the image URL: > >  "  alt="what we do" width="500" height="125" />" > > to redirect to the s

Re: [us...@httpd] Rewrite rule rewriting unexpectedly

2010-04-19 Thread Jonathan Zuckerman
On Mon, Apr 19, 2010 at 5:59 PM, Eric Covener wrote: > On Mon, Apr 19, 2010 at 5:44 PM, Glenn Gillis wrote: > > Would any rewriting gurus out there care to speculate why the rewrite > rule: > > > > "RewriteRule /blog http://spotlight.wordpress.com/"; > > > > would cause the image URL: > > > >