DirectoryIndex/Indexes with Client Auth not working

2002-11-21 Thread Jan-Piet Mens
Apache/2.0.43 (Unix) mod_ssl/2.0.43 OpenSSL/0.9.6b When I configure a virtual SSL host with basic auth, I can access the following URLs without problem: https://server.name/ https://server.name/subdir/index.html Getting a directory index and/or trying https://server.name/subdir

RE: Configuring a stand alone SSL enabled apache webserver

2002-11-21 Thread Boyle Owen
I think you're misunderstanding something about how apache and SSL work. It is not that you switch on SSL over all VHs like it was a Romulan Cloaking Device... Rather, SSL (more properly, HTTPS) is a protocol you define for a particular virtual host. This means the SSL directives *must* go inside

RE: Re[2]: SSL with multiple domains on same server

2002-11-21 Thread Boyle Owen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] are you saying i can use the same ip and two different port to be able to have more than one vhs under ssl? Certainly. e.g. Listen 192.168.1.1:443 VirtualHost 192.168.1.1:443 ..etc Listen 192.168.1.1:444 VirtualHost

Re[4]: SSL with multiple domains on same server

2002-11-21 Thread Ludovic Perard
Hello Boyle, Wednesday, November 20, 2002, 4:14:45 PM, you wrote: -Original Message- From: Ludovic Perard [mailto:[EMAIL PROTECTED]] I'm already using two different IP addresses BO Then it should work. Are you sure? BO Try defining the IP addresses explicity to reveal any DNS BO

Re[5]: SSL with multiple domains on same server

2002-11-21 Thread Ludovic Perard
Hello Boyle, I found the solution : The line BindAddress * need to be uncomment. Now, all works fine :) -- Best regards, Ludovic [EMAIL PROTECTED] __ Apache Interface to OpenSSL

RE: Re[5]: SSL with multiple domains on same server

2002-11-21 Thread Boyle Owen
Great! But do you know why? BindAddress is a deprecated directive which is replaced by Listen. What you have done is said to apache, listen to all active IP addresses. I think the real problem is to do with your NAT (which you didn't mention on your original post). This meant that the IP

RE: Configuring a stand alone SSL enabled apache webserver

2002-11-21 Thread camccuk
Boyle Owen [EMAIL PROTECTED] wrote: Rather, SSL (more properly, HTTPS) is a protocol you define for a particular virtual host. This means the SSL directives *must* go inside a VH container. The only exception is if you don't use VHs at all and only have one site which is defined at server config

Problem with... proxy? Module? Or what?

2002-11-21 Thread Alex Povolotsky
Hello! I'm running FreeBSD, and apache/mod_ssl with virtual hosts in jailed environment. Jail means that I can have only one IP address for apache, ipfilter's ipnat is used to multiplex several external IPs. I also need to support https virtual hosts, and here my troubles begins. Of course, I

Re: Problem with... proxy? Module? Or what?

2002-11-21 Thread R. DuFresne
On Thu, 21 Nov 2002, Alex Povolotsky wrote: Hello! I'm running FreeBSD, and apache/mod_ssl with virtual hosts in jailed environment. Jail means that I can have only one IP address for apache, ipfilter's ipnat is used to multiplex several external IPs. I also need to support https virtual

Re: Problem with... proxy? Module? Or what?

2002-11-21 Thread Alex Povolotsky
On Thu, 21 Nov 2002 15:25:20 -0500 (EST) R. DuFresne [EMAIL PROTECTED] wrote: RD I'm running FreeBSD, and apache/mod_ssl with virtual hosts in RD It sounds like yer jail is lacking the libs and devices for this access. libs exists; device exists. I'm getting IOCTL error trying to access

Re: Problem with... proxy? Module? Or what?

2002-11-21 Thread R. DuFresne
On Fri, 22 Nov 2002, Alex Povolotsky wrote: On Thu, 21 Nov 2002 15:25:20 -0500 (EST) R. DuFresne [EMAIL PROTECTED] wrote: RD I'm running FreeBSD, and apache/mod_ssl with virtual hosts in RD It sounds like yer jail is lacking the libs and devices for this access. libs exists; device