I installed apache 2.0 and php 5 with .rpm files and everything works great
except that php files are shown as blank pages.
Php is installed correct because i've tested it with a file, like so:
# php /var/www/html/phpinfo.php
When i enter this command in the terminal i get a useable html file, the way it supposed to be.
The problem is with apache, but i cant find the problem, here is the httpd.conf:
LoadModule php5_Module /modules/libphp5.so
AddHandler php5-script .php
AddType text/html .php
DocumentIndex index.php
Can anyone help ?
