Re: Apache::EmbperlFilter - Subtle Problem Solved

1999-10-04 Thread G.Richter
Onto the unsolved problems: 1. I get Stack Underflow errors every once in a while from Embperl on pages that work fine on a reload. I guess your problem occures when the input of Embperl changes. I have already discussed that problem with Miachel. You need to change the mtime parameter,

Re: Embperl virtual log and mod_perl handlers

1999-10-04 Thread BeerBong
Doesn't looks so good :-( BTW which version of mod_perl you are using? 1.21 Embperl 1.1.1 has problems with newer mod_perl versions, because of changes in the handling of $ENV inside mod_perl. So your problem may result from that,maybe... I would suggest to test 1.2b9. It's a really

Re: Comparison PHP,clean mod_perl script,Apache::ASP,HTML::Embperl

1999-10-04 Thread Leslie Mikesell
According to BeerBong: Huh, another test test.epl According to BeerBong: test.epl -- use DBI; $dbh = DBI-connect("DBI:Oracle:SIMain","test","test"); PHP3 and mod_perl script with DBD::Oracle - 24 Requests per second Is this with or without

RE: Parse::ePerl::Execute

1999-10-04 Thread Gerald Richter
BTW, what's the future of ePerl? Development has been quiet for over a year. Is Ralph Engelschall still the maintainer? And it's sad to see that perl.apache.org doesn't mention ePerl anymore, while it mentions HTML::Embperl. Ralf told me, that he will still do bugfixes to ePerl, but no

RE: Embperl make test need help...

1999-10-04 Thread Gerald Richter
Starting httpd... [Mon Oct 4 15:06:44 1999] [crit] (125)Address already in use: make_sock: could not bind to port 8529 Cannot open test/tmp/httpd.pid at test.pl line 953. There is already a Apache running on port 8529. Stop it and rerun the test. Gerald

RE: Embperl make test need help...

1999-10-04 Thread Jearanai Vongsaard
On Mon, 4 Oct 1999, Gerald Richter wrote: Starting httpd... [Mon Oct 4 15:06:44 1999] [crit] (125)Address already in use: make_sock: could not bind to port 8529 Cannot open test/tmp/httpd.pid at test.pl line 953. There is already a Apache running on port 8529. Stop it and rerun

RE: Embperl make test need help...

1999-10-04 Thread Gerald Richter
Thank you very much. I got it run already. I can start my http but I still get some errors. What should I do? Can I ignore these errors or I have to fix them? --Thanks ... Use of uninitialized value at (eval1218) line 1. Starting httpd... pid = 5764 ok Testing mod_perl mode...

module for pushing?

1999-10-04 Thread Jim Serio
Here's my problem We are in the process of delivering a Web Cast and we would like to "control" the delivery of pages to the browser. For example, let's say you visit a Web Cast and you only need to load the first page. Subsequent pages are automatically pushed from the server. While is

proxypass with dynamic DocumentRoot

1999-10-04 Thread John D Groenveld
I've been using mod_proxy to proxypass my static content away from my /modperl directories. Now, I'd like to make my root dynamic and thus pass everything except /images and /static. I've looked at the guide and tuning docs, as well as the mod_proxy docs, but I must be missing something. Thanks,

new for embperl...

1999-10-04 Thread Jearanai Vongsaard
Can somebody help me for telling steps that embperl works. I saw a code in the example page like: [$ while ($k, $v) = each (%ENV) $] [+ $k +] = [+ $v +] [$ endwhile $] How can I use it? Should I save it as test.pl and compile with command perl test.pl? I went over the embperl web but still