Hello, 
I installed the following 
Apache 2.2 
PHP 5.2
MySQL 5.1

But when I access domain.com/test.php I get the following
<?php
        Phpinfo();
?>

I don't get the usual output by PHP, instead I get the code; acting as if I
don't have PHP enable in Apache22. 

In my httpd.conf 
LoadModule php5_module        libexec/apache22/libphp5.so
#
#

<IfModule dir_module>
    DirectoryIndex index.php index.html
</IfModule>
#
#
Am I missing anything else?  Your helped is appreciated 
Thanks, 
-Motty


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to