Hi there,

I'm just trying out this AxKit::Plugin::Param::Expr module and was wondering if there's any way of doing this:

httpd.conf:

...
RewriteRule ^(.*) /$1 [E=SECTION:$1]
...
PerlAddVar AxParamExpr section SECTION
...

i.e., can I pass a (user-defined) Apache environment variable to AxParamExpr? (Of course, my syntax might not be right....sorry)

my apache/error.log file says:
[error] AxParamExpr 'section': Bareword "SECTION" not allowed while "strict subs" in use at (eval 12) line 1.


Cheers,
Richard


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to