Re: apache fails to work with mod_perl .. (old PerlRequire conf/startup.pl + more info)

2000-10-15 Thread falstaff


I have found that I can now build an apache_1.3.14 binary with
mod_perl-1.24 . I had to rebuild the perl5.6.0 binary with config_args:
config_args='-des -Doptimize=-02 -march=i386 mcpu=686 -Dcc=gcc -Dcccdlflags=-fPIC 
-Darchname=i386-linux -Dd_dosuid -Dd_semctl_semun -Di_db -di_ndbm -Di_gdbm -Di_shadow 
-Uuselargefiles'

These arguments are how the binary shipped with RedHat7 was configured.
Does anyone see something here I should worry about?
Also, make test is failing about 3/4 of the tests. But at least it is
running.

-- 
Danny Aldham Providing Certified Internetworking Solutions to Business
www.postino.com  E-Mail, Web Servers, Web Databases, SQL PHP  Perl



PerlRequire conf/startup.pl

2000-10-13 Thread Dennis



Hey

I have "PerlRequire conf/startup.pl" in 
httpd.conf
and startup.pl has "1;" in it
then I start apache "/usr/local/apache/bin/apachectl start

and it says:
/usr/local/apache/bin/apachectl start: httpd 
started

butit looks like it's exiting out right 
away. is that what it's supposed to do ?

thanks
Dennis 



Re: PerlRequire conf/startup.pl

2000-10-13 Thread iain truskett

* Dennis ([EMAIL PROTECTED]) [14 Oct 2000 16:00]:

 I have "PerlRequire conf/startup.pl" in httpd.conf
 and startup.pl has  "1;" in it
 then I start apache "/usr/local/apache/bin/apachectl start

 and it says:
 /usr/local/apache/bin/apachectl start: httpd started

 but it looks like it's exiting out right away.  is that what it's supposed to do ?

Do you mean httpd is exiting right away or that startup.pl is?

If the former, then have you looked in your Apache error log?

If the latter, then that's good since startup.pl is meant to be run at
the start of an httpd starting up and just set some things up for later
(I use it to get XML::Parser and stuff into memory early on to speed up
the first requests).


cheers,
-- 
iain truskett, aka Koschei.http://eh.org/~koschei/
You know you are addicted to coffee if...
 8  You chew on other people's fingernails.