Re: [users@httpd] Multiple choices

2014-01-23 Thread Hendrik Schmieder
Small correction: You can read it, but you don't understand it, because it is written in brazilian-portugese. Hendrik Walter H. schrieb: Hello, not here, normal access to this PDF as expected ...; the only fact: I can't read it - of course its in an unknown language ... Walter On

[users@httpd] Virtual host Alias

2014-01-23 Thread Ole Kürstein
I have a problem. Dont know if it can be done. It is this i can't get working: www.example.com/test can't get the /test working example--- VirtualHost *:80 ServerName www.example.com ServerAlias example.com DocumentRoot /www/htdocs /VirtualHost VirtualHost *:80

Re: [users@httpd] Virtual host Alias

2014-01-23 Thread Chris Arnold
On Jan 23, 2014, at 4:44 AM, Ole Kürstein okyrst...@gmail.com wrote: I have a problem. Dont know if it can be done. It is this i can't get working: www.example.com/test can't get the /test working example--- VirtualHost *:80 ServerName www.example.com ServerAlias

[users@httpd] RE: SSL bridging with Apache reverse proxy

2014-01-23 Thread Sittampalam, Nagu
Hello I did not get any response to my below email so I assume SSL bridging cannot be done on Apache reverse proxy. So wanted to know if it is possible to do SSL tunnelling with Apache reverse proxy? Nagu Sittampalam | Security Team Leader , IT Solutions Division | Southampton Strategic

Re: [users@httpd] RE: SSL bridging with Apache reverse proxy

2014-01-23 Thread Jeff Trawick
On Thu, Jan 23, 2014 at 6:48 AM, Sittampalam, Nagu nagu.sittampa...@southampton.gov.uk wrote: Hello I did not get any response to my below email so I assume SSL bridging cannot be done on Apache reverse proxy. So wanted to know if it is possible to do SSL tunnelling with Apache reverse

RE: [users@httpd] RE: SSL bridging with Apache reverse proxy

2014-01-23 Thread Sittampalam, Nagu
Thank you for the response and yes it is not reverse proxy anymore. Is my assumption correct that Apache reverse proxy is not cable of doing SSL bridging? Nagu Sittampalam | Security Team Leader , IT Solutions Division | Southampton Strategic Services Partnership | Landline: 02380 833012 | Fax:

Re: [users@httpd] RE: SSL bridging with Apache reverse proxy

2014-01-23 Thread Jeff Trawick
On Thu, Jan 23, 2014 at 8:46 AM, Sittampalam, Nagu nagu.sittampa...@southampton.gov.uk wrote: Thank you for the response and yes it is not reverse proxy anymore. Is my assumption correct that Apache reverse proxy is not cable of doing SSL bridging? I'm not familiar with the term SSL

RE: [users@httpd] RE: SSL bridging with Apache reverse proxy

2014-01-23 Thread Sittampalam, Nagu
What we are trying achieve is like you said SSL termination at Apache httpd and reverse proxy to backend server over SSL but we need to send through client authentication header. This is so we can give internet based clients access to our Microsoft SCCM 2012 management point. Would you

[users@httpd] httpd delayed ACK

2014-01-23 Thread Duarte Meneses
Hi, I'm using httpd as a reverse proxy. The backend server fragments responses in 2 parts. When clients connecting with keep-alive, the first response from the backend server is received normally, but all subsequent responses have a delay. This delay happens because Apache is waiting around

RE: [users@httpd] apache 408 status code in 2.2.18 later

2014-01-23 Thread Anthony J. Biacco
The cause of these tends to be related to browsers that do predictive web requests to the server. The 408 happens after the unused connections time-out. The issue is also tied to RHEL 6.x and CentOS 6.x systems after a certain kernel version, I can’t remember which one off the top of my head. I

Re: [users@httpd] RE: SSL bridging with Apache reverse proxy

2014-01-23 Thread Jeff Trawick
On Thu, Jan 23, 2014 at 9:14 AM, Sittampalam, Nagu nagu.sittampa...@southampton.gov.uk wrote: What we are trying achieve is like you said SSL termination at Apache httpd and reverse proxy to backend server over SSL but we need to send through client authentication header. This is so we

RE: [users@httpd] RE: SSL bridging with Apache reverse proxy

2014-01-23 Thread Sittampalam, Nagu
It is trying to use certificate to authenticate the clients and for that it must pass that authentication information through. Not sure if you have seen this Proxy Web Servers for Internet-Based Client Managementjavascript:void(0) If the site supports

[users@httpd] Vhosts behind NAT

2014-01-23 Thread mn
Could anybody help me? I try to configure apache virtual hosts after NAT. THere are two name (like abc.dom.com and cde.dom.com) which refer to the same external address. This address is given to wan-port of a gateway and assigned to be NAT to internal address where apache is up with ports 80