There are three common ways to upload/delete files on a webserver:
-- via ftp client,
-- via CMS,
-- via WebShell file manager in Hsphere CP.
About a year ago, when I developed a site for the client, files uploaded with ftp client used to receive accountname/accountname user/group ownership. Files uploaded the other two ways received httpd/httpd ownership.
Currently files uploaded with any of these three ways belong to accountname/accountname.
At this point I have bunch of folders and files that I can't do anything about due to ownership mismatch.
Q1: Is there a way I can fix this issue myself (e.g. PHP script running chown command on files in question) or I have to go through trouble ticket?
Q2: Is this change a result of making the PHP interpreter to run as the fastcgi module? I noticed in CP under PHP is the note: PHP Mode: php_php5 (php_fastcgi5). Just curious.
Q3: In CP, right under PHP, there is "Advanced PHP" option. What does this option do? The yellow popup says that it requires the PHP to be turned off first. If this option changes the PHP5 from fastcgi to original way, I could switch temporarily, remove the files, switch back and re-upload them quickly via ftp.
Please advise. Best regards to Jodo staff!
-- via ftp client,
-- via CMS,
-- via WebShell file manager in Hsphere CP.
About a year ago, when I developed a site for the client, files uploaded with ftp client used to receive accountname/accountname user/group ownership. Files uploaded the other two ways received httpd/httpd ownership.
Currently files uploaded with any of these three ways belong to accountname/accountname.
At this point I have bunch of folders and files that I can't do anything about due to ownership mismatch.
Q1: Is there a way I can fix this issue myself (e.g. PHP script running chown command on files in question) or I have to go through trouble ticket?
Q2: Is this change a result of making the PHP interpreter to run as the fastcgi module? I noticed in CP under PHP is the note: PHP Mode: php_php5 (php_fastcgi5). Just curious.
Q3: In CP, right under PHP, there is "Advanced PHP" option. What does this option do? The yellow popup says that it requires the PHP to be turned off first. If this option changes the PHP5 from fastcgi to original way, I could switch temporarily, remove the files, switch back and re-upload them quickly via ftp.
Please advise. Best regards to Jodo staff!