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 se
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.
On Nov 17, 2007 10:39 AM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On Nov 17, 2007 11:33 AM, Hayden Livingston <[EMAIL PROTECTED]> wrot
On Nov 17, 2007 11:33 AM, Hayden Livingston <[EMAIL PROTECTED]> wrote:
> So,
>
> Is there a workaround? Using some other directives, or dynamic thing?
> There are too many to list out them all in the conf file.
That's a php question which would probably be better answered on a php list.
Joshua.
So,
Is there a workaround? Using some other directives, or dynamic thing?
There are too many to list out them all in the conf file.
Thanks
On Nov 17, 2007 8:24 AM, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> On Nov 17, 2007 4:06 AM, Hayden Livingston <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> >
On Nov 17, 2007 4:06 AM, Hayden Livingston <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I was wondering if this is possible?
>
>
> php_value include_path .:/libraries/$1/php/lib
> SetEnv PERL5LIB /libaries/$1/perl/lib
>
No. Apache directives are evaluated at start-time, so the details of
th
Hello,
I was wondering if this is possible?
php_value include_path .:/libraries/$1/php/lib
SetEnv PERL5LIB /libaries/$1/perl/lib
Thanks,
HL
-
The official User-To-User support forum of the Apache HTTP Server Project