Sure, just use the CustomLog and LogFormat directive:
http://httpd.apache.org/docs/current/mod/mod_log_config.html#customlog
http://httpd.apache.org/docs/current/mod/mod_log_config.html#logformat
http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats
e.g:
LogFormat "%v %h %l %u %t
cation-Info", NULL);
Cheers
On 27/03/2013 13:23, Nicolas Daniels wrote:
Ok, I was probably not clear enough ;-)
First I'm using mod_proxy_http and DIGEST authentication.
Authentication-Info header is part of digest authentication:
http://rfc-ref.org/RFC-TEXTS/2069/chapter
ex.html",
cnonce="ICAgICAgICAgICAgICAgICAgICAgICAgICA0NDk5NzM=", nc=0001,
qop=auth, response="cf10890c9dsqdsqef3bd248dsqdsqec34", algorithm="MD5"
> User-Agent: curl/7.29.0
> Host: mydomain.com
> Accept: */*
< HTTP/1.1 200 OK
< Date: Wed,
t included in the response. If Apache is
replying directly without using the proxy, it is included.
Is there a way to make Apache include this header if the proxy is used ?
Thanks !
--
Nicolas Daniels
Blue Pimento Service s.p.r.l.
Rue Louis de Geer 6
B-1348 Louvain-la-neuve
?+32 10 390 014
?+
thout using the proxy, it is included.
Is there a way to make Apache include this header if the proxy is used ?
Thanks !
--
Nicolas Daniels
Blue Pimento Service s.p.r.l.
Rue Louis de Geer 6
B-1348 Louvain-la-neuve
?+32 10 390 014
?+32 498 089 725
Fax. +32 10 390 001
Visit our web
r, if it is a bug and if it might change in future
version ?
I checked this on apache 2.4.2 and 2.4.4 under unbuntu.
Thanks !
--
Nicolas Daniels
Blue Pimento Service s.p.r.l.
Rue Louis de Geer 6
B-1348 Louvain-la-neuve
?+32 10 390 014
?+32 498 089 725
Fax. +32 10 390 001
Visit our web site: www.b
s with Cache-Control: public.
I also found a solution for my other problem: cache key computed before
rewrite. Adding a [PT] to the rewrite rule do the trick !
Thanks !
On 21/02/2013 08:37, Igor Cicimov wrote:
On 18/02/2013 10:55 PM, "Nicolas Daniels" <mailto:nicolas.dani.
tried with
AddOutputFilterByType REWRITE;CACHE text/html
But rewrite is not a filter (or I don't have the appropriate name).
Thanks,
Nicolas
On 14/02/2013 16:41, Nicolas Daniels wrote:
Hi all,
I'm trying hard to configure mod_cache with mod_cache_disk and apache
2.4, without real su
le/(.*) /data/%1/$1 [L]
LogLevel cache:trace8
CacheQuickHandler off
CacheRoot /tmp/apachecache
CacheEnable disk /
CacheDefaultExpire 120
CacheIgnoreURLSessionIdentifiers jsessionid JSESSIONID
Any way to get around those problems ?
Thanks a lot for your help !
--
Nicolas Daniels
Blue Pimento Ser