> 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]