Pound Proxy Missing Slash

User Rating: / 2
PoorBest 
As mentioned before, I use Pound as a front end proxy to my sites. Due to some issues on my previous post I upgraded to 2.4.1 - seems there is an issue in 301 redirects. In order to fix do the following:

edit http.c line 1159 and line 1173:

snprintf(buf, MAXBUF, "Location: %s://%s%s",
Should Read:

snprintf(buf, MAXBUF, "Location: %s://%s/%s",
Give that a test and you should find it fixed.


Add your comment

Your name:
Your email:
Subject:
Comment:

Like it? Share it!

Add to: JBookmarks Add to: Facebook Add to: Digg Add to: Del.icoi.us Add to: Reddit Add to: StumbleUpon Add to: Slashdot Add to: Technorati Add to: Google Information

Tags

This will be shown to users with no Flash or Javascript.