John Tate wrote:
> Wait a damn min, I can see the problem here.
>
> chmod 460 didnt work.
>
> I will do a chmod a+w on it
no! don't do that, it's a bad idea giving *everyone* write permissions
to your files.
in your webroot;
chown -R httpd.root .
find -type f -exec chmod 460 {} \;
find -type d -exec chmod 570 {} \;
also make sure that httpd has access to enter the folder.
if the code you are running requires write permissions to some
folders/file chmod 660/770 only those, not all the files and folders.
Cheers,
--
Morten
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss