Hi, I'm trying to rewrite a HTTP connection as HTTPS one, but because of the number of configured virtual hosts, I'm getting problems... I explain here: - my server has configured 4 virtual hosts: A, B, C and D - virtual host A has configured into HTTP default site (Debian Etch) a HTTPS redirection and it works fine. If I connect to A:80, I get a redirection to A.443 (ssl site) and it is OK. <VirtualHost A:80>- however, If I connect to B:443, C:443 or D:443, apache runs ssl and, by default, I run virtual host *:443 and loads A:443. For avoid this, I'm doing tests with following configurations: - I'm trying to configure a condition for doing HTTPS rewrite or not (into ssl site): Can anyone help me!?!?!?!?!?! --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See |
- [EMAIL PROTECTED] Problems with Rewrite and SSL Daniel Ruiz Molina
- [EMAIL PROTECTED] Problems with rewrite and SSL Daniel Ruiz
- Re: [EMAIL PROTECTED] Problems with rewrite an... Krist van Besien