1

I install LAMP in my Ubuntu 14.04 But when I use (sudo apache2ctl status | grep version) command it returns:

/usr/sbin/apache2ctl: 101: /usr/sbin/apache2ctl: www-browser: not found
'www-browser -dump localhost:80/server-status"' failed.
Maybe you need to install a package providing www-browser or you
need to adjust the APACHE_LYNX variable in /etc/apache2/envvars

What can I do?

Radu Rădeanu
  • 166,822
  • 48
  • 327
  • 400
user271080
  • 11
  • 1
  • 3

1 Answers1

3

Here is a link to an answer that helped me. I am running 14.04 and had to install the command-line browser links to get rid of this error:

sudo apt-get install links
Oli
  • 289,791
  • 117
  • 680
  • 835