Hi Kee,

I am back, so let start another round in debugging the setup ....

I have tried to create a minimal httpd.conf. I have a httpd (1.3.23) with
staticly compiled in mod_perl 1.26 and Perl version 5.6.1 (I try several
other combinations, but same result). With this httpd.conf Apache starts
without problems and when I do a request to
http://localhost:8531/server-info I see the Embperl configuration. (of
course mod_info must be compiled in)

Does this also works for you or do you get the same errors as before?

If you still get errors, how is your mod_perl compiled (which parameter did
you give to perl Makefile.PL) ? and please send me the output of perl -V

Gerald

------

ServerRoot "/usr/msrc/ep2a/test"
ServerName localhost
DocumentRoot "/usr/msrc/ep2a/test"
Port 8531

User nobody
Group root

MinSpareServers 1
MaxSpareServers 30
StartServers 3
MaxClients 10
MaxRequestsPerChild 0

DirectoryIndex index.htm

ErrorLog tmp/httpd.err.log
PidFile tmp/httpd.pid
AccessConfig conf/null
ResourceConfig conf/null
TypesConfig conf/null
LockFile tmp/httpd.lock

PerlModule Embperl

Embperl_UseEnv off


<Location /server-status>
SetHandler server-status
</Location>

<Location /server-info>
SetHandler server-info
</Location>





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




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

Reply via email to