[root@Kariryo root]
# tar zxvf mysql.tar.gz
# cd /usr/home/mysql
# cd mysql
# ./configure --prefix=/usr/local/mysql
# make
# make install
# ./scripts/mysql_install_db
################################ [100%]
# tar zxvf apache.tar.gz
# cd /usr/home/apache
#./configure --prefix=/usr/local/apache --enable-so
# make
# make install
################################ [100%]
# tar zxvf php.tar.gz
# cd /usr/home/php
# cd php
################################ [100%]
# /etc/rc.d/init.d/httpd start
# /etc/rc.d/init.d/mysqld start

您访问的页面已经删除或者更名!

We are sorry, the file you requested could not be found.

< ?php
//include("$My_Blog");

$links = array("FantXi", "Kairyou", "...");
foreach ($links as &$link) {
 $link .= "您可以去这里尝试查找.";
}
print_r($links);
date_default_timezone_set('PRC');
echo date('Y/m/d H:i:s');
? >

You can use the links on this page to find the document you were looking for.