快速业务通道

实战 linux 下 mysql apache php gd 的安装和配置

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-18

##
#############################################################################################

1、install mysql-5.0.51

shell> groupadd -g 101 mysql
shell> useradd -u 101 -g mysql -M mysql
shell> tar -xvzf mysql.**.tar.gz
shell> cd mysql.**
shell> ./configure --prefix=/usr/local/src/mysql-5.0.51 --localstatedir=/usr/local/src/mysql-5.0.51/data --with-unix-socket-path=/usr/local/src/mysql-5.0.51/tmp/mysql.sock --with-named-curses-libs=/usr/lib/libncursesw.so.5
shell> make
shell> make install
shell> ln -s /usr/local/src/mysql-5.0.51 /usr/local/mysql
shell> cp support-files/mysql.server /etc/rc.d/init.d/mysqld \\开机启动mysql
shell> ln -s /etc/rc.d/init.d/mysqld /etc/rc3.d/S85mysqld \\开机启动mysql
shell> ln -s /etc/rc.d/init.d/mysqld /etc/rc5.d/S85mysqld \\开机启动mysql

shell> cp support-files/my-medium.cnf /etc/my.cnf
shell> cd /usr/local/mysql
shell> bin/mysql_install_db --user=mysql
shell> chown -R root .
shell> chown -R mysql var
shell> chgrp -R mysql .
shell> bin/mysqld_safe --user=mysql &
shell> vi /etc/profile

PATH="$PATH":/usr/local/mysql/bin \\增加命令路径
export PATH ....(略)....
shell> vi /etc/man.config
MANPATH /usr/local/mysql/man \\增加MAN路径

shell> ps -aux | grep mysql

#############################################################################################
##
#############################################################################################

2、install httpd 2.0.61

shell>tar -xzvf httpd.**.tar.gz
shell>cd httpd.**
shell> ./configure --prefix=/usr/local/src/httpd-2.0.61 --enable-rewrite=shared --enable-speling=shared --enable-module=so --enable-so
shell> make && make install
shell> cd /usr/local
shell> ln -s /usr/local/src/httpd-2.0.61 httpd
shell> cd httpd
shell> ln -s /var/www/html htdocs
shell> ln -s /etc/httpd conf

shell> vi /usr/local/httpd/conf/httpd.conf

#User nobody
#Group #-1
User nobody
Group nobody

shell> cp /usr/local/httpd/bin/httpd /etc/rc.d/init.d/httpd

将apache注册为系统服务
将apachectl命令拷贝至/etc/rc.d/init.d目录下,改名为httpd
使用编辑器打开httpd文件,并在第一行#!/bin/sh下增加两行文字如下
# chkconfig: 35 70 30
# description: Apache
接着注册该服务
chkconfig --add httpd
一切OK了,启动服务
service httpd start


shell> ln -s /etc/rc.d/init.d/httpd /etc/rc3.d/S85httpd \\开机启动httpd
shell> ln -s /etc/rc.d/init.d/httpd /etc/rc5.d/S85httpd \\开机启动httpd

shell&

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号