On Nov 17, 2007 12:58 PM, Hayden Livingston <[EMAIL PROTECTED]> wrote:
> It really isn't a PHP question. I want to selectively set certain
> environmnet variables when I hit a particular location through Apache.
> Much like url rewriting.
>

php_value is not an environment variable. If it can be set
per-request, it would be through php mechanisms.

Apache environment variables can be set per-request using SetEnvIf or
the E= flag to RerwriteRule.

Joshua.

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to