[EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-11-30 Thread Karim Zaki
Greetings all, I'm running Apache/2.2.10 (Win32) mod_jk/1.2.27 + mod_cache. I'm looking for a way to clear the cache from Apache for specific URLs. I'm using Apache to cache dynamic content that is served by Tomcat, and I would like to keep the content (age) high (e.g. 24 hours) but still to

[EMAIL PROTECTED] RE: Clearing cache selectively on Apache + mod_cache

2008-11-30 Thread Tamer Embaby
Karim, I'm afraid you have to do that programmatically. We've done that in a project before with Apache 2.0 by knowing how Apache encodes URL for storing in internal cache directories, read it from: modules/cache_util.c: cache_hash(...) Which is controlled using: CacheDirLevels

Re: [EMAIL PROTECTED] Clearing cache selectively on Apache + mod_cache

2008-11-30 Thread Eric Covener
On Sun, Nov 30, 2008 at 9:59 AM, Karim Zaki [EMAIL PROTECTED] wrote: Greetings all, I'm running Apache/2.2.10 (Win32) mod_jk/1.2.27 + mod_cache. I'm looking for a way to clear the cache from Apache for specific URLs. I'm using Apache to cache dynamic content that is served by Tomcat, and I

[EMAIL PROTECTED] how httpd was compiled

2008-11-30 Thread Anurag Gujral
Hi All, We are using httpd-2.0.59 to run a site.The persoon who compiled the httpd is no longer with the company. Is it possible to know from compiled httpd with what options it was compiled(sounds like a crazy question). I was trying to debug a core dump, I compiled httpd-2.0.59 when I

Re: [EMAIL PROTECTED] how httpd was compiled

2008-11-30 Thread Sander Temme
On Nov 30, 2008, at 5:05 PM, Anurag Gujral wrote: Thats is why I wanted to know if there is way to find out how a particuar httpd was compiled. If your installation is complete, you should find a file called config.nice in the build subdirectory. It has the exact invocation of the

Re: [EMAIL PROTECTED] how httpd was compiled

2008-11-30 Thread Anurag Gujral
From: Sander Temme [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Sunday, November 30, 2008 6:24:11 PM Subject: Re: [EMAIL PROTECTED] how httpd was compiled Unfortunately it is not present. If that isn't present, don't despair: a combination of httpd -l

RE: [EMAIL PROTECTED] how httpd was compiled

2008-11-30 Thread Rekha Rani
Try apachectl -V command and there you might get what you looking for. From: Anurag Gujral [mailto:[EMAIL PROTECTED] Sent: Sunday, November 30, 2008 5:05 PM To: users@httpd.apache.org Cc: Anurag Gujral Subject: [EMAIL PROTECTED] how httpd was compiled

[EMAIL PROTECTED] achectl Not Working

2008-11-30 Thread apache123
Hi, I tried apachectl command on two Linux hosts where Apache HTTP Server is installed. The command is giving result only on one host not on the other. Commands: apachectl help apachectl -v apachectl -V Hosts where Apache HTTP Server installed: 1. Red Hat Enterprise Linux ES

Re: [EMAIL PROTECTED] achectl Not Working

2008-11-30 Thread William A. Rowe, Jr.
apache123 wrote: 1. Red Hat Enterprise Linux ES release 4 (Nahant Update 6) [ apachectl working fine ] 2. Red Hat Enterprise Linux AS release 4 (Nahant) [ apachectl not working ] Why run such an absurdly old version? Try updating.

Re: [EMAIL PROTECTED] achectl Not Working

2008-11-30 Thread Sander Temme
On Nov 30, 2008, at 8:20 PM, apache123 wrote: Hi, I tried apachectl command on two Linux hosts where Apache HTTP Server is installed. The command is giving result only on one host not on the other. What output do you get when you run the apachectl command on the not updated host

Re: [EMAIL PROTECTED] achectl Not Working

2008-11-30 Thread apache123
Sander Temme-2 wrote: On Nov 30, 2008, at 8:20 PM, apache123 wrote: Hi, I tried apachectl command on two Linux hosts where Apache HTTP Server is installed. The command is giving result only on one host not on the other. What output do you get when you run the apachectl

Re: [EMAIL PROTECTED] achectl Not Working

2008-11-30 Thread Sander Temme
On Nov 30, 2008, at 11:02 PM, apache123 wrote: Sander Temme-2 wrote: On Nov 30, 2008, at 8:20 PM, apache123 wrote: Hi, I tried apachectl command on two Linux hosts where Apache HTTP Server is installed. The command is giving result only on one host not on the other. What output do