Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Kheng_Ee
Eric,  Can you not remove my historical trails.. later when I ask question it become I ask out of the blue ? So you mentioned "Edel" in this thread gave you one of his own examples that dependedon matching that URL.  It's probably not a very good example." Will anyone help me with the good exa

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Eric Covener
On Sun, Jan 27, 2013 at 9:11 PM, Kheng_Ee wrote: > > With regards to your suggestion;- > RewriteRule ^\/aboutUs$ http://xxx.test.com/aboutUs.jsp?DView=AboutUs > [R,L,P] > or > RewriteRule ^\/aboutUs$ /aboutUs.jsp?DView=AboutUs [R,L,P] > > Can you tell me what is the parameter aboutUs and AboutUs ?

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Kheng_Ee
With regards to your suggestion;- RewriteRule ^\/aboutUs$ http://xxx.test.com/aboutUs.jsp?DView=AboutUs [R,L,P] or RewriteRule ^\/aboutUs$ /aboutUs.jsp?DView=AboutUs [R,L,P]   Can you tell me what is the parameter aboutUs and AboutUs ? As an example I gave you.  I only have http://x.com and

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Eric Covener
On Sun, Jan 27, 2013 at 5:27 PM, Kheng wrote: > I need to understand what is parameter aboutUs and AboutUs. Is it the same ? > It is http://x.com in my example ? What are you asking of the people on this list? What the significance of your own URL's are? Could you try quoting what you're respon

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Kheng
Thanks for ur reply. I need to understand what is parameter aboutUs and AboutUs. Is it the same ? It is http://x.com in my example ? Sent from my iPhone On 28/01/2013, at 4:09 AM, Edel O Callaghan wrote: > For some reason, it wouldn't work unless we escaped the '/' maybe because we > are not

Re: [users@httpd] Allowing users to view content of password-protected directory

2013-01-27 Thread Robin Miller
Michael, thanks so much for your help. I am nervous about removing and reinstalling password protection, as there are some 150 users who have stored their passwords. (I know I could save the file.) However, I have confirmed that the password file is in the proper location (and password prote

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Edel O Callaghan
For some reason, it wouldn't work unless we escaped the '/' maybe because we are not using the full url Edel Sony Xperia T on O2 Eric Covener wrote: >> RewriteRule ^\/aboutUs$ /aboutUs.jsp?DView=AboutUs [R,L,P] > >There's no need to escape the / > >---

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Eric Covener
> RewriteRule ^\/aboutUs$ /aboutUs.jsp?DView=AboutUs [R,L,P] There's no need to escape the / - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache 2.4.3: Reverse Proxy: Why jsessionid is embedded into URL path of first POST after brower's cookie is cleared

2013-01-27 Thread Edel O Callaghan
Hi, Your code should read as follows: You don't need to qualify the string you are looking for... Both of the below options wiil work RewriteRule ^\/aboutUs$ http://xxx.test.com/aboutUs.jsp?DView=AboutUs[R,L,P] or RewriteRule ^\/aboutUs$ /aboutUs.jsp?DView=AboutUs [R,L,P] Edel On Sat, Jan

Re: [users@httpd] Unsubscribing

2013-01-27 Thread Carmel
On Sun, 27 Jan 2013 00:18:34 -0800 *Dominique* articulated: > Are there others on this list who are having difficulty > unsubscribing? I've sent the unsubscribe email a half dozen times now > and I'm still getting these postings. :-( list-unsubscribe:

[users@httpd] Unsubscribing

2013-01-27 Thread *Dominique*
Are there others on this list who are having difficulty unsubscribing? I've sent the unsubscribe email a half dozen times now and I'm still getting these postings. :-( Dominique - To unsubscribe, e-mail: users-unsubscr...@httpd.