php-general | 2005051
Date: 05/12/05
- Next message: dan: "Re: [PHP] Best CC gateway"
- Previous message: Greg Donald: "Re: [PHP] Best CC gateway"
- Next in thread: dan: "Re: [PHP] auto_prepend_file in Apache Directory container"
- Reply: dan: "Re: [PHP] auto_prepend_file in Apache Directory container"
- Reply: Richard Lynch: "Re: [PHP] auto_prepend_file in Apache Directory container"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, all -
I'm trying to override the value of php.ini's 'auto_prepend_file'
function, inside of an Apache Directory container. I'm not having much
luck. In fact, no luck at all. This never happens.
So I'm wondering now, are functions set by 'php_value' inside of an
Apache config file only good for the entire VirtualHost in question, or
can they be applied on a per-directory basis using Apache's Directory
directive? Or am I justflat-out doing something wrong? I have something
similar to this:
<VirtualHost 1.2.3.4>
...apache config...
php_value auto_prepend_file \
/var/www/virtual/pornpromoter.net/dev1/auto_prepend_file_02.php
...more apache config...
</VirtualHost>
Threw in the '\' there for the sake of some mail clients that would wrap
the line. The '\' is not present in the configuration file.
I've been doing some research and have come up dry. I was hoping
someone would be kind enough to provide some answers here.
Thanks!
-dant
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: dan: "Re: [PHP] Best CC gateway"
- Previous message: Greg Donald: "Re: [PHP] Best CC gateway"
- Next in thread: dan: "Re: [PHP] auto_prepend_file in Apache Directory container"
- Reply: dan: "Re: [PHP] auto_prepend_file in Apache Directory container"
- Reply: Richard Lynch: "Re: [PHP] auto_prepend_file in Apache Directory container"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

