Re: embpcgi.pl problem

2001-06-30 Thread Gerald Richter
>[14227]ERR: 13: Line 36: Missing right $] It's hard to say what's going wrong here. I have to see the page that cause the error, to have any idea. There is no problem running Embperl as CGI, also the server has mod_perl compiled in Gerald P.S. I am out of office for the next week, so I am no

Re: Embperl 1.3.3 error on start up

2001-06-30 Thread Gerald Richter
> I could fix it by moving the lines >... > of Embperl.pm to the beginning of the else block, so that > $Apache::Session::VERSION is defined. Is that ok? > Yes, this makes sense (You could also load Apache::Session before Embperl) I change this in the next release Gerald -

Re: Apache::Session::Store::DB_File does not work

2001-06-30 Thread Gerald Richter
> The "DB_File" session store does not work for me. It seems to be a locking > or flushing issue: the modified session data are not written to the DB_File > immediately, so that the cookie id sent to the server with the next request > is not found in the store and a new cookie id is generated an

Re: embperl and taint question

2001-06-30 Thread Gerald Richter
> > So, can someone please tell me if I can turn on/off taint mode when using > embperl and how, > for example, can I put -wT in my embperl perl code somehow or is it in > config , etc.??? > When running under mod_perl use PerlTaintCheck on in your httpd.conf, when running as CGI, at -wT to the

Re: Using Mail modules with Embperl

2001-06-30 Thread Gerald Richter
> We've tried to use both the Mail::Sendmail and Mail::Sender modules with > Embperl, and have come across the same difficulty with both: a script will > work correctly once (i.e. will send mail out through an SMTP server) and > then will not work again until Apache is re-booted. Can anyone shed

Fw: Problems with EPHTML on AIX-Unix.

2001-06-30 Thread Gerald Richter
- Original Message - From: "Keld Norman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 2:42 PM Subject: Problems with EPHTML on AIX-Unix. Hi G. Richter. I am trying to install HTML-Embperl-1.3.3 on an apache server running on an AIX 4.3.3 (UNIX), and I am gett

Re: Sessions with Postgres

2001-06-30 Thread Gerald Richter
> > as i see it, the "proper" fix is to either: > > 1. write a Lock::Postgres class that ends the transaction on > release_all_locks (or release_{read,write}_locks) > > 2. reimplement HTML::Embperl::Session to create and destroy > Apache::Session objects, rather than reusing them. (this is how > A

Re: PerlAccessHandler and HTML::Embperl

2001-06-30 Thread Gerald Richter
> > All calls to $r->args etc in the access handler either block or return > nothing so I'm assuming that either something has already taken the > data (in which case I need to know where to get it) or POST data isn't > available at that step of the apache execution chain ... > $r -> content shou

embpcgi.pl problem

2001-06-30 Thread Mustafa Mahudhawala
Hello friends,Having a wierd problem,I am working on a server where I am trying to pass certain embperl filesthro embpcgi.plThe Server As Shown Below has is compiled with mod_perl,But no embperl configuration is done i.e no Files Match *.epl or /embperl/etcAnd I do not have root access to co

Re: Content_length problem

2001-06-30 Thread Gerald Richter
> Gerarld, I have got proof that this problem is true on some systems. > > See the included embperl.log. Search for "Formdata". Note that the first > request is POST (username and password strings) and the second is just a get > of a page (with one GET param: logout=1). > > Note the content leng