On Ubuntu 12.04 I tried to install Drupal6 but without a positive outcome.
localhost/drupal6/install.php just give me the plain install.php file, but the file don't run in order for me to complete the installation.
I copied apache.conf file to the sites-available directory:
sudo cp /etc/drupal/6/apache.conf /etc/apache2/sites-available/drupal6
Than run:
sudo a2ensite drupal6
sudo service apache2 reload
What is that I'm not doing right?