> For that I used this directive just below (outside) my my various
> Virtualhost definitions:
>
>
> Action text/html /cgi-bin/embperl/embpcgi.pl
>
>
You have first to tell Apache that epl files are of type text/html
AddType text/html .epl
otherwise it will not trigger the Action handl
You may also take a look at DBIx::Recordset, see
http://perl.apache.org/embperl/Intrors.pod.cont.html for an short
introduction
Gerald
-
Gerald Richterecos electronic communication services gmbh
Internetconnect * Webserver/-design/-
> The following script doesn't seem to work as expected:
>
> --cut-
> [-
> $optRedirectStdout = 1;
> -]
>
optRedirectStdout can't be set inside a page, it must be set in the
httpd.conf. See:
http://perl.apache.org/embperl/Embperl.pod.6.html#_optXXX_dbgXXX
Geral
The following script doesn't seem to work as expected:
--cut-
[-
$optRedirectStdout = 1;
-]
Hello1
[-
print "Hello2";
-]
--cut-
I only get "Hello1".
This happens on Embperl 1.3b5 and Embperl 1.3b6, in combination with
$escmode =
Nicolas Parody wrote:
> I am trying to get Apache to use Embperl to interpret all Files ending in
> *.epl.
>
> However still no luck. Can anyone point me in the right direction??
I have something similar to the following in all my virtual hosts that
use Embperl.
# Virtual hosts
NameVirtualHost
Hi,
I know that my problem is more related to Apache than to Embperl but I was
hoping that someone could help me anyway.
I am trying to get Apache to use Embperl to interpret all Files ending in
*.epl.
For that I used this directive just below (outside) my my various
Virtualhost definitions:
Hello,
I am interested in using the Embperl - MySQL
DBI.
Currently i am using Traditional Perl
DBI.
I would like some help regarding the documentaion
on its usage,
and some benefits / problems / tips if anybody has
previously implemented it.
Any suggestions or help will be highly
appr