Topic: Setting Necessary File Permissions
I know that PunBB requires full r/w permissions for some files/folders - otherwise, how could it record the posts?
What I would like to know is; exactly which files need write permission? Exactly which folders? I would like to put as much as possible read-only for the Apache user, to limit intruder access should they get in (and one day somebody will...). Unfortunately, I don't know exactly what, where, needs access. I tried limiting write access to only the Cache directory and the database file (I'm using SQLite) - but that caused PunBB to stop functioning.
This isn't a huge problem, as I doubt any attacker could do much on my system (I'm only running Apache and SSH - no FTP access whatsoever), but I would like to know anyway. Helpful for future usage.
Thanking you in advance.