[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGI Permissions
- Subject: Re: [cobalt-users] CGI Permissions
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat Feb 23 09:43:08 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Saturday 23 February 2002 11:18 am, dlyles wrote:
> Firstly, I may be a borderline idiot on this topic and I have searched the
> archives. I am using a Raq3 as a dedicated server plan. I have set up a
> domain with CGI capabilities, but need it to have read/write permissions.
> I though I did this correctly, my CGI (and my Cobalt) knowledge is very
> minimal. I'm currently getting an error when I run the script. It's
> easier to just see for yourself at
> http://www.ascentimentaljourney.com/homespa/homespa_ll.htm Just check out
> any item and you'll see the error. The developer of the site is telling me
> it's a permissions situation, which I thought it shouldn't be. While I may
> be making little sense, can someone help me out?
Did you read and head the error mesage?
put a working script in the folder and try and execute it.
==============================================================
Error Message: Permission denied
Error Number: 13 This message usually indicates there is a problem with the
script itself. Often this indicates either that the #! line of the script is
incorrect, or the script was uploaded in binary mode instead of ascii mode.
Check to make sure that the script does not have control-M's at the end of
every line. That will prevent it from executing. An easy fix that takes care
of this most of the time is to put '#!/.../perl --' instead of '#!/.../perl'
on the first line of the script.
=============================================================
permissions might be chmod 711 chown nobody.sitexx [ both cgi and the
directory ]
Is this a FrontPage site? I note that the URL /home_spa_II.htm
sometimes with FP there are other issues.
--
Gerald Waugh