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

Re: Apache and SSL



I have tried

<VirtualHost *>
namevirtualhost 192.168.1.1:443
ServerAdmin tech@testing.zz
 ServerName testing.zz
 DocumentRoot /www/testing
 </VirtualHost>

and

<VirtualHost *>
namevirtualhost 192.168.1.1
ServerAdmin tech@testing.zz
 ServerName testing.zz
 DocumentRoot /www/testing
 </VirtualHost>

and even VirtualHost 192.168.1.1 and 192.168.1.1:80

for some reason it keeps on going back to the deafult server page you get
when you first install apache.
this is only when you use https, if you use http://testing.zz it goes to the
right page.

Thanks for all the help

Johnno



Reply to: