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
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
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
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
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
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
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
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
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.