Re: [SM-USERS] Confused about security instructions

2004-01-04 Thread Jonathan Angliss
Hello Technical, On Sunday, January 04, 2004, Technical wrote... > "Find out what user your webserver is running as. For Apache: User > webusername in httpd.conf. Give the data directory to the webserver user > and make sure others do not write there: > chown -R webusername data > chmod go-w data

[SM-USERS] Confused about security instructions

2004-01-04 Thread Technical
The website states: "Find out what user your webserver is running as. For Apache: User webusername in httpd.conf. Give the data directory to the webserver user and make sure others do not write there: chown -R webusername data chmod go-w data " My questions are: 1. what/where is the "data" di