Menu

#4 Use Apache mod_perl with uber uploader

v1.0 (example)
open
nobody
5
2009-09-22
2009-09-22
Anonymous
No

When you use the mod_perl/mod_perl2 for apache, set the PerlResponseHandler in your .conf only to ModPerl::PerlRun not to ModPerl::Registry.
Otherwise ubr_upload.pl set the wrong parameters in the XML file because ModPerl::Registry use a intern cache for a faster execute of perl scripts.

Stephan

Discussion


Log in to post a comment.