1. 安装基础包http://howtoubuntu.org/how-to-install-lamp-on-ubuntu参照以上步骤就行。2. 将apache2的localhost默认路径指向你需要的开发路径默认路径在/var/www/html下,相信大多数开发人员都不会直接将该目录下进行开发,通过...
分类:
其他好文 时间:
2015-12-01 12:52:29
阅读次数:
148
领导看了之后,说你也试试php和ftp在同一个机器上,另外给你一台机器做samba和ftp让大家放点资料;同时我希望你详细了解vftpd配置文件的基本意思,做共享的时候领导和特殊岗位是有写权限的。一、模块化lamp1、安装libxml2支持库:yuminstall-ylibxml2-devel支持库2、备份编http..
分类:
其他好文 时间:
2015-11-01 19:32:54
阅读次数:
418
1.安装apache2 #apt-get install apache2.2-common apache2 #apache2ctl start //启动apache #apache2ctl stop //关闭apahce #apache2ctl restart //重启apache ...
分类:
其他好文 时间:
2015-07-10 11:14:48
阅读次数:
119
1.安装mysql[root@zhaijunmingsrc]#cd/usr/src/[root@zhaijunmingsrc]#wgethttp://syslab.comsenz.com/downloads/linux/mysql-5.1.40-linux-i686-icc-glibc23.tar.gz下载mysql[root@zhaijunmingsrc]#tarzxvf/usr/src/mysql-5.1.40-linux-i686-icc-glibc23.tar.gzroot@zhaijunmi..
分类:
其他好文 时间:
2015-05-30 18:25:10
阅读次数:
144
1.提供一台虚拟机,双网卡,ip地址分别为172.16.13.20和172.16.13.212.在此虚拟机上安装httpd2.2yuminstallhttpd从yum库里下载安装2.2包3.给此httpd模块建立两个虚拟主机,并测试成功mkdir-pv/vhosts/{a.com,b.org}/htmlvimvhosts/a.com/html/index.htmlvimvhosts/b.org/html/i..
分类:
其他好文 时间:
2015-05-02 23:32:49
阅读次数:
416
1,安装文件分享:http://pan.baidu.com/s/1ntig3ED2,安装gccyuminstallgccgcc-c++gcc-g773,卸载老版本的http,MySQL,PHPrpm-qa|grephttprpm-qa|grepmysqlrpm-qa|grepphp卸载命令:rmp-exxx--nodeps4,所有文件目录:1、卸载安装apryumremoveaprapr-utilcd/usr/local/src/apr..
分类:
其他好文 时间:
2015-03-19 06:32:04
阅读次数:
180
1,安装文件分享:http://pan.baidu.com/s/1ntig3ED2,安装gccyuminstallgccgcc-c++gcc-g773,卸载老版本的http,MySQL,PHPrpm-qa|grephttprpm-qa|grepmysqlrpm-qa|grepphp卸载命令:rmp-exxx--nodeps4,所有文件目录:1、卸载安装apryumremoveaprapr-utilcd/usr/local/src/apr..
分类:
其他好文 时间:
2015-03-19 06:30:35
阅读次数:
208
1. 用yum安装Apache,Mysql,PHP. 1.1安装Apache yum install httpd httpd-devel 安装完成后,用/etc/init.d/httpd start 启动apache 设为开机启动:chkconfig httpd on 1.2 安装mysql 1.2...
分类:
系统相关 时间:
2015-03-04 12:52:46
阅读次数:
169
1.安装Apachesudo apt-get install apache2如果显示未找到软件则执行sudo apt-get update(建议使用ubuntu正在支持的系统版本,不在支持的版本可能更新软件源会无效)等待更新完后再sudo apt-get install apache2安装后再输入s...
分类:
系统相关 时间:
2015-02-11 14:26:04
阅读次数:
177
1、安装Apachesudo apt-get install apache22、安装Mysqlsudo apt-get install mysql-server中间会出现输入 Mysql 的 "root" 用户的密码3、安装PHPsudo apt-get install php5sudo apt-g...
分类:
其他好文 时间:
2015-02-08 15:20:18
阅读次数:
147