Apache, PHP, MySQL, ASP.NET, JSP and Perl Solutions for your Web Development and Hosting Needs on Windows.
A Complete Web Development and Hosting Platform for Windows.

httpd.conf -- ASP

Building a Web Server, for Windows and Linux

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...

  • VBScript
  • JScript
  • PerlScript

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...

  • Perl module Apache::ASP will be called on every *.asp request.
  • A top directory 'tmp' needs to be created manually ['tmp' will store Apache::ASP temporary files].
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>
In the Spotlight

In the Spotlight

Developing and Hosting PHP+MySQL based websites and applications has never been simpler. The Web.Developer Server Suite provides a Platform & Framework on which to create standards-based CSS, XSLT, and XHTML sites running on PHP and MySQL. Save your time, focusing on core business. Reduce complexity and maximize your productivity.

Developers

Developers++

The Web.Developer Server Suite is more than just a Windows based Apache|PHP|MySQL Platform. Suitable for novices and professionals alike, a complete Hosting Solution is provided that is capable of creating and deploying websites and web applications both locally and on the internet. Create, test, publish and maintain your websites in-house, on your own server, where you are in full control.

Newsletter Signup

Newsletter Signup

Enter your e-mail address: