I'm testing out mod_proxy_ajp/balancer as a possible replacement for my
mod_jk infrastructure. Apache 2.2.17 on CentOS.
So far the only major hurdle I have is to create a separate mod_jk type
log of requests that are being proxied.
Has anyone done this?
I thought maybe I can do this with the export
I am not very familiar with mod_fcgid, but hat you want is possible with
what I am running:
httpd 2.3.12-dev with mod_proxy_fcgi
PHP 5.3.7-dev with php-fpm
interesting, but not an option for productive systems.
the killing of user-processes, like suggested by Björn, also isnt a nice
solution b
Hi
On Thu, Apr 14, 2011 at 1:16 PM, Nick Kew wrote:
>
> On 14 Apr 2011, at 10:32, Haim Ashkenazi wrote:
>
> > But the (*UTF8) syntax causes a syntax error in httpd 2.2.3 (CentOS 5.x).
>
> What's the error message? Can't see anything in mod_rewrite that would
> reject a valid pattern, so I wonde
On 14 Apr 2011, at 10:32, Haim Ashkenazi wrote:
> But the (*UTF8) syntax causes a syntax error in httpd 2.2.3 (CentOS 5.x).
What's the error message? Can't see anything in mod_rewrite that would
reject a valid pattern, so I wonder if the pcre you've linked was compiled
without utf8 support?
--
Hi
I'm having a problem matching a single character in case of UTF8 characters
(hebrew in my case).
With rewrite rule (sorry for the hebrew in the example, but whenever you see
'?' it's a sign that it's not good :):
- RewriteRule ^/users/(.)(.*) /users/$1/$2 [L]
when going to /users/משהכהן
I