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
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
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
> 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
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
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
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
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 -
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