Hi there --

Yes I do. Just to make sure we are on the same page with this, I have the
virtual server section of the file shown below:

<VirtualHost (ip address):80>
        ServerName (ip address)
        ServerAdmin (email address)
        DocumentRoot /var/www/html
        Redirect / https://(ip address)
</VirtualHost>

<VirtualHost (ip address):443>
        ServerName (ip address)
        ServerAdmin (email address)
        DocumentRoot /var/www/html
        
        SSLEngine On
        SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
        SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
        SSLCertificateChainFile /etc/httpd/conf/ssl.key/server.key
        SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 28, 2005 1:44 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] Problem with Redirect 


Hi Andrew.

Do you have a seperate Virtual server listening on port 80 
for the standard non-SSL requests, and a seperate 
SSL-enabled virtual server listening for connections on post 443?

Keith
 

On Wed, 28 Dec 2005, Kaplan, Andrew H. wrote:

> To: users@httpd.apache.org
> From: "Kaplan, Andrew H." <[EMAIL PROTECTED]>
> Subject: [EMAIL PROTECTED] Problem with Redirect 
> 
> Hi there -
> 
>  
> 
> I have Apache 2.0.52 running on one of our servers and I am having problems
with
> redirecting port 80 connections to port 443. 
> 
> When I type the url: https://<web address>, I get to the page in question.
> However, when I type the URL: http://<web address>,
> 
> I do not get the connection. 
> 
>  
> 
> I modified the /etc/httpd/conf/httpd.conf file to automatically have port 80
> connections go to 443 via the virtual host section. Are
> 
> there additional modifications that I need to make? Thanks. 
> 
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to