Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

i got [403] Error - Access Forbidden when enter modify.cgi

Quote Reply
i got [403] Error - Access Forbidden when enter modify.cgi
i got [403] Error - Access Forbidden when enter modify.cgi
what should i do?
Quote Reply
Re: i got [403] Error - Access Forbidden when enter modify.cgi In reply to
Make sure all your user accessible scripts (add.cgi, modify.cgi, subscribe.cgi, search.cgi, rate.cgi) are chmod 755.

I hope this helps.
Quote Reply
Re: i got [403] Error - Access Forbidden when enter modify.cgi In reply to
yeah!i got find the problem!!!!
that's y!i forgot chmod modify .cgi to 755....hahaaaa...thanks!!!
Quote Reply
Re: i got [403] Error - Access Forbidden when enter modify.cgi In reply to
Errors:
exec of /data1/hypermart.net/hueyhuey/links/cgi-bin/modify.cgi failed, reason: No such file or directory (errno = 2)
[Sat Jun 19 20:28:20 1999] access to /data1/hypermart.net/hueyhuey/links/cgi-bin/modify.cgi failed for 202.188.8.42, reason: Premature end of script headers
exec of /data1/hypermart.net/hueyhuey/links/cgi-bin/modify.cgi failed, reason: No such file or directory (errno = 2)
[Sat Jun 19 20:28:31 1999] access to /data1/hypermart.net/hueyhuey/links/cgi-bin/modify.cgi failed for 202.188.8.42, reason: Premature end of script headers

**after i chmod this file to 755,i got this problem......why?
Quote Reply
Re: i got [403] Error - Access Forbidden when enter modify.cgi In reply to
The first line of the script (modify.cgi and all the other user accessible scripts) should be identical to the first line of admin.cgi. In other words, they have to point to the correct version of Perl.

I hope this helps.
Quote Reply
Re: i got [403] Error - Access Forbidden when enter modify.cgi In reply to
ok i will try~~~thanks!