sudo apachectl fullstatus www-browser: not found
sudo apachectl fullstatus
/usr/sbin/apachectl: 101: /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
Simplemente instalamos un navegador de consola como links:
root@server:/var/www/webs/# aptitude install links The following NEW packages will be installed: links 0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 420 kB of archives. After unpacking 1,308 kB will be used. Get: 1 http://ftp.debian.org/debian/ jessie/main links amd64 2.8-2+b3 [420 kB] Fetched 420 kB in 0s (2,816 kB/s) Selecting previously unselected package links. (Reading database ... 43835 files and directories currently installed.) Preparing to unpack .../links_2.8-2+b3_amd64.deb ... Unpacking links (2.8-2+b3) ... Processing triggers for mime-support (3.58) ... Processing triggers for man-db (2.7.0.2-5) ... Setting up links (2.8-2+b3) ...
Y repetimos el comando:
root@server:/var/www/webs/# sudo apachectl fullstatus Apache Server Status for localhost (via 127.0.0.1) Server Version: Apache/2.4.10 (Debian) OpenSSL/1.0.1k mod_wsgi/4.3.0 Python/2.7.9 Server MPM: prefork Server Built: Nov 28 2015 14:05:48 ---------------------------------------------------------------------- Current Time: Saturday, 19-Mar-2016 22:49:01 CET Restart Time: Friday, 18-Mar-2016 17:20:20 CET Parent Server Config. Generation: 2 Parent Server MPM Generation: 1 Server uptime: 1 day 5 hours 28 minutes 41 seconds Server load: 0.00 0.01 0.05 Total accesses: 3375 - Total Traffic: 85.9 MB CPU Usage: u9.66 s.8 cu0 cs0 - .00986% CPU load .0318 requests/sec - 848 B/second - 26.1 kB/request 1 requests currently being processed, 9 idle workers...
Hasta la próxima!