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-25 Thread Igor Cicimov
On 25/01/2013 6:50 PM, Igor Cicimov icici...@gmail.com wrote: On 25/01/2013 6:30 PM, Chris Geer ch...@cxtsoftware.com wrote: On Tue, Jan 22, 2013 at 10:51 PM, Kheng-Ee Sim kheng_ee_...@yahoo.com wrote: yes apache proxying to Tomcat 6 (backend server). those xx.jsp scripts are all in

Re: [users@httpd] Htaccess on in certain directories, but off in sub directories query

2013-01-25 Thread Igor Cicimov
Rwad about Satisfy any On 25/01/2013 12:46 AM, Brent Clark brentgclarkl...@gmail.com wrote: Good day I currently have .htaccess on by default in my apache config. As a result, if you do a strace, you see the following example. stat64(/var/www/vb/css/dhtml_**menu.css, {st_mode=S_IFREG|0644,

[users@httpd] Apache server windows binary with LDAP modules

2013-01-25 Thread Baraneetharan K
Hi All, Im new to Apache server. Im trying setup Apache server and subversion with LDAP authentication using ApacheDS in Windows NT 2008 server. Im referring some setup guides available in the internet, they say to load mod_ldap.so and mod_authnz_ldap.so modules of Apache to integrate LDAP.

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-25 Thread Kheng_Ee
Thanks guys for your reply.  I actually switched from reverse proxy to mod_jk and it solved it.  I didn't make any changes to tomcat.   However, with mod_jk I bumped into another problem which I posted earlier. The http://x.com has error 503.   http://x.com/index.html works.     Those two url

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-25 Thread Igor Cicimov
On 25/01/2013 8:36 PM, Kheng_Ee kheng_ee_...@yahoo.com wrote: Thanks guys for your reply. I actually switched from reverse proxy to mod_jk and it solved it. I didn't make any changes to tomcat. However, with mod_jk I bumped into another problem which I posted earlier. The http://x.com has

Re: [users@httpd] which one module run before the php module?

2013-01-25 Thread Eric Covener
On Thu, Jan 24, 2013 at 10:18 PM, ericwu kund...@iii.org.tw wrote: Hi everyone, I want write one module and make sure it run before the php module, but I don't know how to start. I try write the input filter, but it's failed Somebody can tell me that which one module run before

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-25 Thread Kheng_Ee
True no magic in IT.   I posted the httpd configuration  in another thread(The worker's properties is basic standard, I can only post it on Tuesday) Sent: Friday, 25 January 2013 2:02 PM Subject: Apache 2.4.3/mod_jk vs mod_proxy. This is the part of  httpd.conf for non-SSL request.

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-25 Thread Edel O Callaghan
Thank You for your reply. We figured out the issue today we escaped the URL as shown below and it all worked like magic! RewriteRule ^\/home$ /index.jsp?DView=HomePage [R,L,P] Thanks again, Edel. On Fri, Jan 25, 2013 at 9:26 PM, Kheng_Ee kheng_ee_...@yahoo.com wrote: True no magic in IT.

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-25 Thread Kheng_Ee
Please let me understand the rewriterule using my data. So it should be ?  RewriteRule ^\/http://x.com$ /index.html?DView=http://x.com [R,L,P] From: Edel O Callaghan ede...@gmail.com To: users@httpd.apache.org; Kheng_Ee kheng_ee_...@yahoo.com Sent: