NAME
Egg::Request::Apache - It is a common module for mod_perl.
SYNOPSIS
The parameter passed to ApacheX::Request can be written in the $e->config->{request}.
request=> {
POST_MAX => 1024,
DISABLE_UPLOADS=> 1,
TEMP_DIR => '/path/to/temp',
},
When Egg::Plugin::Upload is used, this will become useful.
* If the parameter to which ApacheX::Request cannot be understood is set, it becomes an error.
SEE ALSO
Egg::Release, Egg::Request, http://perl.apache.org/,
AUTHOR
Masatoshi Mizuno, <lushe@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006 Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.