WampDeveloper Pro (by DeveloperSide.NET)
v4.2.0.3 - 05/18/13
WAMP: Windows + Apache + MySQL + PHP | Developer: That's You!![]()
ASP (Active Server Pages) is the Microsoft title for any server pre-processed document on an IIS web server. IIS supports the following scripting languages in ASP pages...
Apache::ASP is a perl module that allows Apache 2.0.xx to [only] run PerlScript ASP pages. Note that ASP is not the same as ASP.NET.
Under the following configuration...
LoadModule perl_module modules/mod_perl.so <IfModule mod_perl.c> PerlModule Apache::ASP <Files ~ (\.asp)> SetHandler perl-script PerlHandler Apache::ASP PerlSetVar Global . PerlSetVar StateDir /tmp/asp </Files> </IfModule>