[EMAIL PROTECTED] Apache 2.0 on AIX 5.3

2006-06-09 Thread phil
Greetings all! I've spend a good portion of this week trying to install Apache 2.0.58 on AIX 5.2 with the assistance of a helpful article: http://people.apache.org/~trawick/apache-2-on-aix.html However, no matter what I do the resulting httpd will not load any module: #

RE: [EMAIL PROTECTED] Apache 2.0 on AIX 5.3

2006-06-09 Thread JP
... However, no matter what I do the resulting httpd will not load any module: ... That is all I get, two lines. (If I comment out the LoadModule directive on line 233 -- and all other LoadModule directives, I instead get the expected error: Invalid command 'Order', perhaps mis-spelled

RE: [EMAIL PROTECTED] Apache 2.0 on AIX 5.3

2006-06-09 Thread phil
Can you tell me the exact configure command you used to configure your apache? Would it apply to my 2.0.58 apache? Phil P.S. the 'Order' error message is just for reference -- if I do not comment out the LoadModule directives, then I get the weird two line error: Syntax error on line 233

RE: [EMAIL PROTECTED] Apache 2.0 on AIX 5.3

2006-06-09 Thread JP
Can you tell me the exact configure command you used to configure your apache? ./configure --prefix=/www/apache --with-ssl=/www/linux --enable-mods-shared=all \ --disable-deflate --enable-proxy=shared --with-mpm=worker --without-berkeley-db Would it apply to my 2.0.58 apache? I don't

RE: [EMAIL PROTECTED] Apache 2.0 on AIX 5.3

2006-06-09 Thread phil
Is there a way to find out which configure parameters were supplied to a particular apache install? This way perhaps I could determine the paramaters that the working apache 1.3 was compiled with, which works with LoadModule... On Fri Jun 9 14:28 , 'JP' [EMAIL PROTECTED] sent: Can you

Re: [EMAIL PROTECTED] Apache 2.0 on AIX 5.3

2006-06-09 Thread phil
: ../httpd_build_dir/config.nice or if that's not around check the findings of % httpd -h -ds - Original Message - From: phil [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Friday, June 09, 2006 12:37 PM Subject: RE: [EMAIL PROTECTED] Apache 2.0 on AIX 5.3 Is there a way to find out

Re: [EMAIL PROTECTED] Apache 2.0 on AIX 5.3

2006-06-09 Thread phil
] Apache 2.0 on AIX 5.3 Is there a way to find out which configure parameters were supplied to a particular apache install? This way perhaps I could determine the paramaters that the working apache 1.3 was compiled with, which works with LoadModule... On Fri Jun 9 14:28 , 'JP' [EMAIL PROTECTED