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
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
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 general,
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?
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.
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.