Marco Scoffier wrote:
> On Wed, Apr 14, 2004 at 07:19:10PM -0400, Marco Scoffier wrote:
>> Ok I removed all the debian packages and built Apache, mod_perl and
>> Embperl from source.
>>
>>    apache_1.3.29.tar.gz
>>    Embperl-2.0b11.tar.gz
>>    mod_perl-1.0-current.tar.gz
>>
> It has come to my attention that I am mixing Embperl2 with Apache1.3
> which doesn't work.

Embperl 2 works well with Apache 1.3 (and 2.0).

>
>    ERR: 56: : Unknown Provider epcompile
>

Do you load Embperl on server startup?

Please try to add a

PerlModule Embperl

to your httpd.conf.

> <Location /hello>
>     PerlHandler Embperl::Object
>     PerlSetEnv EMBPERL_OBJECT_BASE _base.epl
>     PerlSetEnv EMBPERL_URIMATCH "\.html"
>     SetHandler  perl-script
>     Options ExecCGI
> </Location>

Embperl 2 does not require the PerlSetEnv anymore. If you want to use them,
you must add a

Embperl_UseEnv on

to your httpd.conf

Gerald

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
Besuchen Sie uns auf der CeBIT (18. - 24. März 2004)
Halle 6 Stand B38-452

ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to