Changes for version 1.15 - 2007-07-03

  • Added several new pages to the Manual.
  • /handlers/My_Handler and /handlers/My/Handler both map to My::Handler for the package and /handlers/My/Handler.pm for the filename.
  • Updated documentation in several places.
  • Local GlobalASA.pm class is now required to use web_application.application_name + '::GlobalASA' as its package name. So if web_application.application_name = "DefaultApp" then it would say: package DefaultApp::GlobalASA; use base 'Apache2::ASP::GlobalASA'; ...
  • Multiple Apache2::ASP web applications can now be run on the same machine.
  • Successfully installed on Windows, but it requires some work. And performance is bad.

Documentation

Documentation about ASP Compilation
Documentation about the XML config file
Documentation about the GlobalASA
Documentation about writing Handlers
Documentation about httpd.conf for Apache2::ASP
Installation instructions for Linux
Installation instructions for Windows
Introduction to Apache2::ASP

Modules

Perl extension for ASP on mod_perl2.
HTTP request abstraction for Apache2::ASP
Base class for Application State Managers.
MySQL backend for Apache2::ASP Application state
SQLite backend for Apache2::ASP Application state
Base class for ASP engines
A wrapper for CGI utility functions.
Configuration object for Apache2::ASP web applications.
Base class for all "form" handlers.
Base class for your GlobalASA
Config manager for Apache2::ASP web applications
Base class for all Apache2::ASP handlers
Instant file management for Apache2::ASP applications
Handler class for *.asp scripts
ASP -> Perl parsing engine
PerlPostConfigHandler for Apache2::ASP
Incoming request processor
Interact with the client.
Utility object for Apache2::ASP programming
Base class for Session State Managers.
MySQL backend for Apache2::ASP Session state
SQLite backend for Apache2::ASP Session state
User-agent for testing Apache2::ASP web applications
URL Translations for Apache2::ASP web applications
Base class for Handlers that process file uploads
Default upload hook for Apache2::ASP
Argument for UploadHook instances

Provides

in lib/Apache2/ASP/Test/MockRequest.pm