RE: [us...@httpd] Apache as a Gateway

2009-06-12 Thread Julien Gerhards
Hi ! CentOS is 100% compatible with RHL !

[us...@httpd] unsuscribe

2009-06-12 Thread Julien Gerhards
unsuscribe - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the digest:

RE: [us...@httpd] Apache + mod_proxy

2009-05-19 Thread Julien Gerhards
Hi, I'm on CentOS 5.2 with the last Apache 2.2.3 It's configured like a proxy cache for a lan (caching internet) What i expect? A fully transparent proxy! the request URL : www.clubic.com Thru Apache the title is : Clubic : Informatique et Multim�dia Without the proxy : Clubic : Informatique et

[us...@httpd] Apache + mod_proxy

2009-05-19 Thread Julien Gerhards
Hi, i use apache as a proxy-cache. It seems to have a text encoding issue : it should display "é" but it's like "�" Any idea?

RE: [us...@httpd] ssl on apache

2009-05-07 Thread Julien Gerhards
Hi Maybe try : - put myhost in your /etc/hosts - Servername myhost in your conf -Message d'origine- De : Melanie Pfefer [mailto:melanie_pfe...@yahoo.co.uk] Envoyé : jeudi 7 mai 2009 14:50 À : users@httpd.apache.org Objet : Re: [us...@httpd] ssl on apache Hi, Just not to take the risk,

[us...@httpd] mod_security

2009-05-06 Thread Julien Gerhards
Hi, I try to use mod_security but it doesn t filter anything ! My vhostconf : ServerSignature Off ServerName cache-ext ErrorLog logs/cache-ext_error.log CustomLog logs/cache-ext_access.log combined Deny from all RewriteEngine On #

[us...@httpd] proxy and proxied site limitation

2009-05-06 Thread Julien Gerhards
Hi, I've made a proxy conf qith URL rewriting and i must limit the use of this proxy : what is the simpliest way to limit proxied site access ? In this case, there's about 100 sites.. Mod_security ? - The official User-To-U

RE: [us...@httpd] Little explanation

2009-05-05 Thread Julien Gerhards
Maybe a little help : With this conf, your server wont be able to support lot of request The coonfig i use if nearly this : ServerLimit 5000 => no more than 5000 httpd process StartServers 500 => at the launch of httpd 500 process launched MinSpareServers 50

RE: [us...@httpd] Mod-rewrite+Mod_proxy+Mod_cache

2009-05-05 Thread Julien Gerhards
OK it works, so basixc conf is : RewriteEngine On RewriteCond %{REQUEST_URI} ^/img=(.+) RewriteRule ^/img=(.+)$ $1 [L,P] RewriteLog /var/log/RewriteLog.log AllowEncodedSlashes on ProxyRequests On ProxyVia On CacheEnable disk / CacheRoot "/v

RE: [us...@httpd] Mod-rewrite+Mod_proxy+Mod_cache

2009-05-05 Thread Julien Gerhards
Hi André, It doesn't made any change. I cant see anything in the rewritelog For the Url : http://192.168.100.188/img=http://files.macbidouille.com/mbv/news/00509/nano_1yen.jpg Accesslog : 192.168.100.188 - - [05/May/2009:13:35:55 +0200] "GET /img=http://files.macbidouille.com/mbv/news/00509/nan

[us...@httpd] Mod-rewrite+Mod_proxy+Mod_cache

2009-05-05 Thread Julien Gerhards
"/var/cache/mod_proxy" CacheEnable mem / MCacheMaxObjectSize 1024000 MCacheSize 102400 RewriteEngine On RewriteCond %{REQUEST_URI} ^/img=* RewriteRule ^/img=([^*]+)$ $0 [L,P] RewriteLog /var/log/RewriteLog.log And Options FollowSymLinks AllowOverride FileInfo