[us...@httpd] mod_rewrite external RewriteMap in high-load setup

2010-12-17 Thread Matthias Wermund
Hello to all, I have a question regarding the use of an external RewriteMap (prg) on a high-traffic website. My goal is to implement a redirection at the root of the site, depending on some request attributes (User-Agent and more) sent to an external HTTP service. So I implemented a perl

[us...@httpd] Apache2 | One Virtualhost for 80 AND 443

2010-12-17 Thread King Holger (CI/AFP2)
Hi Apache2 group, is there a possibility to use JUST one VirtualHost for accessing it via HTTP and HTTPS. To my understanding, this is not possible because SSLEngine on just forces the HTTP- access to work just with HTTPS: NameVirtualHost *:80 NameVirtualHost *:443 VirtualHost *:80 *:443

Re: [us...@httpd] Apache2 | One Virtualhost for 80 AND 443

2010-12-17 Thread Eric Covener
On Fri, Dec 17, 2010 at 9:50 AM, King Holger (CI/AFP2) holger.k...@de.bosch.com wrote: Hi Apache2 group, is there a possibility to use JUST one VirtualHost for accessing it via HTTP and HTTPS. No. -- Eric Covener cove...@gmail.com

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-17 Thread Goel, Rohit
Hi, Just for FYI the reason I was not able to install is because C compiler license was missing from the server. Thanks Rohit -Original Message- From: Goel, Rohit Sent: Thursday, December 16, 2010 4:45 PM To: 'users@httpd.apache.org' Subject: RE: Apache Configure going into infinite

Re: [us...@httpd] SetEnv HTTPS on... not working. (UNCLASSIFIED)

2010-12-17 Thread Björn Zettergren
-Original Message- From: Mxrgus Pxrt [mailto:mar...@tione.eu] Sent: Sunday, December 12, 2010 4:28 PM [...] Components: - client - SSL offloader (Apache) - Backend server (Apache) RewriteCond %{HTTP:HTTPS} !=on RewriteRule (.*) https://example.com/$1 [L,R=301] I'm not sure if you've

Re: [us...@httpd] Apache2 | One Virtualhost for 80 AND 443

2010-12-17 Thread L.M.J
Le Fri, 17 Dec 2010 15:50:31 +0100, King Holger (CI/AFP2) holger.k...@de.bosch.com a écrit : Hi Apache2 group, is there a possibility to use JUST one VirtualHost for accessing it via HTTP and HTTPS. To my understanding, this is not possible because SSLEngine on just forces the HTTP-

[us...@httpd] Re: Apache2 | One Virtualhost for 80 AND 443

2010-12-17 Thread Andrew Schulman
I'm using a nasty trick to have similar behavior. I wouldn't call that a nasty trick. More like an intelligent factorization. It's the right way to do what Holger wants to do. - The official User-To-User support forum of the

[us...@httpd] mod_proxy_html how to stop code fixing

2010-12-17 Thread Larry W Burton
I have configured Apache Apache/2.2.3 on CentOS 5.5 as a reverse proxy using mod_proxy_html, and both Apache and mod_proxy_html are working correctly. The problem is that I am trying to access a Promise storage Array which has horrible html. Specifically, MULTIPLE /html tags in the same page: ...