Perl Tutorials - Herong's Tutorial Examples
Dr. Herong Yang, Version 5.10

Downloading Apache 2.2.14 Binary for Windows

This section describes how to download Apache 2.2.14 binary distribution for Windows.

In order to serve Perl scripts as Web pages, you need to have a Web server running and integrated with the Perl engine. The most popular Web server today is Apache (HTTP Server). Here is what I did to download Apache 2.2.14 binary distribution for Windows:

1. Go to Apache HTTP Server Web site.

2. Go to the "Apache 2.2.14 Released" section and click the "Download" link. You will see the Apache download page with a pre-selected download mirror Web site. I used the mirror site: http://apache.cs.utah.edu.

3. Go to the "Apache HTTP Server 2.2.14 is the best available version" section.

4. Locate the line "Win32 Binary without crypto (no mod_ssl) (MSI Installer)". Click "apache_2.2.14-win32-x86-no_ssl.msi" from the list to start download.

5. Save the downloaded file, apache_2.2.14-win32-x86-no_ssl.msi, 5,364,620 bytes, in a temporary directory.

See the next section on how to install Apache Windows version.

Table of Contents

 About This Book

 Perl on Linux Systems

 ActivePerl on Windows Systems

 Data Types: Values and Variables

 Expressions, Operations and Simple Statements

 User Defined Subroutines

 Perl Built-in Debugger

 Name Spaces and Perl Module Files

 Symbolic (or Soft) References

 Hard References - Addresses of Memory Objects

 Objects (or References) and Classes (or Packages)

 Typeglob and Importing Identifiers from Other Packages

 String Built-in Functions and Performance

 File Handles and Data Input/Output

 Open Files in Binary Mode

 Open Directories and Read File Names

 File System Functions and Operations

 Converting Perl Script to Executable Binary

 Using DBM Database Files

 Using MySQL Database Server

 Socket Communication Over the Internet

 XML::Simple Module - XML Parser and Generator

 XML Communication Model

 SOAP::Lite - SOAP Server-Client Communication Module

 Perl Programs as IIS Server CGI Scripts

 CGI (Common Gateway Interface)

 XML-RPC - Remote Procedure Call with XML and HTTP

 RPC::XML - Perl Implementation of XML-RPC

Integrating Perl with Apache Web Server

Downloading Apache 2.2.14 Binary for Windows

 Installing Apache 2.2.14 on Windows Systems

 Publishing HTML Documents as Web Pages

 Starting and Stopping Apache Server

 Running Perl Scripts in "cgi-bin"

 printenv.pl - Testing Perl CGI Environment

 500 Internal Server Error

 cgi-lib.pl - The Standard Library for CGI Scripts

 ReadParse() - Parsing Web Form Input Values

 References

 Printable Copy - PDF Version

Dr. Herong Yang, updated in 2009
Downloading Apache 2.2.14 Binary for Windows