MySQL (Installer here to find http://dev.mysql.com/downloads/mysql/3.23.html )apache2 (http://httpd.apache.org/) here! PHP4 or PHP5 in (http://www.php.net/downloads.php) here! Here is the PHP5 all file packs, not the installation package. After downloading, you directly decompressed to the E: / Server / PHP directory to install mysql and apache in E: / Server / (convenient porting, even if the system reinstall does not affect the service under the new system) so Apache PHP MySQL is installed in the same directory . You can check if Apache is pressed, modify the index.html.en under the HTDOC directory under the Apache folder. If http: //localhost/index.html can be accessed, the Apache is installed to start configuration. Apache and PHP (1) copy the php.ini-recommented under E: / Server / Apache2 / PHP / PHP.INI, put it in E: / Server / Apache2 / Bin / Under (2) Copy E: / Server /Apache2/php*/php5tsts.dll to e: / server / apache2 / bin /, * If it is php4, it is php4ts.dll. (3) Copy E: / Server/apache2/php*/php5apache2.dll to E: / Server / Apache2 / BIN / and E: / Server / Moudle * If it is php4, it is php4apache2.dll. * If it is apache1.3. * Copy php * apache.dll (4) If it is php5, the default is not supported by Mysql, so it is more step more than PHP4. Copy e: /server/apache2/php5/libmysql.dll to e: / server / apache2 / bin / * php4 saves OK, the file is also COPY, then we configure these configuration files. Apache is easy to configure: Open E: /Server/apache2/conf/httpd.conf plus: (1) loadModule php5_module modules / php5apache2.dll (2) addtype application / x-httpd-php .php 3) Scriptalias / PHP / "E: / Server / PHP /" change the addDefaultcharset in httpd.conf to GB2312, which will use the GB2312 code to display the Chinese webpage when the default encoding is displayed. Open E: /SERVER/apache2/bin/php.ini is better for compatibility, so try to do the least changes to php.ini. If you don't look good, use the lookup function. If it is PHP