Hi,
i have installed apache 2.2 and have installed php 5.2.9. The installation has taken place succssfully. However when I try to test my php script with a simple <? phpinfo(); ?> I dont get any output in my browser. I have looked throuh the folurms and have tried a few things. but still no luck. When I look at the error_log file I dont see any errors.
my httpd.conf file contains the following:
LoadModule php5_module modules/libphp5.so
AddHandler php5-script .php
AddType application/x-httpd-php .php .php4 .php3
AddType application/x-httpd-php .phps
AddType test/html .php
PHPIniDir "/home/rskdev/eqmodd1/php5/lib"
and I can see the libphp5.so file in the correct directory.
I am using linux system.
Please can someone help?
Regards