First of all, I'm to new to Unix/Linux and Apache. Please don't get mad if I sound stupid .
I am trying to install PHP and mySQL on Red Hat 7 server. Red Hat comes with Apache installed so I can't configure it with the
"--activate-module=src/modules/php4/libphp4.a " command. I don't think Apache can with php installed, but I'm not sure. I can't get test.php, test.php3, or test.php4 to run correctly.
I believe that my httpd.conf is configured correctly. I don't have an AddModule for php, but I don't have any php modules in the module folder (the default IS /etc/httpd//modules isn't it?)
I installed the RPMs mod_php-e.0.epl1-10.arvin.i586.rpm and php-4.0.4pl1-10.arvin.i586.rpm
There is still no php module in the module folder. Is all I need to do upload the mod_php.so or whatever it is in that folder? I have been looking for where to download it and I didn't find anywhere.
Any help would be greatly appreciated.