I've installed the latest versions of Apache and PHP onto my SuSe 9.0 Pro system - I used the GUI YaST tool to install.
When I browse a PHP file it shows me the text rather than running the script.
--
Browser shows the following installed:
OS: SuSE 9.0 i586
Webserver: Apache/1.3.28 PHP/4.3.3
Modules: PHP4
--
I tried adding:
AddType application/x-httpd-php .html
to the httpd.conf file - not only didn't it help but the browser no longer showed anything installed. I switched back to a backup copy of httpd.conf
Also, I'm supposed to add:
LoadModule php4_module modules/libphp4.so
to the httpd.conf file - but there are comments saying modules must be loaded in a certain order - so I'm not sure exactly were to add this line.
Not to be too lazy, but I'm not sure how much of this YaST should have done for me. I don't mind rolling up my sleaves it just isn't clear were YaST leaves off and I take over.
Perhaps I should just stick to the binaries.
Any advice?
-:>Kevin