Return-Path: Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 58939 invoked by uid 500); 18 Nov 2002 08:15:43 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 58924 invoked from network); 18 Nov 2002 08:15:43 -0000 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Prblems with apache, modperl and embperl Date: Mon, 18 Nov 2002 09:15:45 +0100 Message-ID: <95BCA0B06D9DCC4AA5DA652536CA18CF0E5B84@onsys-lu-exch-1.walzm.onsys.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Prblems with apache, modperl and embperl Thread-Index: AcKO2qc8VIJT3AJnR3i2MBFaBEYzgw== From: "Leideck, Wolfgang" To: X-Virus-Scanned: by amavis-milter (http://amavis.org/) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, i'm building a runtime environment for my application with = apache-2.0.43, mod_perl-2.0-current and embperl-2.0.8b under redhat-linux 7.3. Here a snipped of httpd.conf: ... LoadModule perl_module modules/mod_perl.so PerModule Apache2 LoadModule embperl_module modules/Embperl.so ... EMBPERL_OPTIONS 16 EMBPERL_APPNAME application EMBPERL_OBJECT_BASE base.epl EMBPERL_OBJECT_APP theapp.pl EMBPERL_OBJECT_FALLBACK notfound.html SetHandler perl-script PerlHandler Embperl::Object Options ExecCGI ... If i want start apache i got following error: Starting httpd: Syntax error at line ... Invalid command EMBPERL_OPTIONS ... I added SetEnv in front of the EMBPERL_... variables and now apache = starts. But if i request a page under given directory i got an internal server error because = "_base.epl" is not found. I have apache compiled with mod_dso enabled. What's wrong here or do i missing something? Wolfgang ---- Wolfgang Leideck (Serversupport) ONSYS GmbH =20 Rheinuferstr. 9 --- D-67061 Ludwigshafen Fon: +49 (0)621/60-44103 =20 Fax: +49 (0)621/60-73744 =20 --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org For additional commands, e-mail: embperl-help@perl.apache.org