《Apache 安装》安装步骤:
1、首先执行安装文件apache_1_3.exe,按 D:\WebBuilder\Apache 目录安装。
2、其次在 D:\WebBuilder\Apache\conf 目录下找到 http.conf ,用本目录中的 Apache\http.conf 文件替换之。
其中的一些参数设定已完成,基本如下:
ServerRoot "D:/WebBuilder/Apache"

BindAddress 127.0.0.1
Port 8080
ServerAdmin [email protected]
DocumentRoot "D:/zuolinWEB" <Directory "d:/zuolinWEB">
</Directory> <IfModule mod_dir.c>
    DirectoryIndex index.html
    DirectoryIndex index.htm
    DirectoryIndex index.php
</IfModule> ScriptAlias /php/ "d:/Webbuilder/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
Action application/x-httpd-php "/php/php.exe"
AddType application/x-tar .tgz主页文件会默认为 d:\zuolinWEB\ 目录下。
在IE浏览器地址栏中,本机的地址为  http://127.0.0.1:8080/《PHP 安装》安装步骤:
1、把本软件目录下的所有文件(php源文件)复制到 d:\WebBuilder\php 目录下
2、(可不做)把文件(..\php\子目录下) MSVCRT.DLL 和 PHP4TS.DLL 复制到 ...
在 windows 95/98/Me 中是 c:\windows\system 目录下
在 windows 95/98/Me 中是 c:\windows\system32 目录下
3、(可不做)再把(..\php\子目录下) php.ini 文件复制到 c:\windows\ 目录下
重要点:
1、include命令的路径指向设定:include_path=d:\zuolinWEB\,必须根据所要操作的路径来付值
2、mysql.default_user=test mysql.default_password=(无值)