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
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
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
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
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:
> >&
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
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
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
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
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
10 matches
Mail list logo