https://bz.apache.org/bugzilla/show_bug.cgi?id=64740
--- Comment #3 from Eric Covener <[email protected]> --- (In reply to Jordan LE NUFF from comment #2) > (In reply to Eric Covener from comment #1) > Thank you for the details Eric. > > I did some tests in order to set CONTEXT_PREFIX by myself, but it seems > Apache doesn't let me do it. > > Here's what I did : > > AliasMatch "^/pma2/(.*)$" "/data/www/phpMyAdmin2/current/$1" > > <Directory "/data/www/phpMyAdmin2/current"> > > SetEnvIf Request_URI "^(/[[:alnum:]_-]+)(/.*)?" CONTEXT_PREFIX_test=$1 > > SetEnvIf Request_URI "^(/[[:alnum:]_-]+)(/.*)?" CONTEXT_PREFIX=$1 > > And here is what I obtain : > > _SERVER["CONTEXT_PREFIX_test"] /pma2 > > _SERVER["CONTEXT_PREFIX"] no value > > Is that what you meant by capture and backreference ? Sorry, from your result it does look like it's blown away. I am curious if that's your actual AliasMatch and why Alias doesn't work for you? Or is the example simplified? -- 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]
