Re: [EMAIL PROTECTED] Some problems with Virtual Host setup and SSL

2007-09-01 Thread Matus UHLAR - fantomas
On 19.08.07 10:39, [EMAIL PROTECTED] wrote: > Thanks, so, i give up my system...The easiest way to do what i want is to > use: > > 1)VirtualHost1 without SSL (http://my.server/) > 2)Virtualhost2 with SSL (http://admin.server/ with redirection to > https://admin.server/) http://admin.server/ is v

Re: [EMAIL PROTECTED] Some problems with Virtual Host setup and SSL

2007-08-19 Thread via . lej
Thanks, so, i give up my system...The easiest way to do what i want is to use: 1)VirtualHost1 without SSL (http://my.server/) 2)Virtualhost2 with SSL (http://admin.server/ with redirection to https://admin.server/) 3)A way to redirect webpages from https://localhost:3000/ to https://admin.server

Re: [EMAIL PROTECTED] Some problems with Virtual Host setup and SSL

2007-08-18 Thread Tony Stevenson
Vianney You cannot (without some major tweaks) use name based virtualhosts + SSL. For each site it is recommended that you use 1 IP and or port. Have a look at the wikipage, even though it is still a work in progress you should understand the reasons. http://wiki.apache.org/httpd/NameBasedSSL

[EMAIL PROTECTED] Some problems with Virtual Host setup and SSL

2007-08-18 Thread via . lej
Hello ! I've some problems with Virtual Hosts on Apache2, please have a look at my config files: === File sites-enabled/default === > NameVirtualHost * ServerAdmin [EMAIL PROTECTED] Docum