Hi Stas,

I tried the Timeout-value and as you thought it hasn't any influence
because with
the prefork-model the server needs around 26secs to startup.

I found something new. As I commented out every module I tried to figure
out
which one is the bad one, so I activated one after the other and did
"t/TEST -conf"
and "t/TEST" each time. There are two bad ones.
Each time I activated mod_proxy (ie. mod_proxy and mod_proxy_http) or
mod_dav
(ie. mod_dav and mod_dav_fs) the server didn't startup and quit silently.
Independent of the fact which of the two modules I loaded and independent
from
the order of the Loadmodule-Statements. No chance in combination with
mod_perl.

So I compiled mod_proxy and mod_dav statically into httpd. And big
surprise:
Now everything works! :-)
I got some errors (Can't load module...) on the test-routines for the APR::
modules.
Should I post them here, because I don't know if this is a "bug"?

Tomorrow I will try to do the strace thing for the case "everyhting as DSO"
and
then open a bug-report.

kind regards,
Johannes



Stas Bekman <[EMAIL PROTECTED]> wrote on 08.09.2004 17:09:41:

> [EMAIL PROTECTED] wrote:
>
> > I'm new to this list and trying to compile modperl for Apache2.
> > (I've done this some time ago for modperl 1.26 and Apache 1.3.22.)
> > I'm using Perl 5.8.5 under AIX 4.3.3. My compiler is vac 5.0.2.8.
>
> Johannes, to submit problem report please use:
> http://perl.apache.org/bugs/
>
....................................................................................

> > waiting 120 seconds for server to start: not ok
> > [  error] giving up after 121 secs. If you think that your system
> > is slow or overloaded try again with a longer timeout value.
> > by setting the environment variable APACHE_TEST_STARTUP_TIMEOUT
> > to a high value (e.g. 420) and repeat the last command.
> >
> > [  error] server failed to start! (please examine t/logs/error_log)
> > +--------------------------------------------------------+
> > | Please file a bug report: http://perl.apache.org/bugs/ |
>
> Have you read the suggestion? Did you try to set the startup timeout to a

> higher value? Though it's probably not the cause, especially not with
> prefork mpm, it's still something to try.
>
> > And in the error_log is only one line:
> > END in modperl_extra.pl, pid=19306
> >
> > What shall I do now?
> > Does anyone have the same problem?
> >
> > I've tried to run the command with strace, but I think this works
different
> > under AIX,
> > because it won't start, when I say:
> > strace /www/apache2/bin/httpd -d /build/perl/mod_perl-1.99_16/t -f
> > /build/perl/mod_perl-1.99_16/t/conf/httpd.conf -D APACHE2 -DONE_PROCESS
> > -DNO_DETATCH
> > It complains: usage: strace [mid sid level] ...
> > I've never done anything with strace so far.
> >
> > Is there anybody out there who can help me?
>
> % man strace
>
> --
> __________________________________________________________________
> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org   http://ticketmaster.com
>
> --
> Report problems: http://perl.apache.org/bugs/
> Mail list info: http://perl.apache.org/maillist/modperl.html
> List etiquette: http://perl.apache.org/maillist/email-etiquette.html
>


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to