Rob Dixon wrote: > Robbie Staufer wrote: > > Hi, > > > > I have a partial perl script for a mock-up web page, that will collect > > information from users as part of a registration form. In trying to > > see what it looks like so far on the web, I'm getting an internal > > server error. I thought that the script, though partial, was at > > least closed > > out correctly, but I'm missing something. If anyone has time to take > > a look, it would be much appreciated. > > Hi. > > This is more than likely a permissions problem. Try chmod 755 on > your script. > > Cheers, > > Rob
Hi Rob, I'm not so sure about that. Usually in cases of permissin problems, you will get an error more along the lines of Permission Denied. Internal [and infernal] Server Error is really a big bag that could contain anything that keeps the script from starting up. The text returned with the error messages helps. I would give particularly close srutiny to the script header. "Does the server in question have perl at /fs/local/bin/perl?", for instance. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]