- • Keep DirectoryIndex file list as short as possible.
- • Whenever possible disable .htaccess via AllowOverride none
- • Use Options FollowSymLinks to simplify file access process in Apache
- • Avoid using mod_rewrite or at least complex regexs
- • If logs are unnecessary disable them.
- • If logging is a must, log everything to 1 file, and break it up during analysis stage.