I have PHP and Apache on my Linux PC. Both are running seperately. Apache not recognising PHP applications. I want to run PHP on Apache. Why PHP is not running on Apache? Did i missed any needed rpms or missed any configurations? Both Apache and PHP are come along with Linux OS and I did not installed with rpms. Please help me in solving this problem
What is your distro?Some distros like gentoo you have to edit the config at conf.d and add -D PHP parameter.If you are not using gentoo you have to compile apache with php support. (use ./configure --help)
That totally does not mean that both apache and php are compiled and for that fact apache compiled with php at all. Name the distro fist. Saying linux os is not enough for any troubleshooting.
Yep, let me/us know what linux your using, I know for a fact I can sort this out, tell me your distro and i'll post the solution.