security
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
security [2019/11/11 15:19] – created k2patel | security [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 12: | Line 12: | ||
RewriteRule .*$ - [F,L] | RewriteRule .*$ - [F,L] | ||
</ | </ | ||
+ | </ | ||
+ | |||
+ | ==== cgi-bin precaution ==== | ||
+ | Make sure none of the configuration files get printed as pain text. | ||
+ | <code bash> | ||
+ | < | ||
+ | Require all denied | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== Anything start with .(dot) ==== | ||
+ | Disable all files and folder start with .dot | ||
+ | <code bash> | ||
+ | < | ||
+ | Require all denied | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Require all denied | ||
+ | </ | ||
</ | </ |
security.1573485542.txt.gz · Last modified: 2020/08/10 02:29 (external edit)