00004_--_arch_design.txt 335 B

1234567891011
  1. Q: server security
  2. A: no protection against HTTP GET DOS, early check ban in CGI, write only after successful login. Allow filesystem access to web server user. Mark files inside app/ readonly.
  3. Use filesystem directories to manage access and permissions.
  4. Exception 1: write app/var/lock/ban.cdb
  5. Exception 2: allow search via CGI.