Building a Web Server, for Windows
Source Build
Building from source : Compile source code, Install/Setup package.
Required Notes:
- Building Software -- Working with the Command Shell for Windows
- All components require VC++ to build
| Package | Version | Guide Date | Requirements |
|---|---|---|---|
| Perl | 5.8.8 | 03-Jul-2006 | -- |
| Apache 2.2/2.0 with mod_ssl,mod_security mod_deflate |
2.2.3 2.0.59 |
14-Aug-2006 | Perl,Gawk,Bison,Flex,Sed |
| OpenSSL | 0.9.8d | 14-Nov-2006 | Perl |
| MySQL | 4.1.20 | 04-Jul-2006 | -- |
| mod_perl | 2.0.2 | 24-Jan-2006 | Perl,Apache |
| Apache::ASP | 2.57 | 21-Feb-2004 | Perl,[Apache,mod_perl] |
| mod_jk | 1.2.18 | 18-Aug-2006 | APR libs,Java 1.5 JDK,Apache |
Binary Install
Install/Setup official pre-built, or non-build (script), package.
| Package | Version | Guide Date | Requirements |
|---|---|---|---|
| Tomcat 5.5 with mod_jk | 5.5.17 | 03-Jul-2006 | Java 1.5 JDK,Apache 2.0 |
| MySQL | 4.1.20 | 04-Jul-2006 | -- |
| PHP 4.4 | 4.4.2 | 25-Jan-2006 | Apache 2.0 |
| PHP 5.1 | 5.1.4 | 03-Jul-2006 | Apache 2.0 |
| Analog | 6.0 | 18-Aug-2005 | -- |
| phpMyAdmin | 2.11.1 | 03-Oct-2007 | Apache 2.0,PHP 4.3/4.4/5.1,MySQL 4.0/4.1/5.0 |
| phpBB | 2.0.20 | 04-Jul-2006 | Apache 2.0,PHP 4.3/4.4,MySQL 4.0/4.1/5.0 |
| WordPress | 2.0.4 | 13-Sep-2006 | Apache 2.0/2.2,PHP 4.4/5.1,MySQL 4.0/4.1/5.0 |
Apache 2.0 httpd.conf Configuration Help
- win32 httpd.conf -- secured, optimized, minimized; with support for PHP (module) and mod_deflate
- clean logs -- filter out the requests of worm/virus infected hosts from your logs
- CGI -- enable the execution of CGI scripts
- Apache::ASP -- enable the execution of ASP scripts
- true/correct bytes sent -- report the correct bytes sent value on partial (206) and canceled/dropped requests
- mod_deflate -- enable the compression of outgoing content

