php.ini not found on FC4 I have followed the FC4 perfect setup, and have not installed ISPConfig. I had to go down to PHP4 for a single app, but have now gone back up to PHP5, however it now reports memory limit as 8m, yet in /etc/php.ini it is set at 24mb. The path for the config file is /etc in phpinfo(), but it appears that it is actually looking elsewhere? any help greatly appreciated *******ADDED********* I have found out that even though my php is configured with --with-config-file-path=/etc, in phpinfo the configuration file is shown as /etc and not /etc/php.ini, which leads me to believe the php.ini is not being found. It is looking in the right directory, so why could this be?
/etc/php.ini I have investigated all possibilities that I know of. If I drop a php.ini into php.d, it finds that one and takes on the config options in it.
Just a general note: If you have multiple php.ini on your server then make this php script: Code: <? phpinfo(); ?> And run that in the browser. It will tell you which php.ini is being used It's pretty much on top (entry #6) and looks somewhat like this:
Not sure if you read my first post, but I did say that in phpinfo it is showing correctly... The phpinfo reports the config path as /etc, which if you read up, means that the php.ini is not being found. The config path is set in the php config as /etc which is correct. The php.ini is in /etc, but it is not being seen...