To use the newest version of Apache::ASP we need to add the following entry to the apps configuration area: PerlSetVar XMLSubsMatch (msg|pane|header|footer|Apps:\w+) This should be added to the mksb script (I've updated the .htaccess file...)
The mksb script does not handle this .htaccess file in any special maner. It does a 'cvs update' to get it when checking out the apps section. However, there are some specific settings in the .htaccess file that change from installation to installation. Perhaps this bug should change to either A) Remove installation dependant paramters from .htaccess. B) Add .htaccess as a file mksb performs some installation specific replacements.
The mksb script should ignore the .htaccess file. Remember the problems we had with Maraya's sandbox? We should have allowoverride off in the config, and add the XMLSubsMatch line to the httpd.conf file. That should prep everything for the latest Apache::ASP...
I have added this to the template httpd.conf file in the web/boot/conf directory. Additionally AllowOverride is set to none so that the .htaccess files will not work.