Hi !
CentOS is 100% compatible with RHL !
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:
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
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?
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,
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
#
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
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
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
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
"/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
11 matches
Mail list logo