Gossamer Forum
Home : Products : DBMan : Installation :

Re: [JPDeni] 500 Internal Server Error

Quote Reply
Re: [JPDeni] 500 Internal Server Error In reply to
Just a shot in the dark... but did you chmod the directory/folder you created? Set the permissions on the directory to 755 (rwx-rx-rx).

Also try uploading a simple script and see if it works

-------copy below here------- "showroot.cgi"
#!/usr/bin/perl
print "content-type: text/html\n\nRoot=$ENV{'DOCUMENT_ROOT'}";
exit;
-------copy above here-------

Copy those 3 lines and save as ASCII file, upload ASCII mode to "cgi-bin", and set permissions to 755. Then call it up,
Subject Author Views Date
Thread 500 Internal Server Error flashygaits 18450 Apr 6, 2006, 11:25 AM
Thread Re: [flashygaits] 500 Internal Server Error
JPDeni 18137 Apr 6, 2006, 1:47 PM
Thread Re: [JPDeni] 500 Internal Server Error
flashygaits 18135 Apr 6, 2006, 6:31 PM
Thread Re: [flashygaits] 500 Internal Server Error
JPDeni 18151 Apr 6, 2006, 9:02 PM
Thread Re: [JPDeni] 500 Internal Server Error
flashygaits 18126 Apr 6, 2006, 9:41 PM
Thread Re: [flashygaits] 500 Internal Server Error
JPDeni 18129 Apr 7, 2006, 1:01 AM
Thread Re: [JPDeni] 500 Internal Server Error
flashygaits 18119 Apr 7, 2006, 6:02 AM
Thread Re: [flashygaits] 500 Internal Server Error
JPDeni 18153 Apr 7, 2006, 7:52 AM
Thread Re: [JPDeni] 500 Internal Server Error
Watts 18165 Apr 7, 2006, 11:39 AM
Thread Re: [Watts] 500 Internal Server Error
flashygaits 18119 Apr 7, 2006, 10:00 PM
Thread Re: [flashygaits] 500 Internal Server Error
flashygaits 18151 Apr 8, 2006, 8:44 AM
Thread Re: [flashygaits] 500 Internal Server Error
JPDeni 18134 Apr 8, 2006, 10:04 PM
Post Re: [JPDeni] 500 Internal Server Error
flashygaits 18116 Apr 8, 2006, 10:49 PM
Post Re: [flashygaits] 500 Internal Server Error
Guilee 17797 Apr 15, 2007, 9:47 PM