This is a discussion on Re: httpd.conf and virtual hosts, mod_ssl - Need Help plz within the Apache Web Server forums, part of the Web Server and Related Forums category; Huw Dixon <huwdixon@netrox.net> wrote: > of RTFM, my attempts to connect to https for that particular ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Huw Dixon <huwdixon@netrox.net> wrote:
> of RTFM, my attempts to connect to https for that particular host just > hang Your firewall is leaving port 443 open, doesn't he? > NameVirtualHost 10.10.10.180:80 > NameVirtualHost 10.10.10.180:443 I'd do: NameVirtualHost * <VirtualHost *:80> .... </VirtualHost> <IfModule mod_ssl.c> <VirtualHost *:443> .... </VirtualHost> </IfModule> When you start Apache, can you connect with port 443 on the same machine? Using telnet for example, just to be sure that Apache is listening on that port? Davide |
| Thread Tools | |
| Display Modes | |
|
|