Current time: 05-19-2024, 02:20 AM Hello There, Guest! (LoginRegister)


Post Reply 
Internal server error 500 with php files
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #4
RE: Internal server error 500 with php files
Quote:root@agooga:/var/www/fcgi# ls -l /var/www/fcgi/
total 8
drwxrwxrwx 3 root root 4096 Mar 14 07:46 atf-team.spb.ru
drwxr-xr-x 3 vu2000 vu2000 4096 Mar 12 14:13 master

So you have changed the ownership and permissions of the "atf-team.spb.ru" folder, and that's what's causing the error. Try with:
Code:
chown -R vu2003:vu2003 /var/www/fcgi/atf-team.spb.ru
chmod 755 /var/www/fcgi/atf-team.spb.ru
chmod -R 750 /var/www/fcgi/atf-team.spb.ru/*
chmod 640 /var/www/fcgi/atf-team.spb.ru/php5/php.ini
03-15-2010 05:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Internal server error 500 with php files - kilburn - 03-15-2010 05:19 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)