[X] The "eMule0.46b-Installer.exe" file could not be found or is not available. Please select another file.

Apache::PAR is a Perl module for mod_perl to provide the ability to serve static content, Perl Registry scripts, PerlRun scripts, and mod_perl modules from a single Perl ARchive (PAR) file. This archive can then be moved to other locations on the same sy


http://apache-par.sourceforge.net





Separate each tag with a space.

Release Date:

2003-08-30

Topic:

Operating System:

License:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2002-11-29

Ratings and Reviews

Be the first to post a text review of Apache::PAR. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • Code committed

    techy committed patchset 96 of module apache-par to the Apache::PAR CVS repository, changing 1 files

    posted by techy 2189 days ago

  • Code committed

    techy committed patchset 95 of module apache-par to the Apache::PAR CVS repository, changing 1 files

    posted by techy 2189 days ago

  • Code committed

    techy committed patchset 94 of module apache-par to the Apache::PAR CVS repository, changing 1 files

    posted by techy 2189 days ago

  • Code committed

    techy committed patchset 93 of module apache-par to the Apache::PAR CVS repository, changing 1 files

    posted by techy 2189 days ago

  • File released: /Apache_PAR/0.30/Apache-PAR-0.30.tar.gz

    posted 2319 days ago

  • Code committed

    techy committed patchset 92 of module apache-par to the Apache::PAR CVS repository, changing 1 files

    posted by techy 2319 days ago

  • Code committed

    techy committed patchset 91 of module apache-par to the Apache::PAR CVS repository, changing 1 files

    posted by techy 2319 days ago

  • Apache::PAR 0.30 file released: Apache-PAR-0.30.tar.gz

    Revision history for Perl extension Apache::PAR. 0.30 Thu Aug 25 23:30:00 2003 - Added support for reloading modules from within PAR files Thanks to Raymond Field for the report - Added support for unpacking content of PAR files Thanks to Maurice Aubrey for the implementation! Use PerlSetVar PARTempDir to specify (defaults to platform temp dir) and ##UNPACKDIR## within web.conf to enable/use - New tests and documentation to reflect these changes. - Note: Apache::PAR now requires PAR .74 due to required changes for reload functionality 0.21 Sat Jun 07 22:00:00 2003 - Changed required version of Apache::Test to 1.01 - 1.03 was not on CPAN 0.20 Sun Jun 03 ??:??:?? 2003 - Changed to use Apache::Test for tests - testing should now work on Win32 and mod_perl 2.x ** Note: Apache::Test is now a required module for Apache::PAR ** - tutorial.pod moved under PAR (shouldn't go in main Apache dir) - Change for consistancy with PAR.pm to default PerlRun and Registry scripts to use the /script directory instead of /scripts. ** All modules must be updated with this change ** Modules can be updated by either changing the directory name inside the PAR archive, or by setting PARRegistyPath or PARPerlRunPath to scripts/ within a web.conf Thanks to Autrijus Tang <autrijus@autrijus.org> for this fix. 0.14 Sun Apr 30 13:00:00 2003 - Added ability to do caching to the Apache::PAR::Static module (see documentation in that module for details.) To use caching the Cache::Cache module is required - Some general code cleanup performed - Switched to Eclipse IDE for editing / CVS management of project - Removed use warnings to work with old versions of Perl - Removed exporter tags from PAR.pm since we weren't using them anyway. - Removed Win32 "fix" that wasn't necessary 0.12 Thu Mar 27 22:00:00 2003 - Some testing performed on Win32 platforms Win 98 and Win 2k (thanks to Raymond Field. Documentation changed to reflect necessary changes to get Apache::PAR up and running on Win32. - Better mod_perl 2.x detection. No longer requires Apache::ServerUtil - Support for Apache::Static pulling from root directory of PAR file - New configuration mechanism, through PARInclude directive and use/include lines in startup.pl or PERL sections 0.11 Mon Mar 10 21:51:00 2003 - Changes to stay compatible with latest mod_perl CVS. This change is not backwards compatible, however. For mod_perl 2.x the CVS version is currently required - Some code cleanup - Added more tests (not yet complete) - Made errors from Archive::Zip silent (less noise to logs) - Added additional tests - Apache::PAR::Registry was using PARPerlRunPath instead of PARRegistryPath, identified by Raymond Field - PARPerlRunPath and PARRegistryPath failed to find contents if set to "/", identified by Raymond Field - WIN32 fix (untested) for setting ##PARFILE## to reasonable value on that platform for Apache, identified by Raymond Field 0.10 Sat Feb 01 21:20:00 2003 - Added initial support for mod_perl 2! - See TODO for more information 0.02 Fri Dec 06 21:36:00 2002 - Added base module ScriptBase.pm for PerlRun.pm and Registry.pm (code cleanup) - Changed required Perl version to 5.005 - Fixed test code to allow skipping of tests - Additional code cleanup - Removed unused test file - Added TODO items 0.01 Tue Nov 26 21:04:37 2002 - original version; created by h2xs 1.21 with options -A -X -b 5.6.0 -n Apache::PAR

    posted 2319 days ago

  • Apache::PAR 0.30 file released: Apache-PAR-0.30.tar.gz

    Revision history for Perl extension Apache::PAR. 0.30 Thu Aug 25 23:30:00 2003 - Added support for reloading modules from within PAR files Thanks to Raymond Field for the report - Added support for unpacking content of PAR files Thanks to Maurice Aubrey for the implementation! Use PerlSetVar PARTempDir to specify (defaults to platform temp dir) and ##UNPACKDIR## within web.conf to enable/use - New tests and documentation to reflect these changes. - Note: Apache::PAR now requires PAR .74 due to required changes for reload functionality 0.21 Sat Jun 07 22:00:00 2003 - Changed required version of Apache::Test to 1.01 - 1.03 was not on CPAN 0.20 Sun Jun 03 ??:??:?? 2003 - Changed to use Apache::Test for tests - testing should now work on Win32 and mod_perl 2.x ** Note: Apache::Test is now a required module for Apache::PAR ** - tutorial.pod moved under PAR (shouldn't go in main Apache dir) - Change for consistancy with PAR.pm to default PerlRun and Registry scripts to use the /script directory instead of /scripts. ** All modules must be updated with this change ** Modules can be updated by either changing the directory name inside the PAR archive, or by setting PARRegistyPath or PARPerlRunPath to scripts/ within a web.conf Thanks to Autrijus Tang <autrijus@autrijus.org> for this fix. 0.14 Sun Apr 30 13:00:00 2003 - Added ability to do caching to the Apache::PAR::Static module (see documentation in that module for details.) To use caching the Cache::Cache module is required - Some general code cleanup performed - Switched to Eclipse IDE for editing / CVS management of project - Removed use warnings to work with old versions of Perl - Removed exporter tags from PAR.pm since we weren't using them anyway. - Removed Win32 "fix" that wasn't necessary 0.12 Thu Mar 27 22:00:00 2003 - Some testing performed on Win32 platforms Win 98 and Win 2k (thanks to Raymond Field. Documentation changed to reflect necessary changes to get Apache::PAR up and running on Win32. - Better mod_perl 2.x detection. No longer requires Apache::ServerUtil - Support for Apache::Static pulling from root directory of PAR file - New configuration mechanism, through PARInclude directive and use/include lines in startup.pl or PERL sections 0.11 Mon Mar 10 21:51:00 2003 - Changes to stay compatible with latest mod_perl CVS. This change is not backwards compatible, however. For mod_perl 2.x the CVS version is currently required - Some code cleanup - Added more tests (not yet complete) - Made errors from Archive::Zip silent (less noise to logs) - Added additional tests - Apache::PAR::Registry was using PARPerlRunPath instead of PARRegistryPath, identified by Raymond Field - PARPerlRunPath and PARRegistryPath failed to find contents if set to "/", identified by Raymond Field - WIN32 fix (untested) for setting ##PARFILE## to reasonable value on that platform for Apache, identified by Raymond Field 0.10 Sat Feb 01 21:20:00 2003 - Added initial support for mod_perl 2! - See TODO for more information 0.02 Fri Dec 06 21:36:00 2002 - Added base module ScriptBase.pm for PerlRun.pm and Registry.pm (code cleanup) - Changed required Perl version to 5.005 - Fixed test code to allow skipping of tests - Additional code cleanup - Removed unused test file - Added TODO items 0.01 Tue Nov 26 21:04:37 2002 - original version; created by h2xs 1.21 with options -A -X -b 5.6.0 -n Apache::PAR

    posted 2319 days ago

  • Code committed

    techy committed patchset 90 of module apache-par to the Apache::PAR CVS repository, changing 1 files

    posted by techy 2323 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Apache::PAR Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks