CGI at CSE (cont)
A note on file/directory protections and security ...
- files under
public_html need to be readable
- directories under
public_html need to be executable
so that at least the Web server can access them.
A special command:
priv webonly FileOrDirecctory
|
makes files/dirs readable only to you and the web server.
|