Date: Fri, 22 Nov 2002 15:50:27 +0300 From: Alex Povolotsky <tarkhil@webmail.sub.ru> To: "Allan Jude" <937863@primus.ca>, freebsd-security@FreeBSD.ORG, quak@mydiax.ch, Danny.Carroll@mail.ing.nl Subject: Re: jailed virtual https, anyone? Message-ID: <20021122155027.7f694357.tarkhil@webmail.sub.ru> In-Reply-To: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA4RatOouMvEOzXXL4aXw9/cKAAAAQAAAAhnmDgV2EvUqm7WMtfEV72wEAAAAA@primus.ca> References: <20021122145947.406b4d31.tarkhil@webmail.sub.ru> <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA4RatOouMvEOzXXL4aXw9/cKAAAAQAAAAhnmDgV2EvUqm7WMtfEV72wEAAAAA@primus.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 22 Nov 2002 07:07:41 -0500 "Allan Jude" <937863@primus.ca> wrote: AJ> What seems to be the problem with the virtual hosts? AJ> You're quite right, but I have EVERYTHING works ok for now, EXCEPT AJ> virtual hosts with https. Google shows nothing relevant on "jail https AJ> virtual". Oh, quite simple. https cannot be configured with name-based virtual hosts, by design. jail cannot be configured for more than one IP address, by design. (don't ask me to wait until jail-ng will be ready) Jail sits on internal IP, on lo0. fxp0 holds real IP addresses to be accessed from outside. I'm forwarding incoming connection to jail, currently with ipnat. I need to pass information about real (outside) IP to mod_ssl. That is my problem. plain http works perfectly (name-based virthosts). I'm using mod_ssl, but not restricted to it. -- Alex. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021122155027.7f694357.tarkhil>