Khi chạy service apache start
tôi thấy trong tệp nhật ký mục này:
[mpm_event:notice] [pid 1906:tid XXX] AH00489: Apache/2.4.23 (Unix)
OpenSSL/1.0.2g PHP/7.0.9 configured -- resuming normal operations
[core:notice] [pid 1906:tid XXX] AH00094: Command line: '/usr/sbin/httpd'
[mpm_event:notice] [pid 1906:tid XXX] AH00492: caught SIGWINCH, shutting down gracefully
và dịch vụ apache
không bắt đầu? Tôi có thể tìm thấy trên internet SIGWINCH
nghĩa là gì [ Window size change
] nhưng nó không thực sự giúp tôi trong trường hợp này.
Các tập tin /etc/systemd/system/apache.service
:
[Unit]
Description=The Apache Webserver [FaF Compiled]
After=network.target nss-lookup.target time-sync.target
Before=getty@tty1.service plymouth-quit.service xdm.service
[Service]
Type=notify
PrivateTmp=true
ExecStart=/usr/sbin/httpd -k start
ExecReload=/usr/sbin/httpd -k graceful
ExecStop=/usr/sbin/httpd -k graceful-stop
KillMode=mixed
[Install]
WantedBy=multi-user.target
Alias=httpd.service apache.service
Chạy trên SLES 12 SP1. Tôi đã tự mình biên dịch Apache. Bắt đầu với nó apachectl -k start
hoạt động hoàn hảo và tôi có thể truy cập và chạy mã PHP.
Câu hỏi của tôi:
Tôi đang làm gì sai mà apache
dịch vụ không bắt đầu. Tôi đã kích hoạt nó với systemctl enable apache
. Đây là đầu ra:
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/httpd.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/apache.service'
ln -s '/usr/lib/systemd/system/apache2.service' '/etc/systemd/system/multi-user.target.wants/apache2.service'
SIGWINCH
thực hiện gây tử vong? Hành động mặc định là loại bỏ tín hiệu.