0% found this document useful (0 votes)
4 views4 pages

Apache Installation Guide for Windows

This document provides instructions for installing Apache on Windows. It recommends downloading Apache binaries compiled with Visual Studio 2012 from a third-party site for better performance and stability than the Apache Foundation binaries. The prerequisites include installing both x86 and x64 versions of the Visual C++ 2011 redistributables. The installation steps then involve installing the redistributables, extracting Apache to a directory, adding the mod_jk module, setting the SRVROOT variable, and loading required modules.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

Apache Installation Guide for Windows

This document provides instructions for installing Apache on Windows. It recommends downloading Apache binaries compiled with Visual Studio 2012 from a third-party site for better performance and stability than the Apache Foundation binaries. The prerequisites include installing both x86 and x64 versions of the Visual C++ 2011 redistributables. The installation steps then involve installing the redistributables, extracting Apache to a directory, adding the mod_jk module, setting the SRVROOT variable, and loading required modules.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Apache Windows Installation

A Small presentation on Installations


and gotchas

A small note on Apache Binaries from


[Link]
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 : [Link]
Prerequisite:
Since we are picking VC11 version we are gonna install: both vc11x86 and vc11x64*
[Link]
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 [Link] to apache base location.
Load jk module
Load virtual host module

You might also like