[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq550: CGI programs do not seem to work
- Subject: RE: [cobalt-users] Raq550: CGI programs do not seem to work
- From: BSmith@xxxxxxxxxxx
- Date: Fri Nov 15 06:02:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: John D. Gorena
Subject: [cobalt-users] Raq550: CGI programs do not seem to work
I am trying to run a CGI cart program that works on the Raq4 but it is
not working on the Raq550.
The message states, "The server encountered an internal error or
misconfiguration and was unable to complete your request. Your
administrator may not have enabled CGI access for this directory."
The CGI option is enabled
What can we do to fix this?
John
_____________________________________
John,
If you are using MySQL in your perl app, that is most likely causing the
problem. Of course, I assume that you have the file permissions of the CGI
script setup properly?
ls -l
and the results come back like: rwx - r x - r x ??? It is owned by your
site admin? and the group is whatever group it should be?
Try running the app locally perl -w <filename>
Is it a Perl Script? Or some other type of script? Can you actually read
it? Or do u need to compile it? I found out if it is a compiled program,
you need to setup a ScriptAlias directive in your srm.conf file. That got
it working for me.
Brian Smith
CCNA, NCSA
Network Support Engineer
SOLUSERVE
www.solunet.com
1571 Robert J. Conlan Blvd., Suite 110
Palm Bay, FL 32905
(888)449-5766
fax: (321)-676-1287