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 To: users@httpd.apache.org; Kheng_Ee 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 On Sun, Jan 27, 2013 at 9:11 PM, Kheng_Ee

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 To: users@httpd.apache.org; Kheng_Ee Sent: Sunday, 27 January 2013 11:13 PM Subject: Re

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 To: users@httpd.apache.org; Kheng_Ee Sent: Saturday, 26 January 2013 8:31 AM Subject: Re

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
erse 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" 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

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
s being added to the url by their own script and removing it brakes the whole process. You can find the scripts somewhere in this thread if you like to have a look. > >> > >> Sent from my iPhone > >> > >> On 23/01/2013, at 4:43 PM, Igor Cicimov wrote: > >&

[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 86400"common Thanks

[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. DocumentRoot "/export/home/htdocs" ServerName  www.x.com ServerAdmin s...@s.com     Redirect /index.html http://x.com/E/e.jsp Using mod_proxy, the line location and redirect allow BOTH  http://.x.com or http://x.com/index.html to g

[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; Pat

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 To: "users@httpd.apache.org" Sent: Friday, 21 September 2012 3:13 PM Subject: [users@httpd] Change https to port 8000 instead of 443

[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 . . It is supposed to be this simple but it