[users@httpd] Re: mod_status: extended + auto (machine-readable) output

2017-02-20 Thread Raphaël
https://github.com/apache/httpd/pull/27 On Sat, Oct 08, 2016 at 09:58:57PM -0300, Raphaël wrote: > Hi, > > I've an Apache server handling various virtual hosts and I'd like to monitor > the distinct activities of all of them without having to parse multiple > acce

Re: [users@httpd] resources prioritization/scheduler (app vs assets)

2017-01-22 Thread Raphaël
uot; or "non-fcgi-proxy". The initial Subject line was misleading about "assets", should have wrote "static") Reformulation: Assuming that during a traffic burst, sooner or later, the main script (php-fcgi) will be the bottleneck because it's slow, how to avoid th

[users@httpd] resources prioritization/scheduler (app vs assets)

2016-12-10 Thread Raphaël
Hi, I've a question on how to prioritize traffic in order to optimize the service in the case of traffic bursts: Context: * a server with finite resources (let's say 1 GB mem) * a PHP application: initial page load needs 100 MB (index.php) * for each page load (index.php) approx: * ~ 40 subseq

[users@httpd] mod_status: extended + auto (machine-readable) output

2016-10-08 Thread Raphaël
Hi, I've an Apache server handling various virtual hosts and I'd like to monitor the distinct activities of all of them without having to parse multiple accesslog files. Most monitoring softwares consume the output of "mod_status?auto" which is made easy to parse but does not provide the detaile

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-16 Thread Raphaël
On Wed, Aug 10, 2016 at 07:13:05PM +0200, Yann Ylavic wrote: > On Wed, Aug 10, 2016 at 5:12 PM, Raphaël wrote: > > On Tue, Aug 09, 2016 at 01:03:33AM -0600, Anthony Biacco wrote: > >> Is there any way i can rewrite the query string so that only the modified > >> query s

Re: [users@httpd] getting disk cache to respect removing key from request query string

2016-08-10 Thread Raphaël
On Tue, Aug 09, 2016 at 01:03:33AM -0600, Anthony Biacco wrote: > Is there any way i can rewrite the query string so that only the modified > query string is used to create the cache files? https://bz.apache.org/bugzilla/show_bug.cgi?id=21935 I was beaten more than once by this issue. I ended up

Re: [users@httpd] AW: mod_cache/mod_cache_disk responses missing Content-Type header

2016-06-08 Thread Raphaël
On Mon, Dec 21, 2015 at 11:39:55AM -0500, Eric Covener wrote: > On Mon, Dec 21, 2015 at 11:25 AM, Alexander Härtig > wrote: > > AH00717: Premature end of cache headers. > > The error reporting is very poor there. Are you able to patch > mod_cache_disk and run with at least LogLevel debug? > > ht

Re: [users@httpd] AW: mod_cache/mod_cache_disk responses missing Content-Type header

2016-06-05 Thread Raphaël Droz
On Mon, Dec 21, 2015 at 04:25:46PM +, Alexander Härtig wrote: > By taking a closer look at the log-files I found a lot error entries with the > following message: > AH00717: Premature end of cache headers. > I tried to google but I couldn't find anything about what causes these > problems. I'

[users@httpd] Re: mod_cache for FallbackResource?

2015-12-22 Thread Raphaël
ources having different query strings is a non-issue using Varnish (or most other reverse-proxy caches). What makes mod_cache so specific in this regard? On Tue, Nov 10, 2015 at 10:58:28AM -0300, Raphaël wrote: > Hi, > > using php/fcgi, I've a Content Management System whose entry-p

[users@httpd] Re: graphing Apache directives order

2015-12-22 Thread Raphaël
Am I the only one such a (or similar) graphical representation would highly help? The begin with, any pointer to the documentation of the 10 most used modules directives ordering and 10 most used directives processing order would help. On Thu, Nov 19, 2015 at 11:23:51PM -0300, Raphaël D wrote

[users@httpd] graphing Apache directives order

2015-11-19 Thread Raphaël D
Hi, I'm trying to figure out what can affect Apache mod_cache and when (= where should it be placed). I made a graph (attachment) in an attempt to start writing that down, but it's still (very) far from correct. Well, actually, I'm not even sure that the best may to represent the issue. (in gree

[users@httpd] mod_cache for FallbackResource?

2015-11-10 Thread Raphaël
Hi, using php/fcgi, I've a Content Management System whose entry-point is /index.php On the Apache-side it makes use of FallbackResource According to the documentation: > As a filter, mod_cache can be placed in front of content originating > from any handler, including flat files (served from a s

[users@httpd] Re: avoid Vary: User-Agent when ?

2015-11-07 Thread Raphaël
On Sun, Nov 08, 2015 at 12:04:33AM -0300, Raphaël wrote: > This line: > > > obviously caused the `Vary:` HTTP header to contain "User-Agent". > > I still have to find how to keep the "new" syntax without the cost of > the header modification. which is

[users@httpd] Re: avoid Vary: User-Agent when ?

2015-11-07 Thread Raphaël
On Mon, Nov 02, 2015 at 10:04:45PM -0300, Raphaël wrote: > Hi, > > still related to the previous post, but put simply: > I'd just appreciate to learn how to keep Apache from automatically > adding "User-Agent" to the "Vary" header. This was an user er

[users@httpd] Re: mod_cache_disk: how to avoid Vary: User-Agent?

2015-11-02 Thread Raphaël
Hi, still related to the previous post, but put simply: I'd just appreciate to learn how to keep Apache from automatically adding "User-Agent" to the "Vary" header. thank you in advance On Thu, Oct 22, 2015 at 11:51:31PM -0300, Raphaël Droz wrote: > I recently

[users@httpd] mod_cache_disk: .header and strange Vary: User-Agent

2015-10-22 Thread Raphaël Droz
I recently received a dozens of AH00708: errors in my logs. Example: > (2)No such file or directory: AH00708: Cannot open data file > /var/cache/apache2/mod_cache_disk/Y/Z/CLVvRR_4nNWabdUv_5wA.header.vary/B/z/b...@34pw3mjoqhrzda2kq.data Said file does not exist, only does the corresponding .heade