Re: [users@httpd] Query Response Time

2013-07-09 Thread Nicolas Daniels
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

Re: [users@httpd] Mod_proxy: Authentication-Info header lost in response

2013-03-28 Thread Nicolas Daniels
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

Re: [users@httpd] Mod_proxy: Authentication-Info header lost in response

2013-03-27 Thread Nicolas Daniels
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,

[users@httpd] Mod_proxy: Authentication-Info header lost in response

2013-03-27 Thread Nicolas Daniels
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 ?+

[users@httpd] Mod_proxy: Authentication-Info header lost in response

2013-03-27 Thread Nicolas Daniels
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

[users@httpd] Digest: secret not used

2013-03-01 Thread Nicolas Daniels
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

Re: [users@httpd] Re: Apache 2.4: Mod Cache: authorization required

2013-02-21 Thread Nicolas Daniels
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.

[users@httpd] Re: Apache 2.4: Mod Cache: authorization required

2013-02-18 Thread Nicolas Daniels
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

[users@httpd] Apache 2.4: Mod Cache: authorization required

2013-02-14 Thread Nicolas Daniels
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