You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/09/01 05:23:42 UTC

DO NOT REPLY [Bug 44181] add UnAlias

https://issues.apache.org/bugzilla/show_bug.cgi?id=44181

--- Comment #8 from Cliff McIntire <fe...@gmail.com> 2011-09-01 03:23:42 UTC ---
I am dealing with one situation where an unAlias directive would be very
helpful.

I have a couple thousand auto-generated virtual hosts.  They each include some
combination of a few common config files.  These files include Aliases.

In a few cases, I wish to include everything in the config files, but I wish to
unAlias the aliases so some particular virtual hosts serve everything from the
docroot.

An explicit realias ("Alias /foo /virthost/doc/root/foo") doesn't work (should
it?), nor is it ideal.  An unalias is better, because the virtual hosts on
which I want to unalias paths are all including another common config file.  I
want to put "unAlias /foo" in that common file.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org