错误信息

Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName
[Fri Mar 08 16:28:42 2013] [warn] NameVirtualHost *:7002 has no VirtualHosts
(13)Permission denied: make_sock: could not bind to address [::]:7002
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:7002
no listening sockets available, shutting down
Unable to open logs

解决办法

#semanage port -l | grep http
#semanage port -a -t http_port_t -p tcp 7002

相关文章:

  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2021-09-13
  • 2021-07-25
  • 2022-12-23
  • 2021-12-09
相关资源
相似解决方案