Apache Perl SSL



Packaging and distribution for Perl code on Win32.
http://www.cava.co.uk/


 

There are several options available if you need to use Apache and SSL with mod_perl on MSWin32.

Notably http://www.devside.net/  provide fully integrated Perl and Apache distributions for development.

The Gigi Apache SSL download provides a distributable setup in a relatively small package (4mb) that includes:

Apache 2.0.55
OpenSSL 0.9.8a
Mod Perl 2.0.2

NOTE: Please be sure that the law as it applies to you allows your intended use of OpenSSL. You must not download the install package until you are satisfied that it is within the law for you to do so.

The installation package will simply install the files on your machine. You can then install Apache / Mod Perl to your requirements.

Download Gigi Apache SSL (4mb)

AMENDING CONFIGURATION FILES

If you changed the default installation location, you need to edit the following two files to reflect your changes:

conf/httpd.conf
conf/ssl.conf


The SSL certificates provided are for demonstration only. The private key is publicly available in this download!

INSTALLING MOD_PERL 2.0.2

cd C:\your\installation\directory\modperlppm
ppm install mod_perl.ppd


INSTALLING APACHE AS A SERVICE

To install Apache as a service, 

cd C:\your\installation\directory\bin

to install a service:
apache -k install -n "Gigi Apache Service" -D SSL

to start the service:
apache -k start -n "Gigi Apache Service"

to test the service:
ab -n 1000 -c 10 http://localhost/

to restart the service:
apache -k restart -n "Gigi Apache Service"

to stop the service:
apache -k stop -n "Gigi Apache Service"

to uninstall the service:
apache -k uninstall -n "Gigi Apache Service"

Download Gigi Apache SSL (4mb)



www.gigi.co.uk  © 2005