Re: directing http -- https

2002-02-09 Thread ulairi
Quoting Owen Boyle [EMAIL PROTECTED]: If you want to be more specific so that http://d.com/foo/bar.html -- https://d.com/foo/bar.html then use something like: RedirectMatch (.*) https://d.com$1 Won't this create an infinate loop? I could be wrong, but I think RedirectMatch will pick

Mod_SSL with Name Based Virtual Hosts

2002-02-09 Thread Denny Suvanto
Dear guys, Can Iuse mod_ssl forseparate domains with the same IP address using name based virtual hosts? If so, how? Thanks Best Regards Yohanes Denny Suvanto

Re: Mod_SSL with Name Based Virtual Hosts

2002-02-09 Thread Andreas Gietl
On Saturday 09 February 2002 03:46, you wrote: No this isn't possible because as far as i know there's no HTTP/1.1-like Hostname Extension to the https-protocol. Dear guys, Can I use mod_ssl for separate domains with the same IP address using name based virtual hosts? If so, how? Thanks

Re: strange problem with unclean shutdown

2002-02-09 Thread Andreas Gietl
On Saturday 09 February 2002 02:59, you wrote: There's just one host at this SSL-Server. XXX is the IP-Adress of the SSL-Host. I already tried to work with the shm-cache, but this didn't work. On Wed, Jan 23, 2002 at 07:12:35PM +0100, Andreas Gietl wrote: VirtualHost XXX:443

SSL Pass phrase

2002-02-09 Thread Scott Taylor
I believe I have successfully configured Apache/PHP/mod_ssl/openssl on Red Hat 7.2. When starting SSL with ./apachectl startssl I get: Server localhost.localdomain:443 (RSA) Enter pass phrase: I put my password in and get: Apache:mod_ssl:Error: Pass phrase incorrect I thought that this was

Re: SSL Pass phrase

2002-02-09 Thread R. DuFresne
Sounds like perhaps you fat-fingers it as entering it, or are not using caps or special chars you did when you entered it. I'ts case sensitivve, so caps count, spcial chars count. did you start the passphrase, typo then backspace? if so, try that excat sequence and see if it works for ya.