My apache server is running on 127.0.0.1 but not on localHost.
NameVirtualHost 192.168.0.15
listen 80
listen 8080
Code:
<virtualHost localhost:80>
     phpMyadmin site
</Virtualhost>

<virtualHost localhost:8080>
     my website
</Virtualhost>

The problem is if i type localhost in internet explorer, i get an error,
BUT if i type 127.0.0.1,
...