系统环境:centos7,httpd-2.4,php-5.5,mariadb5.5192.168.1.20httpd192.168.1.30PHP192.168.1.40mariadb修改客户机hosts文件[root@bogonDesktop]#vim/etc/hosts
127.0.0.1localhostlocalhost.localdomainlocalhost4localhost4.localdomain4
::1localhostlocalhost.localdomain..
分类:
Web程序 时间:
2016-07-19 11:23:56
阅读次数:
269
分主机部署lamphttpd主机:192.168.152.140php-fpm主机:192.168.152.141mariadb主机:192.168.152.142httpdyum-yinstallhttpdvim/etc/httpd/conf.d/vhosts.confAddTypeapplication/x-httpd-php.php
DirectoryIndexindex.phpindex.html
<VirtualHost*:80>
ServerNamewww...
分类:
其他好文 时间:
2016-04-23 15:07:05
阅读次数:
377