이 글은 주로 thinkphp 아파치 설정 재시작 아파치1 재시작 오류 해결 방법에 대한 정보를 소개하고 있습니다. 필요한 친구들은 참고하시면 됩니다
요약:
thinkphp는 아파치에 pseudo-static을 설정하고 아파치1 재시작을 실패하고 오류를 보고했습니다.
제어 프로세스가 오류 코드와 함께 종료되어 httpd.service에 대한 작업이 실패했습니다. 자세한 내용은 "systemctl status httpd.service" 및 "journalctl -xe"를 참조하세요
자, 상태를 보세요
명령을 실행하세요 systemctl status httpd.service
[root@cloud1 bin]# systemctl status httpd.service ● httpd.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since 五 2016-08-26 11:13:09 CST; 6min ago Docs: man:httpd(8) man:apachectl(8) Process: 9915 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE) Process: 9913 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE) Main PID: 9913 (code=exited, status=1/FAILURE) 8月 26 11:13:09 cloud1.localdomain httpd[9913]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 8月 26 11:13:09 cloud1.localdomain httpd[9913]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 8月 26 11:13:09 cloud1.localdomain httpd[9913]: no listening sockets available, shutting down 8月 26 11:13:09 cloud1.localdomain httpd[9913]: AH00015: Unable to open logs 8月 26 11:13:09 cloud1.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE 8月 26 11:13:09 cloud1.localdomain kill[9915]: kill: cannot find process "" 8月 26 11:13:09 cloud1.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1 8月 26 11:13:09 cloud1.localdomain systemd[1]: Failed to start The Apache HTTP Server. 8月 26 11:13:09 cloud1.localdomain systemd[1]: Unit httpd.service entered failed state. 8月 26 11:13:09 cloud1.localdomain systemd[1]: httpd.service failed.
Journalctl -Xe
[root@cloud1 bin]# journalctl -xe -- -- Unit session-9830.scope has finished starting up. -- -- The start-up result is done. 8月 26 11:01:01 cloud1.localdomain systemd[1]: Starting Session 9830 of user root. -- Subject: Unit session-9830.scope has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-9830.scope has begun starting up. 8月 26 11:01:01 cloud1.localdomain CROND[9744]: (root) CMD (run-parts /etc/cron.hourly) 8月 26 11:01:01 cloud1.localdomain run-parts(/etc/cron.hourly)[9747]: starting 0anacron 8月 26 11:01:01 cloud1.localdomain run-parts(/etc/cron.hourly)[9753]: finished 0anacron 8月 26 11:01:01 cloud1.localdomain run-parts(/etc/cron.hourly)[9755]: starting 0yum-hourly.cron 8月 26 11:01:01 cloud1.localdomain run-parts(/etc/cron.hourly)[9759]: finished 0yum-hourly.cron 8月 26 11:10:01 cloud1.localdomain systemd[1]: Started Session 9831 of user root. -- Subject: Unit session-9831.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-9831.scope has finished starting up. -- -- The start-up result is done. 8月 26 11:10:01 cloud1.localdomain systemd[1]: Starting Session 9831 of user root. -- Subject: Unit session-9831.scope has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-9831.scope has begun starting up. 8月 26 11:10:01 cloud1.localdomain CROND[9870]: (root) CMD (/usr/lib64/sa/sa1 1 1) 8月 26 11:13:09 cloud1.localdomain polkitd[1171]: Registered Authentication Agent for unix-process:9908:450142261 (system bus name :1.19686 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object p 8月 26 11:13:09 cloud1.localdomain systemd[1]: Starting The Apache HTTP Server... -- Subject: Unit httpd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit httpd.service has begun starting up. 8月 26 11:13:09 cloud1.localdomain httpd[9913]: (98)Address already in use: AH00072: make_sock: could not bind to address [::]:80 8月 26 11:13:09 cloud1.localdomain httpd[9913]: (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80 8月 26 11:13:09 cloud1.localdomain httpd[9913]: no listening sockets available, shutting down 8月 26 11:13:09 cloud1.localdomain httpd[9913]: AH00015: Unable to open logs 8月 26 11:13:09 cloud1.localdomain systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE 8月 26 11:13:09 cloud1.localdomain kill[9915]: kill: cannot find process "" 8月 26 11:13:09 cloud1.localdomain systemd[1]: httpd.service: control process exited, code=exited status=1 8月 26 11:13:09 cloud1.localdomain systemd[1]: Failed to start The Apache HTTP Server. -- Subject: Unit httpd.service has failed -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit httpd.service has failed. -- -- The result is failed. 8月 26 11:13:09 cloud1.localdomain systemd[1]: Unit httpd.service entered failed state. 8月 26 11:13:09 cloud1.localdomain systemd[1]: httpd.service failed. 8月 26 11:13:09 cloud1.localdomain polkitd[1171]: Unregistered Authentication Agent for unix-process:9908:450142261 (system bus name :1.19686, object path /org/freedesktop/PolicyKit1/Authenticatio
Remarks
: apacheApacheconf 아래에extra
및original
파일이 있습니다. 폴더extra의 의미는 추가 확장 을 의미합니다. 오리지널
은 뜻 소스 디렉터리 파일original
폴더는 구성 파일의 소스 파일 백업이며, 실제로 구성해야 할 것은 conf 디렉터리 .conf 파일에 httpd가 있고 extra 디렉터리에 추가 확장 구성이 있습니다.이 글의 내용은 여기까지입니다. 읽어주셔서 감사합니다.
위 내용은 thinkphp Apache 구성 다시 시작 Apache1 다시 시작 오류 해결 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!