Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 4

Apache Windows Installation

A Small presentation on Installations


and gotchas

A small note on Apache Binaries from


http://www.apachehaus.com
Apache binaries are built with the original source released by the Apache Software
Foundation (unless noted) and have been compiled with Visual Studio 2008 (VC9) or
Visual Studio 2012 (VC11) to obtain higher performance and better stability than the
binaries built by the Apache Software Foundation

Links and Binaries


Download via : http://www.apachehaus.com/cgi-bin/download.plx
Prerequisite:
Since we are picking VC11 version we are gonna install: both vc11x86 and vc11x64*
http://www.apachehaus.com/cgi-bin/download.plx#REDIST11
Apache: Apache 2.4.x VC11
*its a safe practice to install both x86 & x64 VC-redistributables

Steps:
Install the VC redistributables
Install Apache / Extract directory
Extract downloaded mod_jk.so to apaches module directory
Set SRVROOT in httpd.conf to apache base location.
Load jk module
Load virtual host module

You might also like