https://bz.apache.org/bugzilla/show_bug.cgi?id=64740

Jordan LE NUFF <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #2 from Jordan LE NUFF <[email protected]> ---
(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 ?

-- 
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]

Reply via email to