The permissions of the CGI-BIN are set to 755.
However, any files uploaded to it are found to have a permission of 644. Thus my scripts won't run
I thought that uploads normally took on the permissions of the folder they were placed in?
:: Just read about something called SUEXEC? I get the impression this is something to do with a kinda virtual cgi-bin... which would make sense as I'm running this on a Verio VPS (Virtual Private Server) and have set this up asa virtual host. Also noticed this in the error log:
However, any files uploaded to it are found to have a permission of 644. Thus my scripts won't run
I thought that uploads normally took on the permissions of the folder they were placed in?
:: Just read about something called SUEXEC? I get the impression this is something to do with a kinda virtual cgi-bin... which would make sense as I'm running this on a Verio VPS (Virtual Private Server) and have set this up asa virtual host. Also noticed this in the error log:
[Sun May 22 00:50:37 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Sun May 22 00:50:37 2005] [notice] Accept mutex: flock (Default: flock)
[Sun May 22 00:50:37 2005] [notice] Accept mutex: flock (Default: flock)
Comment