On Wed, 2001-10-24 at 20:41, Jorge Rocha wrote:
> Hi all!!!
> 
> i'm new using perl, i downloaded a system. it uses PostgreSQL, DBI and
> PG DBD. i have installed all ok, but when i try to run the index.cgi, it
> sends an error message. error 403 forbidden, You don't have permission
> to access /index.cgi on this server. i compiled apache to run php, cgi,
> fastcgi etc.
--SNIP--

You probably didn't set the permissions on the script(s) properly they
should be set 755 (readable, writable, exectuable by the owner;readable
and executable by the group and everyone else), to do this (if you don't
already know) at the command line as root, or the owner of the scripts,
in the directory where the script(s) is/are type:

chmod 755 <scriptname>
or 
chmod 755 *

This is a problem that I have encountered numerous times myself, I seem
to just about always forget to do this ;-)

> 
-- 
Michael D. Risser
Software Engineer/Linux Administrator
=============================
Machine Vision Products, Inc.
www.visionpro.com
[EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to