Ticket #1427 (closed defect: invalid)
Aliases don't work properly when combined with conditionals based on vhost
Description
server.modules = ( "mod_alias" )
server.document-root = "/var/www/"
alias.url += ( "/a/" => "/home/olaf/a/" )
$HTTP["remoteip"] == "127.0.0.1" {
alias.url += ( "/doc/" => "/usr/share/doc/" )
}
alias.url += ( "/b/" => "/home/olaf/b/" )
/a/ works, /b/ doesn't (from localhost).
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

