Re: cgi app under embperl::object

2004-04-03 Thread Gerald Richter
> I have now noticed the EMBPERL_OBJECT_ADDPATH configuration variable. > Is > it correct to assume that if I include the subdir of cgi-bin that > holds > my web calendar using this config variable the whole app will show in > my template? Is there a security concern with this approach? > The ADD

Re: cgi app under embperl::object

2004-04-02 Thread Brian Schoenhofer
On Tue, 2004-03-30 at 08:45, Brian Schoenhofer wrote: > On Tue, 2004-03-30 at 02:40, Gerald Richter wrote: > > Brian Schoenhofer wrote: > > > I have Embperl::Object setup for a directory on my Mandrake 9.2 > > > system. I have base.epl defining a page layout and would like to get > > > a cgi app to

Re: cgi app under embperl::object

2004-03-30 Thread Brian Schoenhofer
On Tue, 2004-03-30 at 02:40, Gerald Richter wrote: > Brian Schoenhofer wrote: > > I have Embperl::Object setup for a directory on my Mandrake 9.2 > > system. I have base.epl defining a page layout and would like to get > > a cgi app to run as if it were in a subdir of this Embperl directory. > > I

Re: cgi app under embperl::object

2004-03-29 Thread Gerald Richter
Brian Schoenhofer wrote: > I have Embperl::Object setup for a directory on my Mandrake 9.2 > system. I have base.epl defining a page layout and would like to get > a cgi app to run as if it were in a subdir of this Embperl directory. > I want the cgi app to be included in my template. > > I have th