On 10/26/07, Steve Greenland <[EMAIL PROTECTED]> wrote: > And, again, commenting out the 'HTTP["remoteip"] == "127.0.0.1"' clause in > 10-cgi.enabled makes everything work.
I've got it down to this: 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, while /b/ doesn't. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]