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().
No comments:
Post a Comment