|
Home > Archive > Apache Server configuration support > March 2005 > Possible solution for https?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Possible solution for https?
|
|
| Markus Bender 2005-03-31, 8:13 am |
| Hi,
I've got a little SSL problem here and hope someone may help me.
I know that I cannot point different domains to one ip address and use
different certificates because of the egg chicken problem with
name-based virtual hosting and ssl.
However I was wondering if something like this would work:
I setup some kind of secure main domain like secure.domain1.net with a
proper certificate.
The second step has to be, that if someone access secure.domain2.com
he/she is redirected to secure.domain1.net/id2.
Now comes the challenging thing:
Is it possible to tell the webserver, that secure.domain1.net/id2 is
on the filesystem /srv/www/id2 instead of the original docdir of
secure.domain1.net (/srv/www/secure)? Or do I think to complicated?
Hope someone has an idea.
Greets
Markus
--
One OS to rule them all, One OS to find them,
One OS to bring them all and in the darkness bind them.
| |
| Davide Bianchi 2005-03-31, 8:13 am |
| On 2005-03-31, Markus Bender <markus.bender@xsys.biz> wrote:
> Now comes the challenging thing:
> Is it possible to tell the webserver, that secure.domain1.net/id2 is
> on the filesystem /srv/www/id2 instead of the original docdir of
Sure you can. Use the Alias directive, but this will do exactly what?
Davide
--
Yeah, but they are good at making toys. I mean look at Windows...
-- From a Slashdot.org post about Microsoft's X-Box console
|
|
|
|
|