Gentlemen, I'm attempting to install drupal, as per the instructions found here: http://www.jonathanmoeller.com/screed/?p=2381
when it comes to starting the drupal installation by visiting the 127.0.0.1/drupal to continue the installation, I am prompted with a popup to either open or download the PHTML index file.
the end of my apache2.conf file looks like this:
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
Thanks