Re: [EMAIL PROTECTED] mod_cache and mod_mem_cache

2008-11-07 Thread Manik Taneja
apr_table_setn(r->headers_out, "X-CacheStat", "TCP_MISS_VERIFY"); > 629a673,677 > > /*mbenjamin: TCP_MISS*/ > if (!apr_table_get(r->headers_out, "X-CacheStat")) > apr_table_setn(r->headers_out, "X-CacheStat"

Re: [EMAIL PROTECTED] mod_cache and mod_mem_cache

2008-11-05 Thread Manik Taneja
Andrew Dixon wrote: Hi All, I have enabled mod_cache and I'm using mem caching (mod_mem_cache) as my caching type, but how can I check if it is actually doing anything. Is there anyway to see what is in the cache, being served from the cache, what the cache hit rate is, etc...??? There isn'

Re: [EMAIL PROTECTED] Configure Options Not Recognized

2008-10-07 Thread Manik Taneja
and for that to work you need to have autoconf and libtool installed On 08-Oct-08, at 2:19 AM, sisternicky wrote: You need to run "./buildconf" before your run "./configure --wheteveryouwant". Then the ./configure file will be built including those options and it will work. Brad Isbell wr

Re: [EMAIL PROTECTED] way for me to turn off if-modified-since & always return 304 reply ?

2008-09-12 Thread Manik Taneja
dave selby wrote: 2008/9/12 André Warnier <[EMAIL PROTECTED]>: Manik Taneja wrote: Nope, there is no way you can prevent the client from sending you an IMS request. The above is correct, but if I understand the OP question correctly, the basic issue is to make sure th

Re: [EMAIL PROTECTED] way for me to turn off if-modified-since & always return 304 reply ?

2008-09-12 Thread Manik Taneja
Nope, there is no way you can prevent the client from sending you an IMS request. That is a browser prerogative, I suppose the best that you can do is bump up the Age and Expires headers that are returned along with the documents that your server delivers and hope that client browsers use that

Re: [EMAIL PROTECTED] Error with ServerName and then furthermore with Listening Sockets

2008-09-10 Thread Manik Taneja
The first error is a warning and will go away if you set the ServerName variable to your machine name or something in the httpd.conf file. With regards to the other problem, you probably have another process or perhaps a running instance of apache that is listening on port 80. You can eit

Re: [EMAIL PROTECTED] "Not a directory" errors with mod_disk_cache

2008-09-08 Thread Manik Taneja
directories and that number exceeded the max link count allowed on a ext2/ext3 file system, i.e. 32000. So i guess the solution here would be to use a different file system ,i.e ext4 or reiserfs or perhaps configure disk_cache to use shorter directory lengths and more levels. -M Manik Taneja wrote

[EMAIL PROTECTED] "Not a directory" errors with mod_disk_cache

2008-09-06 Thread Manik Taneja
Hi, I have an apache server that is configured as an HTTP proxy, i.e. mod_proxy is enabled. Along with this i have also enabled mod_disk_cache and mod_mem_cache. The system that we are using in ubuntu-server with 2.6.24 linux kernel version We are doing some load tests on this system with we