Di server Ubuntu, jalankan saya menjalankan status apachectl, saya mendapatkan kesalahan berikut.
1
2
3
4
5
6
|
root@server:~# apachectl status
/usr/sbin/apachectl: 113: /usr/sbin/apachectl: www–browser: not found
‘www-browser -dump http://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
root@server:~#
|
Untuk memperbaiki kesalahan, instal browser berbasis teks lynx.
1
|
apt install lynx
|
Setelah menginstal lunx, status apachectl mulai berfungsi.