opensubscriber
   Find in this group all groups
 
Unknown more information…

a : active4d-dev@aparajitaworld.com 27 June 2012 • 5:26AM -0400

[Active4d-dev] Apache Reverse Proxy woes
by Peter Schumacher

REPLY TO AUTHOR
 
REPLY TO GROUP




Hi,

Web programming - fastest way to crazyness ... and now it hits me. :)

I'm struggeling with something (mostly real) simple. I want to do a reverse proxy of all incomming requests to one IP address.

<IfModule mod_proxy.c>
#forward proxy off, important - we don't want to be proxy for others
ProxyRequests Off
# all incoming requests
ProxyPass / http://192.168.0.85/
ProxyPassReverse / http://192.168.0.85/
</IfModule>

But this simply doesn't work.

Reason is, I'm limited with IP addresses and need a way around it.  There are several other services with a need for port 80 (WebDAV, mail...). So it seems the easiest way to proxy the requests.

I can already do it with a rewrite, but the attached port number to the url doesn't look nice.


Greetings,
[4D-Consulting.com]eK, Wiesbaden (Germany)
Peter Schumacher
--------------------------------------------------------
Web: http://www.4D-Consulting.com/
Web: http://4dtoday.eu

FreeCall:  0800 434 636 7 (Germany only)
USA: +1 818 824 6078
International:   +49 611 9406 850
iChat/Skype: PeterInWiesbaden

4D-Consulting.com eK - Scharnhorststr. 36 - 65195 Wiesbaden
Member of the German Developer Network  http://www.die4dwerkstatt.de
















_______________________________________________
Active4D-dev mailing list
Active4D-dev@apar...
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.