Apache Server configuration support - Newbie apache 2.2 proxy problem

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > February 2006 > Newbie apache 2.2 proxy problem





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Newbie apache 2.2 proxy problem
Read240@hotmail.com

2006-02-02, 8:06 am

Hello

I am trying to set up apache with both forward and reverse proxying to
a zope server with help from the following sites

http://www.zope.org/Members/anser/apache_zserver
htto://httpd.apache.org/docs/2.2/mod/mod_proxy.html

I am currently using this code in my .conf file

Proxy Requests On
ProxyVia On

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

ProxyRequests Off

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

ProxyPass /http://site1 http://site1:8080
ProxyPassReverse /http://site1 http://site1:8080

apache starts with no problems but when i go to the url http://site1/
it does not redirect to http://site1:8080

If anyone has any ideas it would be a great help.

Thanks

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com