Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 3 of 3

This is a discussion on You don't have permission to access this server. !! in the VPS & Dedicated forum
Some of my clients getting these: ============================ Forbidden You don't have permission to access / vb /index.php on this server. Additionally, a 404 Not Found ...

  1. #1
    Loyal Client rashad's Avatar
    Join Date
    Nov 2006
    Posts
    196

    You don't have permission to access this server. !!

    Some of my clients getting these:
    ============================
    Forbidden
    You don't have permission to access /vb/index.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request
    ============================

    Is the problem from the server or the Client’s Forum?
    My site:
    SMS

  2. #2
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    A forbidden error is usually an indication of incorrect permissions. What kind of scripts are you trying to run (PHP, Perl, Python, ROR, etc.) and how is your VPS configured (mod_php or PHP-CGI, for example)?

    One common problem is the use of directories set for full access (chmod 777) in an suphpexec environment. A lot of scripts instruct you to set directories to 777 so that the script can write to them as most servers run scripts under the "nobody" or "apache" user, but in an suexec enviroment the script runs under the owner's UID, so changing permissions is unnecessary and often blocked for security reasons. Set any directories with 777 access to 755 and any files with 666 access to 644 and see if that makes a difference.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  3. #3
    Loyal Client rashad's Avatar
    Join Date
    Nov 2006
    Posts
    196
    ok, I will do that .
    My site:
    SMS

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •