Well, that configure command shouldn't do anything at all to mod_proxy. That looks like a configure command to build Apache.


In general, when using GNU autoconf (of which configure is a part), the steps are:

./configure --some-option-here=the-value-of-the-option
make
make install

John

On Wed, 28 May 2003 14:10:10 -0400, Eric fiedler <[EMAIL PROTECTED]> wrote:

Has anyone who has integrated Apache and Tomcat built mod_proxy by any
chance?

My documentation on the Jakarta tomcat proxy hot-two document says to run
the following command. I am on a Solaris machine:

./configure --enable-module=proxy

This creates a file called mod_proxy.o; not mod_proxy.so as the
documentation says it should. The next step the documentation says is too
add the line "LoadModule proxy_module libexec/mod_proxy.so" and as stated, I
have mod_proxy.o


Anyone know what I am doing wrong or something else that should be done?


Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to