同时安装Apache和Php (Integrated installation …

2009-05-13 00:42:22来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


#tar zxpf apache_1.3.33.tar.Z
#tar zxpf php-4.3.10RC2.tar.gz
#cd apache_1.3.33
#./configure --prefix=/usr/local/apache
#cd ../php-4.3.10RC2
#./configure --with-apache=../apache_1.3.33 --with-mysql=/usr/local/mysql
#make
#make install
#cd ../apache_1.3.33
#./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a
#make
#make install
#vi /etc/rc.d/rc.local
add a line: /usr/local/apache/bin/apachectl start
#touch /usr/local/apache/htdocs/testphp.php
add contents (vi):
this is a test.
in a Browser, test the address: http://localhost/testphp.php


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/2228/showart_8946.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:安装Mysql 4.0.21

下一篇:FreeBSD 5.x 内核编译选项 补充说明