mod_cache apache 2.0.39 for AIX
am 21.03.2003 10:25:19 von pascal.roulandBonjour,
j'utilise les modules Proxy et Cache avec Apache 2.0.39 sur un serveur =
AIX:
le module Proxy pose des probl=E8mes avec les accents pour la langue
Fran=E7aise. Voir exemple ci-dessous avec la page de google France
Que dois-je modifier pour corriger ce probl=E8me.
Publicité - Google Toolbar - à propos de Google - Google.com =
[English]
Une fois qu'une page web a =E9t=E9 mis en cache lors d'une nouvelle dem=
ande de
la page toute les images mises en cache ne sont pas affich=E9es.
est ce que quelqu'un a d=E9j=E0 eu ce probl=E8me ?
ci-dessous le fichier de configuration concernant le mode Proxy et Cach=
e.
#
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
ProxyRequests On
#
Order deny,allow
Deny from all
Allow from all
ProxyRemote * http://192.168.40.250:1000
ProxyRemote ftp http://192.168.40.250:1000
#NoProxy
#
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via:
headers)
# Set to one of: Off | On | Full | Block
#
#ProxyVia On
#ProxyPreserveHost On
CacheOn On
CacheRoot "/appli1/apache2/cache"
CacheDirLevels 5
CacheDirLength 3
CacheSize 50000
CacheEnable disk /
#CacheLastModifiedFactor 0.1
#CacheDefaultExpire 86400
CacheMaxFileSize 64000
CacheMinFileSize 6
CacheMaxExpire 3600
#NoCache a-domain.com another-domain.edu joes.garage-sale.com
# End of proxy directives.
Merci par avance pour votre aide
Cordialement
Pascal Rouland
=