> > Earlier I had such configuration: > > <Location /> > ......... > PerlSetEnv EMBPERL_ALLOW (\.epl$|\.html$|\.htm$|\.jpg$|\.gif$|\.css$) > PerlSetEnv EMBPERL_FILESMATCH "\.epl$|\.htm$|" > PerlSetEnv EMBPERL_URIMATCH "\.epl$|\.htm$|" > ..........
b6 uses native Apache configuration directives, so either say EMBPERL_ALLOW (\.epl$|\.html$|\.htm$|\.jpg$|\.gif$|\.css$) EMBPERL_URIMATCH "\.epl$|\.htm$|" (without the PerlSetEnv) or turn scanning environment variables on with Embperl_UseEnv on That's the reason why, it works with 1.3 and not with 20.b6, because per default Embperl doesn't looks at the enviroment anymore. > > Now all works fine at <FilesMatch> context, sach as: > Yes, this is because Embperl will only be called for Embperl files and for nothing else Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
