Não consigo acessar meu servidor localhost pelo firefox. Estou usando o apache e tentei executar os seguintes comandos
$ service apache2 status
* apache2 is running
$ sudo service apache2 restart
* Restarting web server apache2
$ ps -ef|grep utserver
menaka 4405 3785 0 12:51 pts/2 00:00:00 grep --color=auto utserver
$ sudo netstat -antp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 830/mysqld
tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 2951/dnsmasq
tcp 0 0 192.168.137.6:42038 192.111.0.25:443 ESTABLISHED 3601/firefox
tcp 0 0 192.168.137.6:56276 151.101.193.69:443 ESTABLISHED 3601/firefox
tcp6 0 0 :::80 :::* LISTEN 905/apache2