htaccess

2001-07-13 Thread David Lloyd
Can you put the embperl setup in .htaccess? This is probably an FAQ but I can't work it out :-( DSL -- "The greatest thing you'll ever learn is just to love and to be loved in return." - David Bowie (Nature Boy from Moulin Rouge)

RE: optAllFormData

2001-07-13 Thread Jack Cushman
Thanks, Gerald. Of course it still doesn't let me Execute foo.epl from another directory -- that would require embperl to store and reprocess the POST data. I can live without that, though. Your solution is much prettier than keeping the file in a separate directory. --Jack -Original Messa

Re: optAllFormData

2001-07-13 Thread Gerald Richter
> Is there any way to set optAllFormData for a single page? PerlSetEnv EMBPERL_OPTIONS 8192 Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Sessions with Postgres

2001-07-13 Thread Gerald Richter
> > i get nervous about automatically committing on DESTROY. > That's reasonable > I changed Store::Postgres to rollback if Transaction=>1 is given, and > they did not explicitly call insert(), update() or remove() (which do > a commit of their own). > > The "official" Store::Postgres doesn't us