Crea un archivo con el siguiente contenido:
Código:
<html>
<head>
<title>INFORMACION DE PHP</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>
Guárdolo como index.php y cópialo al directorio raíz de apache (en RedHat/Fedora es /var/www/html). Luego abre un navegador y accede a la dirección
http://localhost
Si todo está OK, deberías ver una página con información acerca de PHP.