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

Re: [Benne] url: 500 can't connect to ... weird

Quote Reply
Re: [Benne] url: 500 can't connect to ... weird In reply to
Benne,

I just discovered a similar problem running a Perl CGI script which was started by a particular web server. The problem was that the SYSTEMROOT environment variable was not setup. On most NT systems, that should be C:\WINNT. I resolved the problem by putting this line at the beginning of my Perl script:

$ENV{"SYSTEMROOT"} = "C:\\WINNT";


I hope this works for you if you haven't already solved your problem.

Dave
Subject Author Views Date
Thread url: 500 can't connect to ... weird Benne 6452 Apr 5, 2002, 8:44 AM
Thread Re: [Benne] url: 500 can't connect to ... weird
Benne 6318 Apr 5, 2002, 11:18 PM
Post Re: [Benne] url: 500 can't connect to ... weird
Andy 6346 Apr 6, 2002, 5:32 AM
Thread Re: [Benne] url: 500 can't connect to ... weird
dfinnie 6014 Aug 26, 2002, 6:28 PM
Post Re: [dfinnie] url: 500 can't connect to ... weird
jawad 5133 Oct 1, 2003, 5:51 AM