https://bz.apache.org/bugzilla/show_bug.cgi?id=58893
--- Comment #1 from Sean Timmins <[email protected]> --- Have tried the following simple config on v2.2.24 and v.2.4.16 and both maps, though they have the same name, work fine. <VirtualHost *:8080> ServerName site1 RewriteEngine on RewriteMap testmap prg:/path/to/testmap1.sh RewriteCond %{REQUEST_URI} !^/Vhost1/ RewriteCond ${testmap:REDIRECT} (.+) RewriteRule /?(.*) /Vhost1/%1 [L,R] </VirtualHost> <VirtualHost *:8080> ServerName site2 RewriteEngine on RewriteMap testmap prg:/path/to/testmap2.sh RewriteCond %{REQUEST_URI} !^/Vhost2/ RewriteCond ${testmap:REDIRECT} (.+) RewriteRule /?(.*) /Vhost2/%1 [L,R] </VirtualHost> So misreported or possibly already fixed? -- 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]
