Just set up Apache 2 and PHP 5 on Ubuntu 10.04. This is a testing server on my development machine.
The problem is - when I navigate to a directory name such as http://127.0.0.1/mysite/ Apache sends the PHP file instead of parsing it. If I go to http://127.0.0.1/mysite/index.php it works fine...