Gerald Richter wrote:
Looks like you should use
Thanks, Gerald, it resolved my problem.
Gerald
EMBPERL_APPNAME test
EMBPERL_OBJECT_BASE base.html
EMBPERL_URIMATCH "\.htm.?|\.epl$"
SetHandler perl-script
PerlHandler Embperl::Object
Options ExecCGI
>
>
Looks like you should use
Gerald
> EMBPERL_APPNAME test
> EMBPERL_OBJECT_BASE base.html
> EMBPERL_URIMATCH "\.htm.?|\.epl$"
> SetHandler perl-script
> PerlHandler Embperl::Object
> Options ExecCGI
>
>
>
>
> And in this case Embperl doesn't work at
Gerald Richter wrote:
For every virtual host define a different name with
Embperl_Appname
Thanks, I understand that. But I don't understand whole picture.
Let's see configuration of Embperl:
1) load mo_perl.so;
2) load Embperl.so;
3) Add new file type - text/html - *.epl;
4) load Embperl.pm;
3)
Gerald Richter wrote:
Thanks, Gerald, for your answer. But I still have a problem
with configuration of Embperl::Object. I see in the browser error:
Internal Server Error
and there are not any error messages into main http error log
of virtual host error log. Any suggestions?
Are you real
> Sorry for that stupid question but I still have the problem
> with configuration of Embperl::Object. Well, I'd like to have
> the different configuration of Embper::Object but I couldn't
> setup it into ... . Possibly, it
> happend because it needs to define configuration directives
> befor
> Thanks, Gerald, for your answer. But I still have a problem
> with configuration of Embperl::Object. I see in the browser error:
>
>
> Internal Server Error
>
>
> and there are not any error messages into main http error log
> of virtual host error log. Any suggestions?
>
Are you really
Gerald Richter wrote:
SetHandler perl-script
PerlHandler Embperl
Options ExecCGI
Remove this block, or put it in a different block then the
Embperl::Object stuff
Sorry for that stupid question but I still have the problem with
configuration of
Embperl::Object. Well, I'd li
Gerald Richter wrote:
SetHandler perl-script
PerlHandler Embperl
Options ExecCGI
Remove this block, or put it in a different block then the
Embperl::Object stuff
Thanks, Gerald, for your answer. But I still have a problem with
configuration of Embperl::Object. I see in the
>
> SetHandler perl-script
> PerlHandler Embperl
> Options ExecCGI
>
>
Remove this block, or put it in a different block then the
Embperl::Object stuff
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi,
There is a clash between the FilesMatch and Location directives.
A simple example using .epo for EmbperlObject, .epl for plain Embperl
and .epr for resource files (files that are executed only:
# httpd.conf --
AddType text/html .epl
AddType te
Hi there,
I've used Embperl for 2 years. So, now I've decided to
try Embperl::Object.
I've configured apache as noticed below but when I request
target script I see output of only that script, not base.epl:
perl.conf:
PerlSetEnv EMBPERL_LOG /tmp/embperl.log
PerlSetEnv EMBPERL_DEBUG 33825832
LoadMod
11 matches
Mail list logo