server security: prevent accidental or malicious access to source files, logs, session
This can be caused relatively easy by oversights in the server configuration
Example (apache2, mod_fcgi)
#...
<Directory /path/to/backend/ >
Options Indexes ExecCGI FollowSymLink
#...
server security: prevent accidental or malicious access to source files, logs, session
This can be caused relatively easy by oversights in the server configuration
Example (apache2, mod_fcgi)