NAME
Apache2::ASP::PostConfigHandler - PerlPostConfigHandler for Apache2::ASP
SYNOPSIS
# In your httpd.conf:
PerlModule Apache2::ASP::PostConfigHandler
PerlPostConfigHandler Apache2::ASP::PostConfigHandler
DESCRIPTION
To lower overhead, Apache2::ASP::PostConfigHandler
creates one global Apache2::ASP::Config object per Apache child, then stores it inside of $ENV{APACHE2_ASP_CONFIG}
.
Then it writes a log entry to your server's error log saying what it's done.
BUGS
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.
HOMEPAGE
Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.
AUTHOR
John Drago mailto:jdrago_999@yahoo.com
COPYRIGHT AND LICENSE
Copyright 2007 John Drago, All rights reserved.
This software is free software. It may be used and distributed under the same terms as Perl itself.