FreeBSD6.1安装apache+mysql+php
2009-05-13 12:50:02来源:未知 阅读 ()
二、设置网络
vi /etc/rc.conf
添加:
hostname="server.test.com"
ifconfig_lnc0="inet 192.168.10.121 netmask 255.255.255.0"
defaultrouter="192.168.10.1"
保存退出
vi /etc/resolv.conf
添加
nameserver 202.96.209.133
保存退出
运行:
/etc/netstart
三、安装ports
运行sysinstall->Configure->Distributions->ports
四、安装perl
cd /usr/ports/lang/perl5.8 && make install clean
五、安装mysql5.0
用adduser添加用户mysql到mysql组中
下载mysql5.0然后运行
tar zxvf mysql.tar.tar
mv mysql-standard-5.0.22-freebsd6.0-i386 /usr/local/mysql
cd /usr/local/mysql
scripts/mysql_install_db --user=mysql
第一次启动mysql服务
bin/mysqld_safe --user=mysql &
修改数据库管理员密码为123456
bin/mysqladmini -uroot password 123456
cp support-files/mysql.server /usr/local/etc/rc.d/mysql.sh
六、安装apache2.0
下载apache2.0然后运行
tar zxvf httpd.tar.gz
cd httpd-2.0.59
./configure --prefix=/usr/local/http --enable-so --enable-rewrite
make
make install
make clean
修改httpd.conf
vi /usr/local/httpd/conf/http.conf
添加
ServerName localhost
运行
/usr/local/http/bin/apachectl start
自动运行服务
cp /usr/local/http/bin/apachectl /usr/local/etc/rc.d/http.sh
七、安装gd
cd /usr/ports/graphics/gd && make install clean
八、安装libxml2
cd /usr/ports/textproc/libxml2 && make install clean
九、安装t1lib
cd /usr/ports/devel/t1lib/ && make install clean
十、安装PHP5.1
下载php5.1然后运行
tar zxvf php.tar.gz
cd php-5.1.4
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php --with-apxs2=/usr/local/http/bin/apxs --with-mysql=/usr/local/mysql --with-gd --with-jpeg-dir=/usr/local/bin --with-zlib-dir=/usr/local/bin --with-freetype-dir --with-xpm-dir=/usr/loacl/bin --with-t1lib
make
make install
make clean
cp php.ini-dist /usr/local/php/php.ini
修改apache配置文件
vi /usr/local/http/conf/httpd.conf
添加
AddType application/x-httpd-php .php
修改DirectoryIndex为
DirectoryIndex index.html index.php
保存退出
重启apache服务
安装全部完成
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_519272.html
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- FreeBSD下nginx+fast-cgi+mysql+zend的实现 2009-05-13
- gd 安装报错.求助 2009-05-13
- virtualbox for freeBSD 2009-05-13
- 从网上下载的packages为什么本地安装不了?[已解决!] 2009-05-13
- 求PC-BSD 7.1安装指南? 2009-05-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash