“ apache2.service ไม่ทำงานไม่สามารถโหลดซ้ำได้”


10

เมื่อทำงานsudo service apache2 reloadฉันได้รับข้อผิดพลาด:

apache2.service is not active, cannot reload

ผลผลิตของ sudo service apache2 status

root@gamma:~# sudo service apache2 status
● apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled)
Drop-In: /lib/systemd/system/apache2.service.d
       └─apache2-systemd.conf
Active: inactive (dead) since Sat 2016-10-15 08:23:11 UTC; 2h 28min ago
 Docs: man:systemd-sysv-generator(8)
Process: 2203 ExecStop=/etc/init.d/apache2 stop (code=exited,     status=0/SUCCESS)
Process: 2185 ExecStart=/etc/init.d/apache2 start (code=exited, status=0/SUCCESS)

Oct 15 08:23:10 gamma systemd[1]: Starting LSB: Apache2 web server...
Oct 15 08:23:10 gamma apache2[2185]:  * Starting Apache httpd web server apache2
Oct 15 08:23:11 gamma apache2[2185]: Action 'start' failed.
Oct 15 08:23:11 gamma apache2[2185]: The Apache error log may have more information.
Oct 15 08:23:11 gamma apache2[2185]:  *
Oct 15 08:23:11 gamma apache2[2203]:  * Stopping Apache httpd web server apache2
Oct 15 08:23:11 gamma apache2[2203]:  *
Oct 15 08:23:11 gamma systemd[1]: Started LSB: Apache2 web server.
root@gamma:~# sudo service apache2 reload
apache2.service is not active, cannot reload.
root@gamma:~#

ผลผลิตของ error.log

root@gamma:/# sudo service apache2 force-reload
apache2.service is not active, cannot reload.
root@gamma:/# grep '15 08:23:' /var/log/apache2/error.log
root@gamma:/# zgrep -h 'Oct 15 08:23:' /var/log/apache2/error.log*
[Sat Oct 15 08:23:11.012917 2016] [ssl:emerg] [pid 2202] AH02562: Failed to configure certificate   bot.testingsite.cf:443:0 (with chain), check /etc/apache2/ssl/bot.testingsite.cf.crt
[Sat Oct 15 08:23:11.013037 2016] [ssl:emerg] [pid 2202] SSL Library Error:    error:0906D06C:PEM rou  tines:PEM_read_bio:no start line (Expecting: TRUSTED CERTIFICATE) -- Bad file contents or format -   or even just a forgotten SSLCertificateKeyFile?
[Sat Oct 15 08:23:11.013056 2016] [ssl:emerg] [pid 2202] SSL Library Error: error:140DC009:SSL rou  tines:SSL_CTX_use_certificate_chain_file:PEM lib
root@gamma:/#

ฉันพยายามเปิดใช้งานใบรับรอง SSL Namecheap ให้ไฟล์กับฉัน & ฉันใช้มันในไฟล์ .. cf.crt หลังจากพบข้อผิดพลาดนี้ฉันพยายามตรวจสอบด้วยวิธี DCV แต่ฉันก็ยังได้รับข้อผิดพลาดนี้ sudo service apache2 restartไม่ได้ให้ผลลัพธ์ใด ๆ


เราสามารถดูผลลัพธ์ของสถานะ sache service apache2 ได้หรือไม่
Manuel Alvarez

@ManuelAlvarez โพสต์แก้ไขแล้ว
user9677832

1
คุณสามารถเพิ่มผลผลิตของgrep '15 08:23:' /var/log/apache2/error.log
Martin Thornton

หากไม่มีเอาต์พุตให้รันzgrep -h 'Oct 15 08:23:' /var/log/apache2/error.log*แทน
Martin Thornton

ฉันพยายามรีบูตทั้งระบบ แต่ก็ไม่ได้ช่วยอะไร
user9677832

คำตอบ:


16

ทำ

apachectl stop

มันจะโยนข้อผิดพลาดเกี่ยวกับข้อผิดพลาดทางไวยากรณ์ใน/etc/apache2/apache2.confไฟล์

แก้ไขให้ถูกต้อง

จากนั้นทำ

apachectl stop
/etc/init.d/apache2 start

ตอนนี้การโหลด apache2 ใหม่จะใช้งานได้

ทำ

/etc/init.d/apache2 reload

จริงๆแล้วนั่นคือเดือนที่แล้วและฉันต้องติดตั้งระบบปฏิบัติการใหม่ โดยวิธีการขอบคุณสำหรับคำตอบ
user9677832

สิ่งนี้ได้ผลสำหรับฉัน!
gthuo
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.