我正在使用Google Cloud Platform来测试ModSecurity,并使用教程来启动它。但是,我需要每隔一段时间重新启动Apache。我使用的是Ubuntu 18.04。我编写sudo systemctl restart apache2,但返回一个错误,它显示Failed to restart apache2.service: Unit apache2.service not found。我应该怎么做?
sudo systemctl restart apache2
Failed to restart apache2.service: Unit apache2.service not found
ruarlubt1#
你是不是先安装了apache2?
sudo apt install apache2
nwsw7zdq2#
我确实安装并运行了apache2,apache2.service | loaded active running证实了这一点。
apache2.service | loaded active running
我仍然试图安装它。
我也得到了同样的错误Failed to restart apache2.service: Unit apache2.service not found
使用:Debian(9.13)
sudo service apache2 restart
或通过键入
sudo apachectl stop sudo apachectl start
sqougxex3#
输入sudo apt install apache2启动apache服务类型sudo systemctl start apache2
qyyhg6bp4#
对于Arch Linux,必须启动httpd.service
httpd.service
3qpi33ja5#
如果你尝试安装它,仍然有同样的问题,你可以更新它,尝试:apt-get更新
5条答案
按热度按时间ruarlubt1#
你是不是先安装了apache2?
nwsw7zdq2#
对于使用Debian遇到同样问题的用户
我确实安装并运行了apache2,
apache2.service | loaded active running
证实了这一点。我仍然试图安装它。
我也得到了同样的错误
Failed to restart apache2.service: Unit apache2.service not found
如何重启apache2
使用:Debian(9.13)
或通过键入
sqougxex3#
输入sudo apt install apache2
启动apache服务类型
sudo systemctl start apache2
qyyhg6bp4#
对于Arch Linux,必须启动
httpd.service
3qpi33ja5#
如果你尝试安装它,仍然有同样的问题,你可以更新它,尝试:apt-get更新