Click to See Complete Forum and Search --> : PHP Installed as apache module


dstone
08-23-2006, 12:36 PM
The installation of PHP on the (linux) server I'm working on is as an apache module. I need to check on configuration of the php.ini file but it doesn't seem to exist. I searched using "find / -name php.ini"

Is there a different file name it would be under since this is installed as a module? I don't have assistance from the person who originally installed it and I'm so very lost.

And sorry for the cross post. I originally posted this in the newbie section and was told this was the better spot.

biggo
08-23-2006, 09:21 PM
Iam a newer and have poor English.
Although I have installed PHP,I can't get it completely. When I install it based on other's article,always change "php.ini-dist" to "php.ini". I think you should "find / -name php.ini*" to search the configuration of PHP.

dstone
08-24-2006, 02:07 PM
Thank you biggo! That is exactly what was needed. Now I can move on to my next step of troubleshooting! :)