https://issues.apache.org/bugzilla/show_bug.cgi?id=55408
--- Comment #3 from Eric Covener <[email protected]> --- (In reply to will jaspers from comment #2) > (In reply to Eric Covener from comment #1) > > > <Directory "/var/www/%0/public"> > > > > this is invalid > > How so? Although no examples explicitly define this, I've never had a > problem serving pages with this configuration in Apache 2.2. I also tried > using <DirectoryMatch>, but with the same results. > > See: http://httpd.apache.org/docs/2.2/vhosts/mass.html Only the 4 directives in mod_vhost_alias can use %0 to refer to part of the servername, not any of the other directives. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
