Hi,

I have added debugging code to the configuration part. Please start the
httpd with

httpd -D EMBPERL_APDEBUG

and catch the output on the console, make your requests and look into the
error log of the httpd.

Please send me your httpd.conf, the console output and the error log, along
with the urls your are requesting.

Hopefully with this informations I am able to debug what's going wrong here

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


----- Original Message -----
From: "Cameron McBride" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 14, 2002 4:25 PM
Subject: Re: Possible 2.0b7 issues OR Setup help


> > ok, that's good to know
>
> Yeah -- we are sane!  ;-)
>
> > Could you please put all the Embperl directives in the first file and
then
> > send me the mod_info output for Embperl?
>
> Sure thing.
>
> I made a test that has a configuration that does not work (ie
> EMBPERL_OBJECT_BASE does not seem to change in a location block).
>
> To be clear, the 'root' directive of the EMBPERL_OBJECT_BASE is set
> differently than what is in the location block (The '_base.epl' is
> correct one that exists).  When any existing page in /eptest is
> requested, it comes back 404 -- as expected due to the optReturnError.
> ;-)
>
> mod_info just tells me what is in the config file, except that a few
> directives are listed multiple times, even though they are defined only
> once in the config file.
>
> Anyhow, here's the output:
>
> ==========> mod_info <==========
> <..snip..>
>
> Current Configuration:
> conf/httpd.conf
>     Embperl_UseEnv off
>     EMBPERL_LOG /var/log/httpd/embperl.log
>     EMBPERL_SESSION_HANDLER_CLASS 'no'
>     EMBPERL_OPTIONS 262144
>     EMBPERL_OPTIONS 262144
>     EMBPERL_DEBUG 1
>     EMBPERL_DEBUG 1
>     EMBPERL_DEBUG 1
>     EMBPERL_OBJECT_BASE not_base.epl
>     EMBPERL_URIMATCH (\.htm.?)
>     EMBPERL_MAIL_ERRORS_TO cam@localhost
>     EMBPERL_MAIL_ERRORS_LIMIT 0
>     EMBPERL_OBJECT_FALLBACK missing.html
>     <Location /eptest>
>       EMBPERL_APPNAME eptesting
>       EMBPERL_OBJECT_BASE _base.epl
>       EMBPERL_URIMATCH (\.htm.?)
>     </Location>
>
> <..snip..>
>
> ==========> config file <==========
> <..snip..>
>
> PerlModule Embperl
> Embperl_UseEnv off
>
> EMBPERL_LOG /var/log/httpd/embperl.log
> EMBPERL_SESSION_HANDLER_CLASS 'no'
>
> EMBPERL_OPTIONS 262144
>
> EMBPERL_DEBUG 1
>
> EMBPERL_OBJECT_BASE not_base.epl
> EMBPERL_URIMATCH (\.htm.?)
>
> EMBPERL_MAIL_ERRORS_TO cam@localhost
> EMBPERL_MAIL_ERRORS_LIMIT 0
>
> EMBPERL_OBJECT_FALLBACK missing.html
>
> AddType text/html .epl
>
> <Location /eptest>
>   EMBPERL_APPNAME eptesting
>   EMBPERL_OBJECT_BASE _base.epl
>   EMBPERL_URIMATCH (\.htm.?)
>   SetHandler perl-script
>   PerlHandler Embperl::Object
>   Options ExecCGI Indexes
> </Location>
>
> <..snip..>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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

Reply via email to