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
  • 174,089
  • 51
  • 332
  • 407

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
  • 299,380