Re: [users@httpd] odd 30 second timeout when using mod_proxy_fcgi and php-fpm

2013-04-28 Thread Lazy
This seems like the place. I have came across the same issue (mod_rewrite proxy rules not respecting ProxyTimeout), and changing 30 to something more reasonable fixed the issue. 2013/4/26 Daniel Steen > Hi All! > > We are having an issue where, if a php script is waiting for more than 30 > seco

Re: [users@httpd] mod_proxy_fcgi + php-fpm + connection reset by peer

2012-11-17 Thread Lazy
2012/11/16 Jeff Trawick : > On Fri, Nov 16, 2012 at 9:19 AM, Jeff Trawick wrote: >> On Thu, Nov 15, 2012 at 5:43 PM, Lazy wrote: >>> >>> Hi, >>> >>> we are using httpd 2.4.3 with php 5.4 running fpm mode. >>> >>> requests are passe

[users@httpd] mod_proxy_fcgi + php-fpm + connection reset by peer

2012-11-15 Thread Lazy
Hi, we are using httpd 2.4.3 with php 5.4 running fpm mode. requests are passed to fpm using ProxyPassMatch. Everything works fine except, Sometimes database data gets corrupted. All of the data was visible in the form, but it gets truncated after ajax request commiting changes gets aborted (sho

Re: [users@httpd] RewriteCond backreference in virtualhost context

2012-08-17 Thread Lazy
2012/8/17 Eric Covener : > On Fri, Aug 17, 2012 at 6:01 AM, Lazy wrote: >> Hi All, >> >> a simple mod_rewrite rules >> >> RewriteEngine On >> >> RewriteCond /home/docroot/test/$1 -f >> RewriteRule ^(.+).test$ /test/$1 [L] >> >> ht

Re: [users@httpd] RewriteCond backreference in virtualhost context

2012-08-17 Thread Lazy
eone can help you. > > On Aug 17, 2012 8:01 PM, "Lazy" wrote: >> >> Hi All, >> >> a simple mod_rewrite rules >> >> RewriteEngine On >> >> RewriteCond /home/docroot/test/$1 -f >> RewriteRule ^(.+).test$ /test/$1 [L] >> >> ht

[users@httpd] RewriteCond backreference in virtualhost context

2012-08-17 Thread Lazy
Hi All, a simple mod_rewrite rules RewriteEngine On RewriteCond /home/docroot/test/$1 -f RewriteRule ^(.+).test$ /test/$1 [L] http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewritecond in apache 2.2.x this works in vhost and .htaccess context, in apache 2.4.2 in vhost context $1 in Rewr

Re: [users@httpd] Potential Bug in mpm_common.c

2012-06-27 Thread Lazy
2012/6/14 Ken Cheung : > I observed a code clone in the following files. In the > function ap_mpm_set_max_mem_free the variable "value" has to be multiplied > by 1024 before exit while ap_mpm_set_thread_stacksize does not perform this > operation. I wonder if this is necessary. Hope it helps. acco

Re: [EMAIL PROTECTED] Accounting cpu-time per request

2008-12-07 Thread Lazy
2008/12/2 Robin Haswell <[EMAIL PROTECTED]>: > Hi there, > > We're writing a load balancer system and we need to be able to log the CPU > utilisation for each request. Ideally we'd like to log it to an external > network service although we're open to any way of getting the per-request > CPU time o

[EMAIL PROTECTED] AllowOverride Options= >= AllowOverrie Options

2008-07-06 Thread Lazy
Hello to all, in https://issues.apache.org/bugzilla/show_bug.cgi?id=44262 I was told to ask about this issue on [EMAIL PROTECTED] but there was no answer so I'll ask here wat's the desired behaviour. In apache 1.3/2.0 there was no selection of whitch options can or can't be set in .htacess files.