You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mukul Sabharwal <mj...@gmail.com> on 2007/11/18 07:12:28 UTC

[users@httpd] Re: LocationMatch Regex within?

You don't have grouping capabilities in *Match. So instead, consider
using .htaccess if these are mapped to a physical location, etc.

Mukul

On Nov 17, 2007 3:06 AM, Hayden Livingston <ha...@gmail.com> wrote:
> Hello,
>
> I was wondering if this is possible?
>
> <LocationMatch "^/(.*)track">
>     php_value include_path .:/libraries/$1/php/lib
>     SetEnv PERL5LIB /libaries/$1/perl/lib
>   </LocationMatch>
>
> Thanks,
> HL
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org