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 dst...@millennialmedia.com Hi All! We are having an issue where, if a php script is waiting

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

2012-11-17 Thread Lazy
2012/11/16 Jeff Trawick traw...@gmail.com: On Fri, Nov 16, 2012 at 9:19 AM, Jeff Trawick traw...@gmail.com wrote: On Thu, Nov 15, 2012 at 5:43 PM, Lazy lazy...@gmail.com wrote: Hi, we are using httpd 2.4.3 with php 5.4 running fpm mode. requests are passed to fpm using ProxyPassMatch

[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

[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

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

2012-08-17 Thread Lazy
help you. On Aug 17, 2012 8:01 PM, Lazy lazy...@gmail.com wrote: 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

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

2012-08-17 Thread Lazy
2012/8/17 Eric Covener cove...@gmail.com: On Fri, Aug 17, 2012 at 6:01 AM, Lazy lazy...@gmail.com wrote: 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

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

2012-06-27 Thread Lazy
2012/6/14 Ken Cheung msrbugzi...@gmail.com: 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

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 out of

[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