[EMAIL PROTECTED] mod_proxy and preservehosts

2008-06-21 Thread Nino Saturnino Martinez Vazquez Wael
Hi I am running "multiple" web sites on my server, and I need for the backing application(tomcat) to be able to see which domain the user are coming from. So I have the below configuration. It seems that the first request goes well. But every subsequent request gets the sub url appended so i

Re: [EMAIL PROTECTED] ProxyPassReverse problem inside -- is there a fix?

2008-06-21 Thread Scott Jorgenson
Hi Nick and everybody, I'm still having the same issue I reported here several days ago. ProxyPassReverse inside isn't working as expected in Apache 2.0.59. Here is my mod_proxy configuration in its entirety. ProxyRequests Off ProxyPass /abc http:///cgi-bin ProxyPass /def http:///cgi-bin

Re: [EMAIL PROTECTED] SSL Cert signed by Intermediary CAs cause delays?

2008-06-21 Thread Chad Morland
On Sun, Jun 8, 2008 at 6:47 PM, Ali, Saqib <[EMAIL PROTECTED]> wrote: > Do SSL Cert signed by Intermediary CAs cause additional delays > compared to SSL certs signed by root CAs? > > Whether the certificate is signed directly by a root CA or is a 'chained SSL certificate' has no impact on the requ

Re: [EMAIL PROTECTED] Httpd Performance

2008-06-21 Thread Chad Morland
> 1. Does Apache spawns a new httpd process for every request that it gets. > For eg: if there are 10 httpd processes and I sent a request from browser to > Apache then would it create 11th httpd process to handle the new request > http://httpd.apache.org/docs/2.0/mpm.html > 2. How to monitor Ap

Re: [EMAIL PROTECTED] a problem config

2008-06-21 Thread swilting
I've solved the problem by putting ServerName renelacroute.fr: 80 but how can I do for host virtuals NameVirtualHost r13151.ovh.net:80 ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/swilting/public_html/ ServerName swilting.biz ErrorLog logs/swilting.biz-error_log CustomLog

Re: [EMAIL PROTECTED] a problem config

2008-06-21 Thread swilting
the phenomenon occurs especially when there is no www Le samedi 21 juin 2008 à 16:16 +0200, swilting a écrit : > I do not understand this phenomenon > > I have the name www.renelacroute.fr  and renelacroute.fr > > I installed Dotclear and gallery2 > > > > http://www.renelacroute.fr/dotclea

[EMAIL PROTECTED] a problem config

2008-06-21 Thread swilting
I do not understand this phenomenon I have the name www.renelacroute.fr  and renelacroute.fr I installed Dotclear and gallery2 http://www.renelacroute.fr/dotclear/ http://renelacroute.fr/dotclear  that http://www.renelacroute.fr/gallery2/ http://renelacroute.fr/gallery2/ gallery2 poin

Re: [EMAIL PROTECTED] 304 Not Modified and deflate OutputFilter

2008-06-21 Thread Nick Kew
On Sat, 21 Jun 2008 17:16:38 +0800 Dean Scarff <[EMAIL PROTECTED]> wrote: > The deflate filter seems to break Apache's handling of the 304 Not > Modified status. Correct. This is a known issue that noone has found time to fix. Patches welcome. -- Nick Kew Application Development with Apache -

[EMAIL PROTECTED] 304 Not Modified and deflate OutputFilter

2008-06-21 Thread Dean Scarff
The deflate filter seems to break Apache's handling of the 304 Not Modified status. Apache package: apache2-mpm-prefork 2.2.8-1ubuntu0 In the Apache config, if I load mod_deflate and include: AddOutputFilterByType DEFLATE text/plain Request /test.txt so the browser caches it, then request it