#LAMP环境搭建Centos7(1)安装开发包组“DevelopmentTools”“ServerPlatformDevelopment”yumgroupinstall注:关闭selinuxiptables(2)安装amp(a)yuminstallhttpdphpphp-mysqlmariadbmod_ssl(b)https://xcache.lighttpd.net/下载xcachetarxvfxcache-3.2.0.tar.gz运行/us..
分类:
其他好文 时间:
2016-07-19 02:31:37
阅读次数:
214
#!/bin/bash##测试环境LAMP用YUM快速部署。##注释###LAMP配置文件路径:#1、/etc/httpd/conf/httpd.conf#2、/etc/my.cnf#3、/etc/php.ini#php网站目录:/var/www/html/#1、安装LAMP依赖环境yum-yinstallgccgcc-c++makeauthconfautomakelibtoollibeventlibevent-develncursenucr..
分类:
其他好文 时间:
2015-12-25 06:36:48
阅读次数:
256
ubuntu LAMP 配置文件位置:apache:/etc/apache2/apache2.confphp:/etc/php5/apache2/php.inimysql:/etc/mysql/my.cnfubuntu LAMP 常见命令:apache重启:sudo /etc/init.d/apac...
分类:
系统相关 时间:
2014-11-11 20:54:18
阅读次数:
204