符合中小企业对网站设计、功能常规化式的企业展示型网站建设
本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...
商城网站建设因基本功能的需求不同费用上面也有很大的差别...
手机微信网站开发、微信官网、微信商城网站...
////// apache
十余年的当阳网站建设经验,针对设计、前端、开发、售后、文案、推广等六对一服务,响应快,48小时及时工作处理。全网营销推广的优势是能够根据用户设备显示端的尺寸不同,自动调整当阳建站的显示方式,使网站能够适用不同显示终端,在浏览器中调整网站的宽度,无论在任何一种浏览器上浏览网站,都能展现优雅布局与设计,从而大程度地提升浏览体验。创新互联公司从事“当阳网站设计”,“当阳网站推广”以来,每个客户项目都认真落实执行。
# 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