Hi, Nathan

Thank you so much, now its Working !!!

My final web.conf not even needs an ##UNPACKDIR## . 

That was sucessfully tested in a 
Win32/Apache2.0.48/mod_perl-1.99_13/Apache-PAR-0.30/Apache-0.80;

Here it is:

=============================================================================
Alias /myapp/interface ##PARFILE##

<Location /myapp/interface>
  Options                       ExecCGI Includes
  SetOutputFilter       INCLUDES 
  SetHandler            perl-script
  PerlHandler           Apache::PAR::Static
  PerlSetVar            PARStaticFilesPath      my/path/to/static/content/
  PerlAddVar            PARStaticDirectoryIndex test.shtml
  PerlSetVar            PARStaticDefaultMIME    text/html
  PerlSetVar            PARStaticCacheType      memory
  PerlSetVar            PARStaticCacheExpires   "1 day"
  PerlSetVar            PARStaticCacheMaxSize   1000
  Order                         allow,deny
  Allow                         from all
</Location>

Alias /myapp/action ##PARFILE##

<Location /security/action>
  Options               +ExecCGI
  SetHandler    perl-script
  PerlHandler   Apache::PAR::PerlRun
  PerlSetVar    PARPerlRunPath          my/action/path/
  PerlSendHeader        On
</Location>
===============================================================================

Best Regards,
Mauro

Reply via email to