On 9/28/06, Germer, Carsten <[EMAIL PROTECTED]> wrote:
Hi :)
>Perhaps you have modified your logformat to log origclientaddr?
Yes, I have. Our modified LogFormat puts ORIGCLIENTADDR where originally
the IP-adress is.

>Are you running mod_cache?
# mod_cache directives
CacheDefaultExpire 3600
CacheEnable disk /
CacheIgnoreHeaders Set-Cookie
CacheIgnoreNoLastMod On
CacheLastModifiedFactor 0.1
CacheMaxExpire 86400
# End of mod_cache directives.

# mod_disk_cache directives
CacheRoot "/scratch/apache_proxy_cache/mod_proxy"
Yup ;)

There ya go.  Read the nice big red box at the top of
http://httpd.apache.org/docs/2.2/mod/mod_cache.html

Mod_cache is fast because it skips most of the regular request
processing when serving files, including mod_rewrite.  You should
think of using mod_cache as being like putting an HTTP/1.1 caching
proxy in front of the server that has no knowledge of the server's
configuration other than what it reads from the response headers.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to