Adam Chlipala <[EMAIL PROTECTED]> writes: > It's easy for attackers to fill up a user's logs by visiting a web page > over and over,
Just send the logs through rotatelogs with a size limit: http://httpd.apache.org/docs/2.0/programs/rotatelogs.html (this works in 1.3 as well). A separate volume is really overkill if all you're after is to prevent logs filling up the disk. And Davor has a good point that users will never clean out their logfiles if they count towards a separate quota. - a -- PGP/GPG: 5C9F F366 C9CF 2145 E770 B1B8 EFB1 462D A146 C380 _______________________________________________ HCoop-SysAdmin mailing list [email protected] http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin
