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 ?
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 / http://www.yahoo.com/
ProxyPass / http://www.yahoo.com/
</IfModule>
However when I logon to the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.