[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache and SSL



Hi,

Make sure you have :

Listen 443
NameVirtualHost 192.168.1.1:443

in your httpd.conf. Replace 192.168.1.1 with your IP. Hope this helps.

Cheers, Fred.

--
Fred Clausen - Systems Administrator
Unique Interactive, part of UBC Media Group plc
Winners of the 2002 CRCA NTL New Media Award

http://www.ubcmedia.com
http://www.uniqueinteractive.co.uk
T: +44 (0)20 7453 1677 F: +44 (0)20 7486 5081


On Thu, 12 Dec 2002, Johnno wrote:

> I have wanting to get apache to work is SSL mode..
>
> I have Install Apache, OpenSSL, Mod_SSL, PHP
>
> The problem is in the httpd.conf file I have the following..
>
> <VirtualHost *:80>
> ServerAdmin tech@testing.zz
> ServerName testing.zz
> DocumentRoot /www/testing
> </VirtualHost>
>
> I am wanting it to accept connection of port 80 which is does, but also port
> 443 (https) how do i go about it..
> I also have other virtual domains on this server...
>
> Many Thanks,
>                           Johnno
>
>
> --
> To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
>



Reply to: