Re: httpd.conf and virtual hosts, mod_ssl - Need Help plz

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 ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-08-2003
davide@yahoo.com
 
Posts: n/a
Default Re: httpd.conf and virtual hosts, mod_ssl - Need Help plz

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 Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:56 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0