what if you make this file:
Code:
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php
phpinfo();
?>
</body>
</html>
and save it as
test.php in the www (or html) directory of lighttpd.
Then http://<ip-raspberry-pi>/test.php
Is there any output?