On Sun, Jan 3, 2010 at 1:24 PM, Daniel D Jones <ddjones@xxxxxxxxxxxxxxxx> 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 > <VirtualHost> section of 000-default, but that rather defeats the purpose of > having split config files. If you don't want to put the alias in the proper context (your own SSL VirtualHost), you can configure it globally and redirect to SSL in a <Directory> container: http://wiki.apache.org/httpd/RedirectSSL Split config files allow the packager to maintain a subset of your config files, and allow other packages to drop config files into place without editing existing files, but there's little cause for adding directives out of context to keep them tidy in some filesystem layout that Apache doesn't care about. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx