Re: [mp2] make test fails to start httpd on AIX 5.2, IHS 2.

2005-10-10 Thread uribemu
Hi Bill, Sorry, no hope to use anything more recent, this is a build for a production environment and I can only use stable IHS and mod_perl versions, even though I agree that it would be nice to get the latest and brightest. Thanks a lot. Juan Manuel Uribe Mu [EMAIL PROTECTED] -O

Re: [mp2] make test fails to start httpd on AIX 5.2, IHS 2.

2005-10-10 Thread Philip M. Gollucci
William A. Rowe, Jr. wrote: Question, any hope you could use something more recent than a 2 year old distribution of httpd, and let us know if the modern version reproduces the problem? While I agree upgrading is good. Since we say it should work, we should either look into it or up the minium.

Re: [mp2] make test fails to start httpd on AIX 5.2, IHS 2.

2005-10-10 Thread William A. Rowe, Jr.
Question, any hope you could use something more recent than a 2 year old distribution of httpd, and let us know if the modern version reproduces the problem? http://httpd.apache.org/dev/dist/ happens to contain what we hope will become an official 2.0.55 release, with some new AIX build fixes, gi

[mp2] make test fails to start httpd on AIX 5.2, IHS 2.

2005-10-10 Thread uribemu
1. Problem Description: make test fails to start httpd on AIX 5.2 Maintenance Level 2 with IBM HTTP Server 2.0.47.1. The HTTP startup process times out. 2. Used Components and their Configuration: *** mod_perl version 2.01 *** using /download/perl/mod_perl-2.0.1/lib/Apache2/BuildConfig

Re: enviroment Vars

2005-10-10 Thread Pratik
Hi Gordon, Have a look at http://perl.apache.org/docs/2.0/user/config/config.html#C_SetupEnv_ It's always a good idea to turn that option off and use Perl Apache API instead of CGI. You will need to do "PerlPassEnv" for each env variable that you set in your outside Apache environment, for them

Re: enviroment Vars

2005-10-10 Thread Risanecek
On 10/10/05, Gordon Stewart <[EMAIL PROTECTED]> wrote: I am new to mod perI.   I have set up a virtual web server and it rely on enviroment variables.  When I restart my apache server only 3 enviroment variables are set.  When I logon using the apache user over 20 enviroment vars are set. where

enviroment Vars

2005-10-10 Thread Gordon Stewart
Dear List    I am new to mod perI.   I have set up a virtual web server and it rely on enviroment variables.  When I restart my apache server only 3 enviroment variables are set.  When I logon using the apache user over 20 enviroment vars are set. where have my enviorment variables gone.   T