Aaron Johnson wrote:
> In reference to not running under the embperl directory.
>
> It seems you have not added all the needed changes to your
> httpd.conf possibly. Is this under mod_perl?
It was under CGI. I figure I'd play with that before mod_perl.
> Make sure you have added all the line
In reference to not running under the embperl directory.
It seems you have not added all the needed changes to your httpd.conf possibly.
Is this under mod_perl?
Make sure you have added all the lines mentioned in the HTML::Embperl
documentation to your httpd.conf. See:
http://perl.apache.org/emb
Wim Kerkhoff wrote:
> On Fri, Sep 08, 2000 at 02:07:36PM -0400, Peter S Galbraith wrote:
>
> > [+ foreach $key (%fdat) { print "$key -> $fdat{$key}\n" } +]
>
> Doing a print this way will not output to the browser. You
> having to print to the OUT handle, which is STDOUT in embperl:
>
>
> [+
Hello,
This is probably very easy, I'm new at embperl.
I've setup embperl (using Debian GNU/Linux) and a simple perl
substitution test works fine. I run into problems trying to post
data to a embperl script.
apache reports the following error:
(8)Exec format error: exec of /usr/local/lib/emb
Hi,
does anybody know if there are up-to-date (meaning 1.3b5) binary
packages for Debian Linux (Alpha) somewhere out there? The .deb
included in the distribution (Potato) is Embperl 1.2.1, which among other
things is not even compatible to the also distributed
Apache::Session 1.53 ...
Andre
---