7be [05] WHAT ABOUT THE ACCESS LOGS, STATISTICS AND QUOTAS? If you just want to check your web quota stats, you can type 'webquota' at the shell, or see http://sdf.lonestar.org/over Daily stats are posted at http://sdf.lonestar.org/webstats VHOST member web stats at http://sdf.lonestar.org/vhosts VHOST members receive webstats in email once a month on the first day of the month. If you want *more* information, then: Logfiles are are created based on the machines that run the actual servers. The files are located in /sys/log and are accessible from any machine in the cluster. Logfile info: logfile location members rollover archived -------------------------------------------------------------------- /sys/httplogs/sdf-accesslog users daily @ 00:00 1 day /sys/httplogs/otaku-accesslog arpa a-l daily @ 00:00 1 day /sys/httplogs/ukato-accesslog arpa m-z daily @ 00:00 1 day norge:/var/log/httpd/vhosts vhost monthly 30 days The log files are copied over from the respective active servers (from /var/log/httpd on those machines) once a day at midnight. So the files you find in /sys/httplogs are from the previous day plus the day before that. The log file has the following format using | as a delimiter: 1. timestamp (UTC) 2. your domain name 3. path and file 4. remote IP 5. bytes xfered 6. number of seconds spent serving the request 7. HTTPD return code All CGIs (including PHP scripts) are run under the user's ID There are two logfiles in /var/log/httpd of each server which logs suexec and suphp attempts. These are also archived in /sys/httplogs by the previous day and the day before that. If you're still confused, a good rule of thumb is to ssh to LOGNAME@your-url and poke around in /var/log/httpd 0