本帖最后由 宝塔用户_qvmrun 于 2023-2-27 09:46 编辑
apache服务点击启动弹出启动失败错误信息,这个如何解决?
- 启动失败:
- log4cplus:ERROR No appenders could be found for logger (root).
- log4cplus:ERROR Please initialize the log4cplus system properly.
- (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:58379
- no listening sockets available, shutting down
- AH00015: Unable to open logs
复制代码
apache日志:
- [Sat Feb 25 10:05:25.618078 2023] [autoindex:error] [pid 18944:tid 140414812149504] [client 198.235.24.60:65328] AH01276: Cannot serve directory /www/server/phpmyadmin/: No matching DirectoryIndex (index.php,index.html,index.htm,default.php,default.html,default.htm) found, and server-generated directory index forbidden by Options directive
- [Sat Feb 25 10:09:34.190618 2023] [mpm_event:notice] [pid 2101:tid 140416050235264] AH00491: caught SIGTERM, shutting down
- [Sat Feb 25 10:10:36.907781 2023] [ssl:warn] [pid 2138:tid 140403657734016] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
- [Sat Feb 25 10:10:36.918936 2023] [lbmethod_heartbeat:notice] [pid 2138:tid 140403657734016] AH02282: No slotmem from mod_heartmonitor
- [Sat Feb 25 10:10:36.972296 2023] [mpm_event:notice] [pid 2138:tid 140403657734016] AH00489: Apache/2.4.46 (Unix) OpenSSL/1.1.1i configured -- resuming normal operations
- [Sat Feb 25 10:10:36.972362 2023] [core:notice] [pid 2138:tid 140403657734016] AH00094: Command line: '/www/server/apache/bin/httpd'
- [Sat Feb 25 10:14:02.188946 2023] [mpm_event:notice] [pid 2138:tid 140403657734016] AH00493: SIGUSR1 received. Doing graceful restart
- log4cplus:ERROR No appenders could be found for logger (root).
- log4cplus:ERROR Please initialize the log4cplus system properly.
- (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:58379
- [Sat Feb 25 10:14:02.672223 2023] [mpm_event:alert] [pid 2138:tid 140403657734016] no listening sockets available, shutting down
- [Sat Feb 25 10:14:02.672231 2023] [:emerg] [pid 2138:tid 140403657734016] AH00019: Unable to open logs, exiting
复制代码
|
|