Re: [us...@httpd] Associate Alias with a VirtualHost

2010-01-03 Thread Eric Covener
> Redirect permanent /usr/share/blah https://www.mydomain.com/blah > > Specifying the full path did not work.  This seems a bit inconsistent, since > redirects under the DocumentRoot specify the full path, including the path to > the DocumentRoot. AFAIK, it's always got to be a URL-path and not a

Re: [us...@httpd] Associate Alias with a VirtualHost

2010-01-03 Thread Daniel D Jones
On Sunday 03 January 2010 13:48:09 Eric Covener wrote: > On Sun, Jan 3, 2010 at 1:24 PM, Daniel D Jones wrote: > > I want this alias to take affect only under the SSL virtual host > > > > I could, of course, move the Alias and associated configs under the > > section of 000-default, but that rat

Re: [us...@httpd] Associate Alias with a VirtualHost

2010-01-03 Thread Eric Covener
On Sun, Jan 3, 2010 at 1:24 PM, Daniel D Jones wrote: > I want this alias to take affect only under the SSL virtual host > I could, of course, move the Alias and associated configs under the > section of 000-default, but that rather defeats the purpose of > having split config files. If you do

[us...@httpd] Associate Alias with a VirtualHost

2010-01-03 Thread Daniel D Jones
How do you associate an Alias with a specific VirtualHost? Under sites-enabled/000-default, I have: ... ... Then under a file in conf.d, I have an alias Alias /blah /foor/bar ... I want this alias to take affect only under the SSL virtual host, and to be unavailable on port 80. I tried