Apache :: ASP

INTRO
INSTALL
CONFIG
SYNTAX
EVENTS
OBJECTS
SSI
CGI
PERLSCRIPT
FAQ
TUNING
CREDITS
SUPPORT
SITES USING

EXAMPLES

Powered by ModPerl & Apache Powered by Apache::ASP
INSTALL

The latest Apache::ASP can be found at your nearest CPAN, and also:

  http://www.perl.com/CPAN-local/modules/by-module/Apache/
As a perl user, you should make yourself familiar with the CPAN.pm module, and how it may be used to install Apache::ASP, and other related modules.
Once you have downloaded it, Apache::ASP installs easily using the make or nmake commands as shown below. Otherwise, just copy ASP.pm to $PERLLIB/site/Apache
  > perl Makefile.PL
  > make
  > make test
  > make install

  * use nmake for win32
Please note that you must first have the Apache HTTP Server & mod_perl installed before using this module in a web server environment. The offline mode for building static html may be used with just perl.
If you have a RedHat Linux server with an RPM style Apache + mod_perl, seriously consider building a static version of the httpd server yourself, not DSO. DSO is marked as experimental for mod_perl, and often does not work, resulting in "no request object" error messages.
Copyright (c) 1998-1999, Joshua Chamas, Chamas Enterprises Inc.