[users@httpd] Optimizing Httpd

2014-02-11 Thread Wilmer Arambula
Good Afternoon I have a question I'm optimizing my apache server and I enabled mod_deflate and I have both mod_expire: deflate.conf: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css

RE: [users@httpd] Proxy HTTPS tunneling

2014-02-11 Thread Sittampalam, Nagu
Yes we got the client to send all the traffic to the proxy but the proxy is not forwarding that to the backend server. It is trying serve up a page from the Apache proxy. Basically what we are trying to do is to allow HTTPS connection from clients on the internet to a backend server through

Re: [users@httpd] Proxy HTTPS tunneling

2014-02-11 Thread Yehuda Katz
In order to use forward proxy, your client must be configured for it - in which case your client will pass ALL of its traffic through the proxy. Have you done that? If that is not what you want, then what you are trying to do is not possible with Apache. - Y On Tue, Feb 11, 2014 at 11:29 AM, Si

RE: [users@httpd] Proxy HTTPS tunneling

2014-02-11 Thread Sittampalam, Nagu
It is forward proxy we are trying to setup now because reverse proxy does not work for our backend application which is on IIS and required client certificate information to be passed to the backend. Can you see why the forward proxy configuration is not working? Nagu Sittampalam | Security

Re: [users@httpd] Proxy HTTPS tunneling

2014-02-11 Thread Yehuda Katz
Are you trying to set up a Forward Proxy or a Reverse Proxy (explanation: http://www.jscape.com/blog/bid/87783/Forward-Proxy-vs-Reverse-Proxy)? Your configuration looks like a forward proxy but your email implies that you really want a reverse proxy. See this part of the HTTPD manual for more abo

[users@httpd] RE: Boolean expression syntax help from 2.2.24->2.4.6 for mod_filter

2014-02-11 Thread William Hargrove
Looks like the following might work: FilterDeclare comp-resp # Compress everything except for images, audio and video FilterProvider comp-resp DEFLATE resp=Content-Type !/^(image|audio|video)// = 2.4> FilterProvider comp-resp DEFLATE "%{CONTENT_TYPE} !~ m#^(image|audio|video)#i" FilterProto

[users@httpd] Boolean expression syntax help from 2.2.24->2.4.6 for mod_filter

2014-02-11 Thread William Hargrove
Hello, I am upgrading from apache 2.2.24 to 2.4.6 and am in the process of trying to convert the various config files where the config syntax has changed between versions. I'm trying to implement the following compression filter in 2.4 syntax (http://httpd.apache.org/docs/2.4/upgrading.html) b

[users@httpd] Proxy HTTPS tunneling

2014-02-11 Thread Sittampalam, Nagu
Hello WE are trying to setup HTTPS tunnelling to a backend server through Apache proxy but we are finding the client connect but Apache does not send through the traffic the backend server. The config we have on our Apache proxy virtual host is DocumentRoot "/usr/local/apache2221/htdocs/