Reverse proxy problem

This is a discussion on Reverse proxy problem within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hello, I've got an Apache instance running on port 29000 and one of the virutalhosts in this apache should ...


Go Back   Usenet Forums > Web Server and Related Forums > Linux Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 08-28-2003
Marc
 
Posts: n/a
Default Reverse proxy problem

Hello,

I've got an Apache instance running on port 29000 and one of the
virutalhosts in this apache should work as reverse proxy, so I
configured the VirutalHost like this:

<VirtualHost *:29000>
ServerName www.website.com
ProxyRequests Off
ProxyPass / http://internalmachine.domain.tld:5959/
ProxyPassReverse / http://internalmachine.domain.tld:5959/
</VirtualHost>

Now the webserver itself running Apache is on an internal machine and as
stated running on port 29000, that port is mapped outside (on the
internet) to port 80 of course. The problem that I now have is that when
someone accesses that virtualhost, the first request works but then it
tries to access www.website.com:29000, yes on port 29000. That sounds
strange, I don't understand why it then do the following requests on
port 29000, this doesn't happen with other normal virtualhosts websites.

Does anyone have an idea what's wrong ??

Btw: I cannot use port 80 because this is already used for another
Apache instance.

Regards


 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:50 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0