My Certifications

LPI

Comptia A+
BB Training
Certified Ethical Hacker


Pound Proxy Missing Slash PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Jason Kendall   
Monday, 14 April 2008 20:30
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