I've never tired this on another machine since I'm already sure it has to deal with my configuration but no idea how I'd approach it. Basically I have one file called info.php which contains:
<?php
echo sqlite_libversion();
echo "<br>";
echo phpinfo();
echo "test";
?>
Nothing gets outputed on the browser. I've followed this tutorial as well: Installing Lamp