preventing Embperl_Object in a subdirectory

2005-02-01 Thread Michael Angeles
I am using EmbperlObject in a directory, but I want to have 1 of the subdirectories include .html files that do not execute base.epl. In the parent I have an .htaccess with this: PerlSetEnv EMBPERL_OBJECT_BASE base.epl PerlSetEnv EMBPERL_FILESMATCH "\.html.?|\.epl$" SetHandler perl-script PerlHa

RE: preventing Embperl_Object in a subdirectory

2005-02-01 Thread Gerald Richter
> > Can I insert an .htaccess in the subdirectory of .html files > to prevent EmbperlObject from working there? How would I do that? > Yes, you need SetHandler none Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

RE: Embperl::Mail setup inconsitency

2005-02-01 Thread Gerald Richter
Hi, > > I have just spent couple of hours trying to figure out why > 'Embperl_MailHost xxx' configuration directive doesn't work > for me until I RTFS where it's used as > $ENV{'EMBPERL_MAILHOST'}. Now with SetEnv EMBERL_XXX it works > fine, but why is everything set up using Embperl_XXX >

Re: pdf generation

2005-02-01 Thread Ben Kim
Many thanks. It'd be helpful. Regards, Ben Kim On Mon, 31 Jan 2005, Michael Stepanov wrote: > Ben Kim wrote: > > Dear list, > > > > 1. pdf generation > > I'd like to learn what people use to generate pdf files. I want to > > create pdf from an epl page, with all data from the database. > >