On Sep 12, 2010, at 8:05 PM, Chuck Hill wrote: > > On Sep 12, 2010, at 6:36 PM, Pascal Robert wrote: > >> >> Le 2010-09-12 à 21:34, Kieran Kelleher a écrit : >> >>> For each domain, just define a virtual host in apache. Each virtual host >>> definition can have its own webserver docs directory. >>> >>> For https, you need one IP address dedicated to each HTTPS virtual host >>> domain. >> >> Or you can buy one of those new shiny SSL certs that allows multiple domains >> in the same cert. We are using one with our mail server (Kerio Mail Server) >> at work and it's working really well. > > Does that work with Apache though? I thought the issue was that Apache > routes the request before decrypting it, so it can only map IP to Virtual > Host. > > Chuck
We use a wildcard cert here and I haven't seen any problems with it. We just point various DNS names at the box (with some rewrite rules to force https). I think it's working. :-) Tim Worman UCLA GSE&IS > >> >>> All this is common apache stuff. Just refer to the apache docs online, >>> which are usually good at explaining stuff. >>> >>> >>> >>> On Sep 12, 2010, at 7:05 PM, Ken Anderson wrote: >>> >>>> All, >>>> >>>> As an apache neophyte, I would appreciate some thoughts on how to best set >>>> this up. >>>> >>>> On the same machine, I'll be running a public HTML marketing site (no WO), >>>> a public HTTP WO site (all direct actions), and a private HTTPS WO site >>>> (components, for management). >>>> >>>> What's the correct way to configure Apache for this? >>>> >>>> Thanks for any thoughts! >>>> >>>> Ken _______________________________________________ >>>> Do not post admin requests to the list. They will be ignored. >>>> Webobjects-dev mailing list ([email protected]) >>>> Help/Unsubscribe/Update your Subscription: >>>> http://lists.apple.com/mailman/options/webobjects-dev/kieran_lists%40mac.com >>>> >>>> This email sent to [email protected] >>> >>> _______________________________________________ >>> Do not post admin requests to the list. They will be ignored. >>> Webobjects-dev mailing list ([email protected]) >>> Help/Unsubscribe/Update your Subscription: >>> http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca >>> >>> This email sent to [email protected] >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/chill%40global-village.net >> >> This email sent to [email protected] > > -- > Chuck Hill Senior Consultant / VP Development > > Practical WebObjects - for developers who want to increase their overall > knowledge of WebObjects or who are trying to solve specific problems. > http://www.global-village.net/products/practical_webobjects > > > > > > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
