Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 1.3.27 on solaris...want to configure for proxypass

Status
Not open for further replies.

fabfam1

IS-IT--Management
Feb 13, 2003
2
CH
Hi,

I want to configure for proxypass in a standalone Apache 1.3.27 running on solaris.
I have done the following changes in httpd.conf
<IfModule mod_proxy.c>
ProxyRequests On
ProxyPass / ProxyPass / </IfModule>

However when I logon to the server, I am shown the home page of apache dcoumentation instead of yahoo.com.
Pls let me know what else needs to be done.
looking forward to a quick response..
Any sample httpd.conf for apache1.3.27 will also be of great help !
Rgds.
 
I have executed the following :

gzip -d -c apache_1.3.27.tar.gz | tar xvf -
cd ../apache_1.3.27
./configure --prefix=/appl/apachetest/apache_1.3.27 --enable-module=proxy
make
make install

...is this sufficient to load mod_proxy....or am I missing out on something ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top