在Docker的php-apache镜像中重新启动Apache
想做的事情。
如果在Docker的php-apache映像中,Apache突然停止了,我想要启动Apache。
环境
- dockerimage php:7.4-apache
命令 (Command)
service apache2 start
这是不允许的。
service httpd start
httpd: unrecognized service
/etc/init.d/httpd start
bash: /etc/init.d/httpd: No such file or directory
apachectl start
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.24.0.2. Set the 'ServerName' directive globally to suppress this message
我遇到了一些困难,因为我使用的是Debian的php:7.4-apache版本,所以无法使用httpd。
cat /etc/issue
Debian GNU/Linux 10 \n \l