I have enabled server, and I have changed the config file so the php module would be loaded.
This is the errorlog
[Tue Jun 22 12:01:51 2004] [alert] httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Tue Jun 22 12:01:51 2004] [notice] Apache/1.3.29 (Darwin) PHP/4.3.2 mod_perl/1.26 configured -- resuming normal operations
so apache and php seem to work.
but when I make a text index.php file in my Sites directory
with
<?php
echo 'Hello';
?>
it does not work, and if I put an html text .html file with html instruction to print this then php instructions, only the html instruction shows up.
I don't know what to do. I have not modified the .ini file. I just copied the default one.
How do I go about figuring out what is going wrong?
thanks for your help