Re: [users@httpd] Prefix Apache Traces with Part of the Url

2017-08-23 Thread Eric Covener
> What i like to have is something where only part of the URL String is > prefixed for > every entry. Like this: > > > iDM: 10.0.0.98 - - [23/Aug/2017:11:20:18 +0200] "POST /iDM/iDM.php HTTP/1.1" > 401 - > iAPI: 10.0.0.98 - - [23/Aug/2017:11:21:08 +0200] "GET /iAPI/db HTTP/1.1" 200 > 175 > > is

[users@httpd] Prefix Apache Traces with Part of the Url

2017-08-23 Thread Oliver Graute
Hello list, I try to customize my apache logs. currently I have this setting: LogFormat "%s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%s %b" common resulting in this log format: /iDM/iDM.php 10.0.0.98 - - [23/Aug/2017:11:20:18 +0200] "POST /iDM/iDM.php HTTP/1.1" 401 - /iAPI/

[users@httpd] Honouring the DNS ttl in proxy-pass

2017-08-23 Thread Gustau Perez
Hi, We’re trying to set a bunch of Apaches 2.4.18 to proxy pass the requests it receives to our partner's upstream server. Our partner uses Amazon’s Elastic Load Balancing and thus the only we know about their servers is its DNS names. The TTL of the DNS records is 60 seconds and I’d