i installed apache and php from the c source
I made sure apache has
LoadModule php4_module libexec/libphp4.so
I checked that it installed ok
apachectl configtest
SYNTAX OK
I restarted apache
But when i goto my php info page it get
<?php
echo phpinfo();
?>
What did i do wrong?
I made sure apache has
LoadModule php4_module libexec/libphp4.so
I checked that it installed ok
apachectl configtest
SYNTAX OK
I restarted apache
But when i goto my php info page it get
<?php
echo phpinfo();
?>
What did i do wrong?