温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

【CentOS】How to setup PHP env

发布时间:2020-06-13 01:33:23 来源:网络 阅读:647 作者:chaoh2007 栏目:web开发

////// apache

# yum install httpd httpd-devel

# systemctl start httpd

# systemctl status httpd

# systemctl enable httpd


////// php

# yum install php php-devel

# systemctl restart httpd


////// error

[root@wode013 sbin]# systemctl status httpd.service

● httpd.service - The Apache HTTP Server

   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)

   Active: failed (Result: exit-code) since 二 2016-03-08 11:22:49 EST; 6min ago

     Docs: man:httpd(8)

           man:apachectl(8)

  Process: 30009 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)

  Process: 29986 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)

 Main PID: 29986 (code=exited, status=1/FAILURE)


3月 08 11:22:49 wode013 httpd[29986]: (13)Permission denied: AH00072: make_sock: could not bind to...6000

3月 08 11:22:49 wode013 httpd[29986]: (13)Permission denied: AH00072: make_sock: could not bind to...6000

3月 08 11:22:49 wode013 httpd[29986]: no listening sockets available, shutting down

3月 08 11:22:49 wode013 httpd[29986]: AH00015: Unable to open logs

3月 08 11:22:49 wode013 systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE

3月 08 11:22:49 wode013 kill[30009]: kill: cannot find process ""

3月 08 11:22:49 wode013 systemd[1]: httpd.service: control process exited, code=exited status=1

3月 08 11:22:49 wode013 systemd[1]: Failed to start The Apache HTTP Server.

3月 08 11:22:49 wode013 systemd[1]: Unit httpd.service entered failed state.

3月 08 11:22:49 wode013 systemd[1]: httpd.service failed.

Hint: Some lines were ellipsized, use -l to show in full.


////// port

[root@wode013 sbin]# firewall-cmd --add-service=http --permanent

success

[root@wode013 sbin]# firewall-cmd --reload

success

[root@wode013 sbin]# firewall-cmd --list-all

public (default, active)

  interfaces: enp3s0f0 enp3s0f1

  sources:

  services: dhcpv6-client http ssh

  ports: 5000/tcp

  masquerade: no

  forward-ports:

  icmp-blocks:

  rich rules:


[root@wode013 sbin]# semanage port -l | grep 80

http_cache_port_t              tcp      8080, 8118, 8123, 10001-10010

http_port_t                    tcp      80, 81, 443, 488, 8008, 8009, 8443, 9000



向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI