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
and index.html... (but you come back with AboutUs.. so what is Aboutus ?) 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: Sunday, 27

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
From: Eric Covener cove...@gmail.com To: users@httpd.apache.org; Kheng_Ee kheng_ee_...@yahoo.com Sent: Monday, 28 January 2013 1:20 PM Subject: 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

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
Cicimov icici...@gmail.com wrote: On Wed, Jan 23, 2013 at 3:53 PM, Kheng_Ee kheng_ee_...@yahoo.com wrote: This is Apache 2.4.3 trace/log talking to Tomcat 6 using reverse proxy (ajp_proxy) [Wed Jan 23 14:43:58.464172 2013] [proxy_ajp:trace5] [pid 3989] ajp_header.c(598): [client

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
: Friday, 25 January 2013 10:31 PM Subject: 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 On 25/01/2013 8:36 PM, Kheng_Ee kheng_ee_...@yahoo.com wrote: Thanks guys for your reply.  I actually switched from

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: Saturday

[users@httpd] Apache 2.4.3/mod_jk vs mod_proxy.

2013-01-24 Thread Kheng_Ee
This is the part of  httpd.conf for non-SSL request. VirtualHost 192.168.220.121:80 DocumentRoot /export/home/htdocs ServerName  www.x.com ServerAdmin s...@s.com Location /index.html     Redirect /index.html http://x.com/E/e.jsp /Location Using mod_proxy, the line location and redirect

[users@httpd] Apache 2.4.3 : Rotatelog

2013-01-24 Thread Kheng_Ee
Is it possible to issue rotatelog from crontab ? Will there be any performance impact on apache if using   piped logs ie CustomLog|/usr/local/apache/bin/rotatelogs /var/log/access_log 86400common Thanks

[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-22 Thread Kheng_Ee
This is Apache 2.4.3 trace/log talking to Tomcat 6 using reverse proxy (ajp_proxy) [Wed Jan 23 14:43:58.464172 2013] [proxy_ajp:trace5] [pid 3989] ajp_header.c(598): [client 57.250.242.249:24921] ajp_unmarshal_response: Header[0] [Set-Cookie] = [JSESSIONID=3404058BD1B5FB200B52FA6DA48 8B343;

[users@httpd] Change https to port 8000 instead of 443

2012-09-20 Thread Kheng_Ee
I am using Apache Version 2.4.3 and it is working using port 80 (http) and 443 (https). I would like to use port 8000 instead of 443 for https In http.conf file, it has Listen 192.168.1.1:8000 https In the extra/http-ssl.conf.  it has VirtualHost 57.4.223.96:8443. . /VirtualHost

Re: [users@httpd] Change https to port 8000 instead of 443

2012-09-20 Thread Kheng_Ee
Correction :  I change 57.4.223.96:8443 to 192.168.1.1:8000 in virtualhost. still not working. From: Kheng_Ee kheng_ee_...@yahoo.com To: users@httpd.apache.org users@httpd.apache.org Sent: Friday, 21 September 2012 3:13 PM Subject: [users@httpd] Change https