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
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