[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] CGI file name length limits - on Raq550



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