All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
ASP.NET 2.0缓存概述
Ajax 的安全-不容忽视的问题_[AJAX教程]
一款DIV+CSS导航条效果_JavaScript技术_编程技术
LINQ体验(2)——C#,3.0新语言特性和改进(上篇)_[Asp.Net教程]
delphi像“开始”菜单一样漂亮的菜单项实例
ASP.NET2.0数据库之SQL,Server安全性_[Asp.Net教程]
DataGrid和DataList中CommandButton的问题_[Asp.Net教程]
ASP.NET安装完全手册_[Asp.Net教程]
.NET内置对象之Request对象_[Asp.Net教程]
Delphi以XPManifest组件显示界面
Reading number is top 10 pictures
这才叫绝色美女1
Earthquake hedge common sense
Take you to walk into the most true north Korea rural4
青涩甜美-王祖贤小时候的旧照片曝光
清扫五脏垃圾,我有绝招
China's zhejiang university to create the world's most light material
Soldier saw beauty after the reaction
赵惟依写真1
王艳写真温柔如水1
影评-疯子,我爱你
Download software ranking
Desire a peach blossom
WebService在.NET中的实战应用教学视频 → 第3集
超级战舰
Tram sex maniac 2 (H) rar bag6
Unix video tutorial11
网络管理员第三版
尖东毒玫瑰B
Sora aoi - one of more PK
Sora aoi, the maid, students' uniforms
Kung fu panda - the secret of the teacher
归海一刀 published in(发表于) 2014/2/10 6:45:02 Edit(编辑)
Apche + MySQL + PHP整合安装脚本_[PHP教程]

Apche + MySQL + PHP整合安装脚本_[PHP教程]

Apche + MySQL + PHP整合安装脚本_[PHP教程]

这个脚本可以无需人工干预的完成L.A.M.P的整合工作。


该脚本适用于整合源码包方式的apache2.0.5x,php4.0.x和已编译好的(Binary版本)的MySQL4.0.2x。


注意,以上三个包最好从各自的官方站点下载,并且下载后最好不要改变文件名!


使用方法:

=====

1、将下载好的3个包和本安装脚本(install_lamp.sh)放置在

/home/Nanu下。放置的位置随意,但注意必须把3个包和本安装脚本放在同一目录!

2、Apache和PHP的./configure部分根据需要换成你的编译参数;

3、执行install_lamp.sh;

4、安装完成后,MySQL的root密码默认保存在/usr/local/mysql/passwd.root中,以备忘记。


脚本代码:

=====



CODE:[Copy to clipboard]#!/bin/bash


# Mysql4.0.x Start

/bin/tar xzvf mysql*4.0.*.tar.gz

/bin/rm -f mysql*4.0.*.tar.gz

/usr/sbin/useradd mysql

/bin/mv mysql*4.0* /usr/local/mysql

/usr/local/mysql/scripts/mysql_install_db --user=mysql

/bin/chown -R root /usr/local/mysql/.

/bin/chown -R mysql /usr/local/mysql/data

/bin/chgrp -R mysql /usr/local/mysql/.

/bin/cp /usr/local/mysql/support-files/my-large.cnf /etc/my.cnf

/usr/local/mysql/bin/mysqld_safe --user=mysql &

echo "Please Set Your MySQL root Password:"

read password

/usr/local/mysql/bin/mysqladmin -u root password password

/bin/touch /usr/local/mysql/passwd.root

echo password >; /usr/local/mysql/passwd.root

/usr/local/mysql/bin/mysqladmin -u root --password=password shutdown

/bin/cp /usr/local/mysql/support-files/mysql.server /etc/init.d/mysqld

/sbin/chkconfig --add mysqld

/etc/rc.d/init.d/mysqld start

# MySQL4.0.x End


# Apache2.0.x Start

/bin/tar xzvf httpd-2.0.*.tar.gz

cd httpd-2.0.*

./configure --prefix=/usr/local/apache --mandir=/usr/share/man --enable-mods-shared=all --enable-so

make

make install

echo "AddType application/x-httpd-php .php" >;>; /usr/local/apache/conf/httpd.conf

sed -i 's/"DirectoryIndex index.html index.html.var"/"DirectoryIndex index.htm index.html index.php index.html.var"/g' /usr/local/apache/conf/httpd.conf

/usr/local/apache/bin/apachectl -k start

# Apache2.0.x End


# PHP4.0.x Start

/bin/tar xzvf php-*.tar.gz

cd php-*

./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --mandir=/usr/share/man --with-mysql=/usr/local/mysql --with-config-file-path=/usr/local/php/etc

make

make install

/bin/cp php.ini-recommended /etc/php.ini

sed -i 's/"register_globals = Off"/"register_globals = On"/g' /etc/php.ini

/usr/local/apache/bin/apachectl -k restart

# PHP4.0.x End


来源:网络







添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.