<VirtualHost *>
ServerAdmin webmaster@localhost
ServerName drupal57
DocumentRoot /var/www/drupal-5.10/
<Directory /var/www/drupal-5.7/>
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/drupal57.error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/drupal57.access.log combined
ServerSignature On
</VirtualHost>