[us...@httpd] Response time without client network delay

2009-07-20 Thread Anantha Padmanabha
Hi, I'm using Apache 2.2.8 and use %D to capture response times. We did performance testing on newly purchased servers and made the same machines go live. Our latencies in production were greater than that of our perf run, even though requests were much lower. Then we figured out that client dela

Re: [us...@httpd] ExpiresByType

2009-07-20 Thread Igor Cicimov
Do you have ExpiresDefault set up? Try setting that one first before ExpiresByType directive. See the mod_expires documentation if you need some more details. On Tue, Jul 21, 2009 at 6:01 AM, nima chavooshi wrote: > > Hi > I have added "ExpiresByType text/javascript M31536000" to my apache conf

[us...@httpd] ExpiresByType

2009-07-20 Thread nima chavooshi
Hi I have added "ExpiresByType text/javascript M31536000" to my apache config so that only text/javascript type to be expire on M31536000, but on all of response header, control-cache field is set to M31536000. I do not know about that. thanks for any help or guidance -- N.Chavoshi

[us...@httpd] SSL client authentication failed: unable to verify the first certificate

2009-07-20 Thread Paul Simon
Hi All, I'd greatly appreciate any comments or insights about what might be happening here. I set up apache to accept SSL requests using a self signed certifcate. That appears to be working fine. However, I'm trying to have Apache accept and read a self-signed SSL client certificate according

[us...@httpd] X-cache on http header

2009-07-20 Thread nima chavooshi
Hi There are fields X-cache and X-cache-lookup in http header, May anyone give me info about these field ? thanks in advanced -- N.Chavoshi

[us...@httpd] Transparent Proxy?

2009-07-20 Thread Brian Kim
Hi all. I am trying to make the current proxy into transparent one. I got to know I may need to use squid software. Is it right? Is there anybody who can explain how to implement transparent proxy? Is there any good tutorial or good starting point? Thanks.

[us...@httpd] logging mod_deflate

2009-07-20 Thread nima chavooshi
Hi I have enabled mod_deflate on apache2 and I want to check that is it work, so added some conddif for log mod_deflate.but nothings are logged :( I have added these line to deflate.conf : [CODE]DeflateFilterNote Input input_info DeflateFilterNote Output output_info DeflateFilterNote Ratio ratio_i

[us...@httpd] Re: High load using memcache and 9G tmpfs

2009-07-20 Thread Nicholas Sherlock
Matthew Tice wrote: Thanks Nicholas, I'll take a look at that. I had htcacheclean running every 5 min. which could have caused a bulk of my problems. I changed the daemon to kick off every 30 min. instead which seems to have helped - a little. The machine isn't quite as sluggish but the load

Re: [us...@httpd] Re: High load using memcache and 9G tmpfs

2009-07-20 Thread Matthew Tice
On Mon, Jul 20, 2009 at 7:00 AM, Nicholas Sherlock wrote: > Matthew Tice wrote: > >> Currently we're migrating our static node cluster from 32bit OpenSuse 10.3 >> using the disk_cache_module on a 2G tmpfs to a 64bit CentOS 5.3 using the >> disk_cache module on a 9G tmpfs. After pushing these Cent

[us...@httpd] Re: High load using memcache and 9G tmpfs

2009-07-20 Thread Nicholas Sherlock
Matthew Tice wrote: Currently we're migrating our static node cluster from 32bit OpenSuse 10.3 using the disk_cache_module on a 2G tmpfs to a 64bit CentOS 5.3 using the disk_cache module on a 9G tmpfs. After pushing these CentOS nodes into production (and consequently adding many more requests

SV: [us...@httpd] Allow gif's to be accessed inside realm without password.

2009-07-20 Thread Thomas Kristensen
That worked. Thanks. DataGruppen MultiMed - Thomas Kristensen - Email: t...@multimed.dk - Tlf: 75 72 54 99 - 7100 Vejle / Denmark -Oprindelig meddelelse- Fra: André Warnier [mailto:a...@ice-sa.com] Sendt: 20. juli 2009 11:43 Til: users@httpd.apache.org Emne: Re: [us...@httpd] Allow gif'

Re: [us...@httpd] Allow gif's to be accessed inside realm without password.

2009-07-20 Thread André Warnier
Thomas Kristensen wrote: I got this Directory thingy that's protect my admin system for my homepage. But is it possible to allow gif files to be accessed inside the realm without password? I tried with FilesMatch, Location, LocationMatch and such things but maybe I'am doing it wrong, because it

[us...@httpd] Allow gif's to be accessed inside realm without password.

2009-07-20 Thread Thomas Kristensen
I got this Directory thingy that's protect my admin system for my homepage. But is it possible to allow gif files to be accessed inside the realm without password? I tried with FilesMatch, Location, LocationMatch and such things but maybe I'am doing it wrong, because it doesn't work. Aut

[us...@httpd] Strange behaviour from mod_cache

2009-07-20 Thread Nicholas Sherlock
Hi everyone, mod_cache behaves strangely, but I'm not sure if this is expected behaviour or not. I have these cache-related lines in my virtual host definition: CacheRoot C:/temp CacheEnable disk / And this PHP file called test.php in /: My web browser requests the document the first time