Forum Moderators: phranque
SUSE9.2 Apache2/PHP4. ALL new files uploaded to the www directory must be chmod a+rx in order to not receive a 403 Forbidden error in a browser. This includes images,videos,etc. Any new document.
If their a setting or directive I can place in httpd.conf so that I do not have to "chmod a+rx filename.html" everytime I upload a new file?
In the *nix OS config shell files, there is usually a file creation mask (umask) directive to set the default privileges for files on creation, so you might want to look into that.
Jim