[EMAIL PROTECTED] Mod_Cache don't work on my root homepage

2008-03-02 Thread abravanel666
Hi I have an issue with my mod_cache : its works perfectly for all my pages except my homepage ! I have a website : http://www.mysite.com/ with an index.php if I call http://www.mysite.com/index.php : the cache works fine but if I call http://www.mysite.com/ the cache don't work even if it is

Re: [EMAIL PROTECTED] Mod_Cache don't work on my root homepage

2008-03-02 Thread Joshua Slive
On Sun, Mar 2, 2008 at 5:41 AM, [EMAIL PROTECTED] wrote: Hi I have an issue with my mod_cache : its works perfectly for all my pages except my homepage ! I have a website : http://www.mysite.com/ with an index.php if I call http://www.mysite.com/index.php : the cache works fine but

RE: [EMAIL PROTECTED] tuning

2008-03-02 Thread Tamer Embaby
Krishna, You may use mod_mem_cache when appropriate as this improves number of concurrency dramatically. Also, IMO, avoid using rotatelogs, it's a huge bottleneck! Regards, Tamer From: Krishna Chandra Prajapati [mailto:[EMAIL PROTECTED] Sent: Friday, February

[EMAIL PROTECTED] Unencrypted Channel From Web Server To App Server

2008-03-02 Thread James Ellis
Is it correct to say that in a typical Browser-Apache Web Server-Tomcat App Server setup, the SSL connection generally terminates at the Apache web server and the traffic between Apache and Tomcat (to the AJP connector) is unencrypted? If I am correct that this is the usual setup, then isn't

[EMAIL PROTECTED] Using Apache From a CD Disk

2008-03-02 Thread Michael Gordon
I have a customer who would like a copy of his web site on a CD. The web site is built around the Apache Server applications and is hosted on a Linux server with Apache Web Server software. If I remember correctly when Apache is installed on a Windows PC (XP) Apache does not install entries

Re: [EMAIL PROTECTED] Unencrypted Channel From Web Server To App Server

2008-03-02 Thread Sean Allen
On Mar 2, 2008, at 7:20 PM, James Ellis wrote: Inline: Date: Sun, 2 Mar 2008 17:59:00 -0600 From: [EMAIL PROTECTED] To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Unencrypted Channel From Web Server To App Server James Ellis wrote: Is it correct to say that in a typical

[EMAIL PROTECTED] mod_negotiation: prefer-type cookie? (as prefer-language)

2008-03-02 Thread Daniel Aleksandersen
Hi, Taken from the example were the Accept-Language (and it qualifiers) HTTP header is overridden by a cookie set in the user’s browser; from http://httpd.apache.org/docs/2.2/content-negotiation.html#better : SetEnvIf Cookie lang=(.+) prefer-language=$1 Header append Vary cookie But can this