On Fri, Jan 21, 2011 at 10:25 AM, Galen Seitz <[email protected]> wrote:
> Keith Lofstrom wrote: > > I have an apache server with about 7 virtual hosts, some wikis, > > some mailing lists, some svn code repositories. Sorta just grew. > ... > > What I am using: moinmoin (python) with jsmath and some > > passworded access, mailman with pipermail (python), svn with > > viewcvs (python). A few home-made Perl scripts, some of > > which interface to some C++ number crunching programs. All > > the Python and Perl stuff is running with mod_cgi, not > > mod_perl nor mod_python. No PHP. Some rewriting rules and > > redirects. I have nightly backups for years, so breakage and > > security problems are fixable. I will be using HTTPS for > > access to a new wiki. > > HTTPS plus wiki or wikis? Unless something has changed, it's not > possible to share an IP among virtual hosts that are using HTTPS. > > galen > you can have multiple virtual hosts, just not multiple SSL certificates. If the cert covers more than one hostname, there's no reason you can't use it for all of them. you used to have to buy wildcard certificates for cubic dollars, but nowadays they have "alternate names" that works well for this purpose. -wes _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
