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


Post Reply 
Internal server error 500 with php files
Author Message
kess Offline
Junior Member
*

Posts: 11
Joined: Mar 2010
Reputation: 0
Post: #6
RE: Internal server error 500 with php files
(03-15-2010 05:19 AM)kilburn Wrote:  
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

Hi kilburn,
thank you for what you wrote.

Just a little spec: I had exactly the same problem that has been resolved by modifying the rights of that directories as suggested by you. I think that ispcp need a little patch for that, because these directories were automatically created by the system. I didn't change the rights.

Thank you again, bye Kess.
03-23-2010 05:12 AM
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 - kess - 03-23-2010 05:12 AM

Forum Jump:


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