Apache-PAR
view release on metacpan or search on metacpan
=back
=head2 Some things to note:
PerlSetVar/AddVar configuration for PARInclude and PARTempDir B<MUST> be before the
PerlModule Apache::PAR (or use Apache::PAR;) line in the Apache configuration.
Any PARInclude variables (or PARDir and PARFile) after the PerlModule line will be ignored.
PARDir and PARFile directives may be used to specify the location of PAR archives, however
their use is deprecated. For new configurations, use PARInclude instead. PARInclude works
both as PARDir and PARFile by first expanding directories to include any PAR archives found
within.
The arguments for PARInclude can be either an absolute path, or a relative path from Apache's
server_root. For example, if your Apache's server_root is /usr/local/apache, and you would
like to load .par files from a parfiles/ subdirectory, use:
PerlSetVar PARInclude parfiles/
This will then look for .par files in the /usr/local/apache/parfiles directory.
The name of the configuration file which is loaded is configurable via PARConf
( run in 0.651 second using v1.01-cache-2.11-cpan-97f6503c9c8 )