RE: Virtual Hosting Problem

2002-07-28 Thread Boyle Owen
>From: Danalien [mailto:[EMAIL PROTECTED]] > >As I know, you can only bind one uniqe ip to one SSL virtual host. not quite - see below.. >and from what I have read, you can't use name-based SSL >virtual host(s) either, >as a work around. Mostly right, but with one privisio: You cannot do name-

Re: Virtual Hosting Problem

2002-07-28 Thread Danalien
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi. As I know, you can only bind one uniqe ip to one SSL virtual host. and from what I have read, you can't use name-based SSL virtual host(s) either, as a work around. please correct me if I'm misstaking, anyone, I am only using 1.3.24. > >I h

Re: switching http requests to https

2002-07-28 Thread Danalien
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is a very simple approach, using the rewrite directive. (forwarding it a other https server or virtualhost of yours. I'm actively using: redirect / https://www..com/ You can put in the-main-conf or in a VirtualHost, Example: (I don'

Re: Apache & Mod_SSL Cannot load /modules/mod_ssl.so

2002-07-28 Thread a . moon
I am away from the office until the Monday 5th August 2002 I will get back to you as soon as i can on my return. If it's an urgent Online Learning Support Unit / Web/ MUBSWEB/ MUBS Online matter that requires urgent attention then please contact either Sanjay1 or Jeff1 who should be able to h

Re: Apache & Mod_SSL Cannot load /modules/mod_ssl.so

2002-07-28 Thread David W
Hopefully I'm not duplicating someone else's response, but I think your answer can be found by searching the archives. It looks like you didn't copy the openssl dlls into your c:\winnt\system32 directory. You need: libeay32.dll ssleay32.dll -david --- Oliver Enders <[EMAIL PROTECTED]> wrote: >

Re: switching http requests to https

2002-07-28 Thread Flemming Frandsen
[EMAIL PROTECTED] wrote: > I need to be able to transparently (to the user) switch user's http requests > to https. Meaning when the user opens a browser and types > "http://server/resourse"; I need to recognize that the request came in as > http and need to instruct the browser to resend it as >

switching http requests to https

2002-07-28 Thread novozhilov_sasha
Hi. I need to be able to transparently (to the user) switch user's http requests to https. Meaning when the user opens a browser and types "http://server/resourse"; I need to recognize that the request came in as http and need to instruct the browser to resend it as "https://server/resourse";. Id