in reply to Re: Problem loading CGI files
in thread Problem loading CGI files

I get this error while I am in root:
root@Black-Cell:/usr/lib/apache2# sudo -u www-data ls -l /usr/lib/apac +he2/webdb/WebDB.pm ls: cannot access /usr/lib/apache2/webdb/WebDB.pm: Permission denied


After I got this error I checked the rights of the script and that's set to 0755.

Replies are listed 'Best First'.
Re^3: Problem loading CGI files
by almut (Canon) on Jun 03, 2009 at 00:09 UTC
    I checked the rights of the script and that's set to 0755

    Check the permissions of the directories, too...

      Man you saved my day, it really was a permission problem. I thought the problem was in the permission of WebDB.pm and after all it was the directory itself, thanks I won't make this mistake again.

      Greetz,
      Pr0t0n