[ic] Interchange and https

Peter peter at pajamian.dhs.org
Fri May 14 08:30:14 EDT 2004


Mark Weaver wrote:
> NameVirtualHost 192.1.1.1.1
> 
> <VirtualHost 192.1.1.1.1>
>  ServerAdmin webmaster at americanmicroinc.com
>  DocumentRoot "/var/www/html/americanmicroinc.com/order"
>  ServerName order.americanmicroinc.com
>  ScriptAlias /cgi-bin/ /var/www/html/americanmicroinc.com/order/cgi-bin/
>  </VirtualHost>

Wait a min.  Is your server on the inside of a private network behind a 
port forwarding firewall?  The IP you list would suggest so.  Otherwise 
why are you using that IP and not 206.252.132.148?  If that is the case 
is your router properly forwarding port 443 to the webserver?  SSL 
doesn't use port 80 it uses port 443, so that may be your problem.

Also you need a seperate VirtualHost section for port 443 so that your 
webserver will properly deal with the SSL traffic.

Peter


More information about the interchange-users mailing list