Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

To all on Cobalt RaQ Servers

Quote Reply
To all on Cobalt RaQ Servers
I had a few problems running nph-build, nph-verify and nph-email. It would run them in the background, but would show me an "Internal Server Error".
I sat down and worked on the problem for about 10 hours and finally found a solution.

If you are getting an "Internal Server Error" on these three, and it takes some time before you see it, (as in after clicking 'Build All' ect..., the error doesnt show up right away, but you can count to more then say 5 before it appears) there are a few lines in these scripts that need changing.

Now I can't say this "Will" work for you, but it did for me. Just posting another solution for Cobalt RaQ servers.


nph-build.cgi
_________________________

In the

sub main {

change:
---------------
$use_html = 0;
---------------

to:
---------------
$use_html = 1;
---------------

In both the

sub build_staggered {
and
sub build_all {

comment the lines:
---------------
$nph++;
---------------

like this:
---------------
# $nph++;
---------------


nph-verify.cgi
_________________________

comment the line:
---------------
print "HTTP/1.0 200 OK\n";
---------------

like this:
---------------
# print "HTTP/1.0 200 OK\n";
---------------


nph-email.cgi
_________________________

In the

sub main {

comment the line:
---------------
$nph++;
---------------

like this:
---------------
# $nph++;
---------------

I hope this helps someone.
Someone keep this around as I may not get back to the forum often enough.

Eric
Subject Author Views Date
Thread To all on Cobalt RaQ Servers TNT 20209 Aug 19, 1999, 4:54 PM
Post Re: To all on Cobalt RaQ Servers
jezzet 19757 Jan 27, 2000, 5:55 AM
Post Re: To all on Cobalt RaQ Servers
mellinger 19816 Feb 1, 2000, 11:46 AM
Post Re: To all on Cobalt RaQ Servers
RunGun 19751 Feb 5, 2000, 12:25 AM
Post Re: To all on Cobalt RaQ Servers
d00d 19542 Aug 23, 2000, 8:56 AM
Post Re: To all on Cobalt RaQ Servers
asadm 19425 Aug 31, 2000, 10:06 AM
Post Re: To all on Cobalt RaQ Servers
veo 19275 Sep 21, 2000, 4:52 AM
Post Re: To all on Cobalt RaQ Servers
Sanguinarius 18846 Nov 25, 2000, 9:37 PM
Post Re: To all on Cobalt RaQ Servers
Cameron 18779 Nov 26, 2000, 1:42 PM
Post Re: To all on Cobalt RaQ Servers
bambam 18778 Nov 28, 2000, 6:28 AM
Thread Re: To all on Cobalt RaQ Servers
Dalrain 18716 Dec 6, 2000, 4:23 AM
Thread Re: To all on Cobalt RaQ Servers
Stealth 18703 Dec 6, 2000, 7:58 AM
Post Re: To all on Cobalt RaQ Servers
BennyHill 18649 Dec 6, 2000, 8:11 AM
Thread Re: To all on Cobalt RaQ Servers
dmccullough 18656 Dec 7, 2000, 5:39 AM
Post Re: To all on Cobalt RaQ Servers
marinedesign 18541 Dec 9, 2000, 7:33 PM
Post Re: To all on Cobalt RaQ Servers
Paul 18230 Jan 19, 2001, 4:48 PM
Post Re: To all on Cobalt RaQ Servers
t6hawk 18231 Jan 19, 2001, 11:53 PM
Thread Re: To all on Cobalt RaQ Servers
kvz2 18220 Jan 24, 2001, 1:55 AM
Post Re: To all on Cobalt RaQ Servers
tremain 17990 Feb 4, 2001, 8:04 PM
Thread Re: To all on Cobalt RaQ Servers
SadGeezer 17847 Feb 22, 2001, 3:43 AM
Post Post deleted by stianhole
stianhole 16343 Feb 11, 2002, 2:09 PM
Thread Re: [TNT] To all on Cobalt RaQ Servers
grayzone 16112 Apr 8, 2002, 11:39 AM
Post Re: [grayzone] To all on Cobalt RaQ Servers
Stealth 16067 Apr 8, 2002, 1:18 PM
Thread Re: [TNT] To all on Cobalt RaQ Servers
mdegreve 16143 Apr 21, 2002, 1:16 AM
Post Re: [mdegreve] To all on Cobalt RaQ Servers
sponge 15984 Apr 21, 2002, 1:51 AM
Post Re: [TNT] To all on Cobalt RaQ Servers
miletsky 2607 Apr 27, 2002, 12:13 PM
Post Re: [TNT] To all on Cobalt RaQ Servers
NeedHelpNow 2593 May 20, 2002, 5:52 PM