Installing Perl and Apache on Windows systems |
![]() |
Download and install the latest version of ActivePerl from ActiveState.
Download and install the latest version of Apache 2.2 for Windows.
mpinstall.pl
on your system.mpinstall.pl
from a command shell window and answer the questions - it will do its best to locate Apache on your server, but you may need to provide it with a pathname if you have installed in a non-standard location.httpd.conf
file before making any changes.)httpd.conf
(Start->Programs->Apache HTTP Server->Configure Apache Server->Edit the Apache httpd.conf Configuration File, or conf/httpd.conf
in your Apache installation directory).LoadModule
directives. in itLoadModule
directives, add the linesLoadFile "C:/Perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so
(If you have installed Perl somewhere other than C:/Perl
then you will need to change the LoadFile
directive to point to the correct location for perl58.dll
.) Copyright © 2000-2007 Applied Testing and Technology, Inc. All rights reserved.