Re: EmbperlObject in 1.3b6 and BEN-SSL

2000-11-07 Thread Gerald Richter
> > I just commited some changes to the CVS, so make test should now also work > > with BEN-SSL > > Just tried it, works perfectly (on Red Hat 7 (with all RH patches), > apache 1.3.12+ssl_1.41). > > I bow to your excellence, o great one > It wouldn't had worked without your help Gerald ---

Re: EmbperlObject in 1.3b6 and BEN-SSL

2000-11-07 Thread Neil Gunton
Gerald Richter wrote: > I just commited some changes to the CVS, so make test should now also work > with BEN-SSL Just tried it, works perfectly (on Red Hat 7 (with all RH patches), apache 1.3.12+ssl_1.41). I bow to your excellence, o great one :) -Neil ---

Re: EmbperlObject in 1.3b6 and BEN-SSL

2000-11-07 Thread Gerald Richter
Hi Neil, > > I have tried the CVS version on the foo/bar example, and it worked just > fine. Just for fun I tried it on my larger project as well, and it > seemed to work there too. Great! > :-) > (I skipped the 'make test' because it still trips up on the httpsd > stuff, but that's a separate

Re: EmbperlObject in 1.3b6

2000-11-07 Thread Neil Gunton
> I have commited a new version into the CVS which should solve the problem > with nested multiple ../foo.htm in EmbperlObject. > > Could you give it a try and see if it works for you. (see > http://perl.apache.org/embperl/CVS.pod.1.html#INTRO for cvs access) Hi Gerald, I have tried the CVS ver

Re: EmbperlObject in 1.3b6

2000-11-07 Thread Gerald Richter
Hi Neil, I have commited a new version into the CVS which should solve the problem with nested multiple ../foo.htm in EmbperlObject. Could you give it a try and see if it works for you. (see http://perl.apache.org/embperl/CVS.pod.1.html#INTRO for cvs access) Gerald ---

Re: EmbperlObject in 1.3b6

2000-11-01 Thread Gerald Richter
Hi, > I tried using Lynx, and got an error on reading /foo/bar/: > > "unexpected network read error: connection aborted". > > Again, this is the case where /foo/bar/subs.html is trying to Execute > ('../subs.html'), and /foo/subs.html is in turn doing the same. > > So, I tried using a small perl

Re: EmbperlObject in 1.3b6

2000-11-01 Thread Neil Gunton
I tried using Lynx, and got an error on reading /foo/bar/: "unexpected network read error: connection aborted". Again, this is the case where /foo/bar/subs.html is trying to Execute ('../subs.html'), and /foo/subs.html is in turn doing the same. So, I tried using a small perl script to read the

Re: EmbperlObject in 1.3b6

2000-11-01 Thread Gerald Richter
> > I set EMBPERL_DEBUG as you suggested. When I try the first case (using > Execute('../subs.html') and with subs.html present at every level of the > hierarchy), there is just a pause, followed by a message dialog from > Netscape saying that the document contained no data. There is no output > i

Re: EmbperlObject in 1.3b6

2000-11-01 Thread Neil Gunton
oice:+49 6133 925151 > WWW:http://www.ecos.de Fax: +49 6133 925152 > - > > - Original Message - > From: "Neil Gunton" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, November 01, 2000 12:3

Re: EmbperlObject in 1.3b6

2000-11-01 Thread Gerald Richter
25152 - - Original Message - From: "Neil Gunton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 01, 2000 12:35 AM Subject: EmbperlObject in 1.3b6 > Hi Gerald, > > I am still having problems with a scenario which

Re: EmbperlObject in 1.3b6

2000-11-01 Thread Neil Gunton
I noticed a small error in my previous message. The DirectoryIndex should be set to 'index.html', not 'base.html', since recursion would occur otherwise. In addition, there does need to be an (empty) index.html in every directory, the default for apache. Also, I apologise for the duplicate messag

EmbperlObject in 1.3b6

2000-10-31 Thread Neil Gunton
Hi Gerald, I am still having problems with a scenario which I will outline in detail below. I hope this functionality is not too much of a pain to incorporate. I have tried to supply a minimal case. Assume the following in the httpd.conf: SetHandler perl-script PerlHandler HTML

EmbperlObject in 1.3b6

2000-10-31 Thread Neil Gunton
Hi Gerald, I am still having problems with a scenario which I will outline in detail below. I hope this functionality is not too much of a pain to incorporate. I have tried to supply a minimal case. Assume the following in the httpd.conf: SetHandler perl-script PerlHandler HTML