Hi,

i have a  freebsd 7.3 server running apache2. php is configured to work with
the apache fcgid module.
i need to have a custom php.ini  file for some websites,the fcgidwrapper
script that i use is like this

#!/bin/sh
PHPRC=/usr/home/somefolder
export PHPRC
PHP_FCGI_CHILDREN=0
export PHP_FCGI_CHILDREN
export PHP_FCGI_MAX_REQUESTS=40
#export PHP_FCGI_MAX_REQUESTS
exec /usr/local/bin/php-cgi

a custom  php.ini file is here  /home/somefolder/php.ini

the phpinfo page shows the Loaded Configuration File as
/usr/home/somefolder/php.ini

Configuration File (php.ini) Path       /usr/local/etc
Loaded Configuration File       /usr/home/somefolder/php.ini
Scan this dir for additional .ini files         /usr/local/etc/php

but the changes made in the  /usr/home/somefolder/php.ini doesn't shows up
on the phpinfo page.
changes made to /usr/local/etc/php.ini also won't show up. only the changes
made to the php.ini
file in   /usr/local/etc/php/php.ini is working.

Thank you
Rihaz
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to