Re: Question about compiling JK1.2.15

2006-01-02 Thread Bill Barker
"Bob Smith" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bill, > > Thanks for pointing that out. I got locked in to the way I did > it from a previous version and didn't look far enough. > > Can you point out where the docs for configuring mod_proxy_ajp might > be? It's integra

Re: Question about compiling JK1.2.15

2006-01-02 Thread Bob Smith
Bill, Thanks for pointing that out. I got locked in to the way I did it from a previous version and didn't look far enough. Can you point out where the docs for configuring mod_proxy_ajp might be? Thanks, -Bob > It looks like you did: > ./configure --with-apache=/path/to/httpd/source > > in

Re: Question about compiling JK1.2.15

2006-01-02 Thread Bill Barker
It looks like you did: ./configure --with-apache=/path/to/httpd/source instead of: ./configure --with-apxs=/path/to/httpd/dist/bin/apxs The first builds mod_jk for static linking with Httpd, the second builds mod_jk.so. The second also correctly resolves the apr and apr-util includes autom