📅  最后修改于: 2022-03-11 15:00:18.845000             🧑  作者: Mango
sudo nano /etc/apache2/sites-available/yourhostname.conf
remove these lines:
allow from all
Options None
save
then, run:
systemctl restart apache2