在Debian上启用Apache2的方法如下:

sudo apt-get update
sudo apt-get install -y apache2
sudo service apache2 start

sudo a2ensite default-ssl
sudo a2enmod ssl
sudo service apache2 restart

sudo update-rc.d apache2 enable

 

相关文章:

  • 2021-10-05
  • 2021-12-08
  • 2021-07-18
  • 2021-06-21
  • 2021-11-03
  • 2022-12-23
  • 2021-12-08
猜你喜欢
  • 2021-11-02
  • 2021-12-26
  • 2021-08-15
  • 2021-12-27
  • 2022-12-23
  • 2021-11-26
  • 2021-07-23
相关资源
相似解决方案