You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Chen, Karen" <KC...@WhiteRockNetworks.com> on 2003/02/13 20:35:23 UTC

RE: [users@httpd] How to make proxy work from the distribution bi nary?

Sorry that I have to post the following question again. It seem that
the Binary distribution does NOT include the Proxy module because
after I untar the file, I don't see mod_proxy.so in bindist/modules
directory.

Is this correct that you have to compile source to include the Proxy?  I
just
don't understand why this is done like this? Compile / install source is not
biggee for me but it will be big for our customer that try to use the Apache
server.

If anyone know where can find a copy of mod_proxy.so, I would be
appreciated.

thanks again.



-----Original Message-----
From: Chen, Karen [mailto:KChen@WhiteRockNetworks.com]
Sent: Thursday, February 13, 2003 10:40 AM
To: 'users@httpd.apache.org'
Subject: [users@httpd] How to make proxy work from the distribution
binary?


Hi, Everyone,

First I want to thank everyone's help on the problem of solaris 2.8
libsendfile.so. After install about 4 solaris 2.8 patches,
finally I don't have this problem anymore.

Now I have a different problem is what exactly need to do to make the proxy
work from the Solaris Apache 2.0.43 binary? 
Previously I have downloaded the source and I compiled with proxy turn on
and also modify the configuration file
to turn of proxy. Everything is working then.

Now I am downloading the Solaris 2.8 Apache 2.0.43 binary file, and I did
the following to turn on Proxy. but It is NOT working anymore.  Then I tried
to add proxy_mod.so, but the official binary does not have that module?

So I am really confusing as to what exactly need to do for the Binary
distribution to work on Proxy?

<IfModule mod_proxy.c>
ProxyRequests On

<Proxy *>
    Order deny,allow
    Deny from all
    Allow from all
</Proxy>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org