La URL como localhost no carga el script de pre-instalación de Joomla.
Tengo equipo con S.O. Debian y apache 2.0.
Como el script no funcionaba, opté por crearle un VirtualHost :
<VirtualHost 127.0.0.1>
ServerName localhost
DocumentRoot /var/www/joomla
DirectoryIndex index.php
</VirtualHost>
Pero tampoco lo carga, el mensaje del browser es el siguiente :
localhost/joomla/installation/index.php
"Not Found
The requested URL /var/www/joomla/installation/index.php was not found on this server.
Apache/2.0.55 (Debian) PHP/5.1.2-1 Server at localhost Port 80"
El archivo /etc/hosts está configurado bien.