pythontr.com
a2enmod status
vim /etc/apache2/sites-available/default <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from localhost </Location>
vim /etc/apache2/conf.d/extendedstatus # ExtendedStatus controls whether Apache will generate "full" status # information (ExtendedStatus On) or just basic information (ExtendedStatus # Off) when the "server-status" handler is called. The default is Off. # ExtendedStatus On
apache2ctl restart #yada /etc/imit.d/apache2
aptitude install lynx
lynx [url]http://localhost/server-status[/url]
Yorumlar