Funky behavior involving perl-status....

2001-02-26 Thread kevinr
Hello peoples, I have an interesting little problem. I have looked in the archives and not been able to find anything. Configuration: Mandrake Linux 7.2 perl 5.6.0 apache 1.3.14 - compiled from source with modules compiled statically mod_rewrite

RE: Install problems

2000-11-17 Thread kevinr
I assume your using apache_1.3.14 and mod_perl-1.24. You need mod_perl-1.24_01. It will work. I had the same problem. Kevin Riggins Dice.com email: [EMAIL PROTECTED] email: [EMAIL PROTECTED] phone: (515) 313-2127 -Original Message- From: James Hall [mailto:[EMAIL PROTECTED]] Sent:

RE: compiling modperl on alpha

2000-11-17 Thread kevinr
The -Wl flag is used to cause the rpath part to be passed on the ld stage of compiling if it is called with cc. The man pages for cc explain it in better detail. The problem is that the Makefile for mod_perl in $APACHE_SRC/src/modules/perl calls ld directly and the -Wl flag is not supported

RE: compiling modperl on alpha

2000-11-17 Thread kevinr
ld -shared -expect_unresolved "*" -O4 -msym -std -s -L/usr/local/lib -o For whatever reason, it's trying to build a dso. I'd double check my settings. Kevin Riggins - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

ProxyPass logging and can I ProxyPass a filetype instead of a directory?

2000-11-15 Thread kevinr
Hey peoples, Two questions: 1) How can I make sure that the target of my ProxyPass directive is actually serving up the pages? I'm not seeing any logging and saw online that I wouldn't normally. I know it sounds silly, but I have a really weird environment and am doing some testing and need

Trying to use startup.pl to reduce the size of httpd child processes....

2000-11-13 Thread kevinr
Hello all, I am trying to reduce the size of my child httpd processes. We are using modperl, Embperl, DBI and DBD:Oracle. Our current httpd processes quickly grow to 22M or so after a database connection. I read in the modperl docs that modules can be preloaded into the parent httpd process