You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Gerald Richter <ri...@ecos.de> on 2002/04/07 20:49:49 UTC

Re: PerlModule hell - questions and comments

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:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: PerlModule hell - questions and comments

Posted by Kee Hinckley <na...@somewhere.com>.
At 9:13 PM +0200 5/26/02, Gerald Richter wrote:
>Hi Kee,
>>  >
>>  >I am back, so let start another round in debugging the setup ....
>>
>>  I haven't forgotten this--just swamped.  Hopefully later this week.
>>
>
>While trying to get Embperl to work with Apache 2.0, I had another idea what
>maybe the problem. To verfiy this, could you please send me the output of
>
>httpd -l
>
>I guess you have both, mod_perl.c and mod_dso.c in this list...
>
>At least this would explain the strange behaviour and is a setup that I
>didn't have tested so far. If this is the case I think I will be able to fix
>it

Compiled-in modules:
   http_core.c
   mod_so.c
   mod_perl.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec

-- 

Kee Hinckley - Somewhere.Com, LLC
http://consulting.somewhere.com/

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: PerlModule hell - questions and comments

Posted by Gerald Richter <ri...@ecos.de>.
Hi Kee,
> >
> >I am back, so let start another round in debugging the setup ....
>
> I haven't forgotten this--just swamped.  Hopefully later this week.
>

While trying to get Embperl to work with Apache 2.0, I had another idea what
maybe the problem. To verfiy this, could you please send me the output of

httpd -l

I guess you have both, mod_perl.c and mod_dso.c in this list...

At least this would explain the strange behaviour and is a setup that I
didn't have tested so far. If this is the case I think I will be able to fix
it

Gerald



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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org


Re: PerlModule hell - questions and comments

Posted by Kee Hinckley <na...@somewhere.com>.
At 8:49 PM +0200 4/7/02, Gerald Richter wrote:
>Hi Kee,
>
>I am back, so let start another round in debugging the setup ....

I haven't forgotten this--just swamped.  Hopefully later this week.

>
>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:     richter@ecos.de         Voice:    +49 6133 925131
>WWW:        http://www.ecos.de      Fax:      +49 6133 925152
>-------------------------------------------------------------


-- 

Kee Hinckley - Somewhere.Com, LLC
http://consulting.somewhere.com/
nazgul@somewhere.com

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org