Überprüfen Sie Apache in der Linux-Umgebung.
$ netstat -lnp | grep 80 #Überprüfen Sie die Prozessnummer
$ ps -ef |grep Prozessnummer
Referenz netstat - Überprüfen Sie die Host-Netzwerkstatistik und den Status Prozessbestätigungsbefehl ps option memorandum --Qiita
$ find / -name httpd.conf
$ cat /path/to/httpd.conf | grep CustomLog
tailf /path/to/access_log
$ /etc/init.d/httpd configtest #Bestätigung
$ /etc/init.d/httpd reload
Recommended Posts