Submitted by sgrayban on Sun, 09/25/2011 - 07:32
Under website options my client has been getting errors when switching from cgi to fcgi and visa-versa execution.
# virtualmin modify-web --domain rpuckett.com --mode fcgid
Updating server rpuckett.com ..
Error: Failed to open /home/rpuckett/fcgi-bin/php5.fcgi.webmintmp.21789 : Permission denied
Error
-----
Failed to open /home/rpuckett/fcgi-bin/php5.fcgi.webmintmp.21789 : Permission denied
755 doesn't work anymore and we have to now chmod 757 cgi-bin and fcgi-bin to get it working. I have never seen this before so I also checked to see what the permission for /home/rpuckett/ and /home was and both were set correctly and with proper ownership.
Would have a clue why this is now happening ?
OS is Red Hat Enterprise Linux Server release 5.6 (Tikanga)
Status:
Active
Comments
Submitted by JamieCameron on Sun, 09/25/2011 - 20:46 Comment #1
Could you post the output of ls -l run in the domains fcgi-bin directory?
Also the output from lsattr * would be useful.