Re: Embperl::Object configure problems

2005-01-11 Thread Michael Stepanov
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

RE: Embperl::Object configure problems

2005-01-11 Thread Gerald Richter
> > 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

Re: Embperl::Object configure problems

2005-01-11 Thread Michael Stepanov
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)

Re: Embperl::Object configure problems

2005-01-11 Thread Michael Stepanov
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

RE: Embperl::Object configure problems

2005-01-11 Thread Gerald Richter
> 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

RE: Embperl::Object configure problems

2005-01-11 Thread Gerald Richter
> 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

Re: Embperl::Object configure problems

2005-01-11 Thread Michael Stepanov
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

Re: Embperl::Object configure problems

2005-01-07 Thread Michael Stepanov
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

RE: Embperl::Object configure problems

2005-01-05 Thread Gerald Richter
> > 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

Re: Embperl::Object configure problems

2005-01-05 Thread Luiz Fernando
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

Embperl::Object configure problems

2005-01-05 Thread Michael Stepanov
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