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
Thanks for replying so fast! 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. Th

Re: EmbperlObject in 1.3b6

2000-11-01 Thread Gerald Richter
Hi Neil, the setup you outlined below should work as you expected with 1.3b6. To give me a chance to track down why it doesn't please set EMBPERL_DEBUG to 66609149 and send me the embperl.log file of your request and the output you see at the browser. The issue with ESCMODE = 0 is that, in 1.3b

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