About once a week I upload a couple hundred images. The rest of the time, my site is really static. This plugin is perfect for that, since I can keep my CPU usage low The night I upload those images, though, they need to be available right then and there, and show up in their parent folder etc.
Right now, I have two options to clear my cache: Delete the WHOLE cache, or login as root and kill just the appropriate files. The reason I have to login as root, is that the folders and files get created as owned by nobody, which means my user ID can't clean them without shenanigans.
Is there a way to have the account IDs the owners, so that I can just kill them with MY id, or ... some way to more selectively kill the files?
Can't delete via FTP any more than I can logged into shell. Probably for this reason:
Quote:[...] the folders and files get created as owned by nobody, which means my user ID can't clean them without shenanigans.
So is there a way to get the files created and owned as ipstenu:ipstenu and not nobody:nobody?