S seachen Verified User Joined Feb 3, 2007 Messages 491 Nov 27, 2010 #1 may i know how to solve this problem? Attachments 2010-11-26_231134.jpg 88.1 KB · Views: 92 Last edited: Nov 27, 2010
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,986 Location California Nov 27, 2010 #2 Check the relevant apache error log. Jeff
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,733 Location www.poralix.com Nov 27, 2010 #3 seachen said: may i know how to solve this problem? Click to expand... try this: cd /var/www/html/squirrelmail chown -R webapps:webapps ./* Last edited: Nov 28, 2010
seachen said: may i know how to solve this problem? Click to expand... try this: cd /var/www/html/squirrelmail chown -R webapps:webapps ./*
S seachen Verified User Joined Feb 3, 2007 Messages 491 Nov 28, 2010 #4 Hi, It show error as below: [root@server15 ~]# cd /var/www/html/squirrelmail [root@server15 squirrelmail]# chmod -R webapps:webapps ./* chmod: invalid mode: `webapps:webapps' Try `chmod --help' for more information. Click to expand...
Hi, It show error as below: [root@server15 ~]# cd /var/www/html/squirrelmail [root@server15 squirrelmail]# chmod -R webapps:webapps ./* chmod: invalid mode: `webapps:webapps' Try `chmod --help' for more information. Click to expand...
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,733 Location www.poralix.com Nov 28, 2010 #5 Sorry, my mistake... use chown instead.