Click here to Skip to main content
15,896,912 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralAND FINALLY! Pin
Brisingr Aerowing27-Jan-13 8:52
professionalBrisingr Aerowing27-Jan-13 8:52 
I was able to get the proxy from IIS -> Apache on my server to work! Big Grin | :-D

For those who wonder why I am doing this proxy, I have a RhodeCode instance being served by Apache with a custom build of mod_wsgi 3.4. Apache seems to dislike being accessed from the network, so I set up a proxy in IIS to redirect to the Apache instance.

The error I was getting was because IIS, by default, appends the TCP port of the client to the client's IP address, which causes all sorts of issues with a number of things. D'Oh! | :doh: Turning that off fixed the issue.

Now if the documentation mentioned that the port was appended by default, I would not have had to go through all of this.

So my message to the general group: MAKE SURE THE DOCUMENTATION IS USEFUL AND GOES OVER THE DEFAULT SETTINGS!!!

Bob Dole
The internet is a great way to get on the net.

D'Oh! | :doh: 2.0.82.7292 SP6a

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.