[users@httpd] RewriteRule and enabling pcre UTF-8 mode

2011-04-14 Thread Haim Ashkenazi
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/משהכהן

Re: [users@httpd] RewriteRule and enabling pcre UTF-8 mode

2011-04-14 Thread Haim Ashkenazi
Hi On Thu, Apr 14, 2011 at 1:16 PM, Nick Kew n...@webthing.com 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

[EMAIL PROTECTED] Strange problem mod_proxy_ajp, jboss and sessions.

2008-03-04 Thread Haim Ashkenazi
Hi I have a strange session keeping problem between apache 2.2.3 and jboss 4.2.2. The java side of the problem is documented in the seam framework forum (http://www.seamframework.org/Community/StatelessSessionBeanAndModproxyajp) including a demo application to demonstrate the problem. In

Re: [EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-24 Thread Haim Ashkenazi
On 9/24/07, Sander Temme [EMAIL PROTECTED] wrote: On Sep 23, 2007, at 5:13 AM, Haim Ashkenazi wrote: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat. every request is like a new one. Is this a normal behavior? Is there a workaround for that? Yes, because Tomcat

[EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-23 Thread Haim Ashkenazi
Hi I'm trying to reverse proxy a tomcat server with proxy_ajp. If The path of the URL is identical to the path of ajp, sessions are kept without a problem: ProxyPass /abc/ ajp://localhost:8009/abc/ But if I do it like this: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat.

[EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-23 Thread Haim Ashkenazi
Hi I'm trying to reverse proxy a tomcat server with proxy_ajp. If The path of the URL is identical to the path in ajp, sessions are kept without a problem: ProxyPass /abc/ ajp://localhost:8009/abc/ But if I do it like this: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat.