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 tags in the
same page:
... the f
> 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
Le Fri, 17 Dec 2010 15:50:31 +0100,
"King Holger (CI/AFP2)" 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-
> access to work ju
-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 r
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 lo
On Fri, Dec 17, 2010 at 9:50 AM, King Holger (CI/AFP2)
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
-
The offici
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
...
SSLEngine on
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 s