On the topic of Apache, have you ever managed to create (in httpd.conf) a way of using the *domain* name within an Alias construct (as opposed to just the non-root page request or using rewrite).
I'm trying to find a way to direct different https:// (port 443) domains on the server. Can't use mod-rewrite as the secure stuff comes first, and annoyingly
(no subject)
Date: 2009-12-21 04:11 pm (UTC)I'm trying to find a way to direct different https:// (port 443) domains on the server. Can't use mod-rewrite as the secure stuff comes first, and annoyingly
Alias / /var/wws/{HOST_NAME}/
fails miserably.