Dec 6, 2012

openSUSE Forums: Apache2 not processing PHP5 in openSUSE 12.2

openSUSE Forums
openSUSE Forums
Apache2 not processing PHP5 in openSUSE 12.2
Dec 6th 2012, 23:45

Attempting to set up a LAMP server. Installed the LAMP files from YaST patterns "Web and Lamp Server".
Apache works. Apache also displays HTML files. Apache doesn't process PHP5. The test code is as follows:

<html>
<head>
<title>PHP Test</title>
<body>
html works<br>
<?php
phpinfo();
?>
</body>
</html>

---------------
The result indicates "html works". There is no display for phpinfo().

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

No comments: