Re: [SM-USERS] securing the attachments directory

2004-01-05 Thread Technical
Yes. Many thanks and I appreciate the time you took to explain it. > Hello Technical, > On Monday, January 05, 2004, Technical wrote... > > >> Maybe I am an idiot or I just dropped off from a different planet >> but please do not write crap like this to belittle people. Is it not >> obvious, from

Re: [SM-USERS] securing the attachments directory

2004-01-04 Thread Jonathan Angliss
Hello Technical, On Sunday, January 04, 2004, Technical wrote... > The website states: > "Find out what group your webserver is running as. > Give the attachments directory to the webserver group. Give the webserver > write but not read permissions. Give the directory to e.g. root: > chown -R r

[SM-USERS] securing the attachments directory

2004-01-04 Thread Technical
The website states: "Find out what group your webserver is running as. Give the attachments directory to the webserver group. Give the webserver write but not read permissions. Give the directory to e.g. root: chown -R root attachments chgrp -R webgroup attachments chmod -R 730 attachments " M