Daily Shaarli

All links of one day in a single page.

February 9, 2023

Note: Disable server-status page in Apache

... do disable http://server/server-status in Apache Web Server

root@lxc-lamp /var/www# a2dismod status
Module status disabled.
To activate the new configuration, you need to run:
  systemctl restart apache2
root@lxc-lamp /var/www# systemctl restart apache2
root@lxc-lamp /var/www#