RE: Apache and SSL

2002-12-12 Thread Marko Preslenkov
Hi Johnno! Maybe sth like this would help you... Listen 80 Listen 443 NameVirtualHost 192.168.1.1:80 NameVirtualHost 192.168.1.1:443 ServerName foo.bar ServerAlias foo2.bar ServerAdmin [EMAIL PROTECTED] DocumentRoot /var/www/foo/bar ServerName ssl.foo.bar ServerAlias ssl2.f

Re: Apache and SSL

2002-12-12 Thread Johnno
> To: "Johnno" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 1:18 AM Subject: Re: Apache and SSL > Hi Johnno, > > Take a look at http://httpd.apache.org/docs for lots of information on how > to configure apache. Anyway, you cannot

Re: Apache and SSL

2002-12-12 Thread Fred Clausen
Hi Johnno, Take a look at http://httpd.apache.org/docs for lots of information on how to configure apache. Anyway, you cannot put "NameVirtualHost" directive inside a virtual host container. Here is how you could do it: (Rest of config) Listen 80 Listen 443 (Rest of config) NameVirtualH

Re: Apache and SSL

2002-12-12 Thread Johnno
I have tried namevirtualhost 192.168.1.1:443 ServerAdmin [EMAIL PROTECTED] ServerName testing.zz DocumentRoot /www/testing and namevirtualhost 192.168.1.1 ServerAdmin [EMAIL PROTECTED] ServerName testing.zz DocumentRoot /www/testing and even VirtualHost 192.168.1.1 and 192.168.1.1:80

Re: Apache and SSL

2002-12-12 Thread Erik Wenzel
On Thu, Dec 12, 2002 at 11:49:59PM +1300, 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.. > > > ServerAdmin [EMAIL PROTECTED] > ServerName testing.zz > DocumentRo

Re: Apache and SSL

2002-12-12 Thread Fred Clausen
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://

Apache and SSL

2002-12-12 Thread Johnno
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.. ServerAdmin [EMAIL PROTECTED] ServerName testing.zz DocumentRoot /www/testing I am wanting it to accept connection of port 80 which is d