<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[BoBo Space]]></title> 
<link>http://www.lijingbo.com/index.php</link> 
<description><![CDATA[BoBo Space]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[BoBo Space]]></copyright>
<item>
<link>http://www.lijingbo.com/read.php?36</link>
<title><![CDATA[mysql+apache+php Linux安装指南]]></title> 
<author> &lt;&gt;</author>
<category><![CDATA[服务器技术]]></category>
<pubDate>Mon, 21 Apr 2008 08:54:51 +0000</pubDate> 
<guid>http://www.lijingbo.com/read.php?36</guid> 
<description>
<![CDATA[ 
	安装步骤： <br/><br/>1.mysql <br/>在如下页面下载mysql的for linux rpm包 <br/>http://www.mysql.com/downloads/down...3.52-1.i386.rpm <br/>http://www.mysql.com/downloads/down...3.52-1.i386.rpm <br/><br/>rpm -ivh MySQL-3.23.52-1.i386.rpm #安装mysql server <br/>rpm -ivh MySQL-client-3.23.52-1.i386.rpm #安装mysql client <br/>/usr/bin/safe_mysqld & #启动mysql server <br/><br/>mysql #运行mysql 客户端,并开放root用户的远程访问权限。以便调试 <br/>quit <br/><br/>2.apache <br/>在如下页面下载apache的for linux 的源码包 <br/>http://www.apache.org/dist/httpd/apache_1.3.26.tar.gz <br/><br/>tar -zxvf apache_1.3.26.tar.gz <br/>mv apache_1.3.26 apache <br/>cd apache <br/>./configure --prefix=/usr/local/apache --enable-module=so <br/>make <br/>make install <br/><br/>3.php <br/>在如下页面下载php的for linux 的源码包 <br/>http://www.php.net/get_download.php?df=php-4.2.3.tar.gz <br/><br/>tar -zxvf php-4.2.3.tar.gz <br/>mv php-4.2.3.tar.gz php <br/>cd php <br/>./configure --prefix=/usr/local/php --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/lib --enable-track-vars --with-xml --with-mysql <br/>make <br/>make install <br/>cp php.ini-dist /usr/local/lib/php.ini <br/><br/>4.配置 <br/>vi /usr/local/apache/conf/httpd.conf <br/>对apache做如下配置 <br/>#将ServerAdmin q3boy@younet.com一行改为您的邮箱地址 <br/><br/>#DocumentRoot "/home/httpd/html/" 此处为html文件主目录 <br/><br/># 同上 <br/><br/>#Options FollowSymLinks MultiViews 为安全起见，去掉"Indexes" <br/><br/># <br/># DirectoryIndex default.php default.phtml default.php3 default.html default.htm <br/># <br/>#设置apache的默认文件名次序 <br/><br/>#AddType application/x-httpd-php .php .phtml .php3 .inc <br/>#AddType application/x-httpd-php-source .phps <br/>#设置php文件后缀 <br/><br/><br/>vi /usr/local/lib/php.ini <br/>#register-golbals = On <br/><br/>5.启动服务 <br/>/usr/local/apache/bin/apachectl start <br/><br/>
]]>
</description>
</item><item>
<link>http://www.lijingbo.com/read.php?36&amp;guid=0#topreply</link>
<title><![CDATA[[评论] mysql+apache+php Linux安装指南]]></title> 
<author>BoyerLACEY &lt;margaretrichardson@mail333.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 14 Jun 2010 12:30:26 +0000</pubDate> 
<guid>http://www.lijingbo.com/read.php?36&amp;guid=0#topreply</guid> 
<description>
<![CDATA[ 
	It very affecting &nbsp;how detailed research on acquaintance case has been well enlarge &nbsp;here within this website. Please keep it up. we adore it. I know that you are a well-recognized and reliable source &nbsp;on the Internet and I will use this for my &lt;a href=&quot;http://www.essaysprofessors.com&quot;&gt;research paper services&lt;/a&gt; needs. Thanks.
]]>
</description>
</item>
</channel>
</rss>