[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] CGI file name length limits - on Raq550
- Subject: [cobalt-users] CGI file name length limits - on Raq550
- From: "John D. Gorena" <Support@xxxxxxxxxxxxxxxxxxx>
- Date: Mon Nov 18 11:29:01 2002
- Organization: http://www.JMG-Enterprises.com
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I am having problems running CGI Scripts in certain areas of the
Raq550. I have narrowed the problem down to the length of the URL.
Apparently, anything over 50 characters does not work. Where is this
system variable changed globally for this limit?
NOTE: If you are curious how I came to this conclusion - It was pure
serendipity. I have a script that works great on the Raq4. When I
placed it in a user directory on the Raq550, I got an error when I ran
it. I made a copy of the file to make changes and called it test.cgi
which is four characters shorter than program1.cgi. I ran it before I
made changes and test.cgi works and so does test1.cgi, test12.cgi and
test123.cgi BUT test1234.cgi does NOT work. It does not matter what I
call it as long as the URL is 50 characters or less.
Where do I change the limit of the URL name length?
John