Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Run nph at special ISP

Quote Reply
Run nph at special ISP
A long time ago i tried to install Links 2 at another server than my own and i could not run it, cause this isp have a configuration that donīt allow the http/1... header; i have fixed this with:

# print "HTTP/1.0 200 OK\n";
print "Content-type: text/plain\n\n";

As i see there is a patch now for Links 2

BUT this night i try to test, if Links SQL could run at this ISP and it seems the same shit happens again. But for now i donīt now where i could change the right lines. Have someone an idea for this???
Quote Reply
Re: Run nph at special ISP In reply to
Ok, i have found this to got run it:

Find in the nph-files this line:
Code:
CGI->nph(1);

and replace it with:
Code:
# CGI->nph(1);
CGI->nph(0);


(This is necessarx for one of the great ISPs in germany called SCHLUND (SAFTLADEN!)