Why do charts and graphs appear broken when I view my Wusage reports?
Most likely you are attempting to view your reports on a regular web server, instead of using the “View Statistics” button in our web interface. That’s fine, but some web servers are not configured “out of the box” to recognize .png images and correctly serve them to users. Fortunately, this is not difficult to fix. For the Apache server, just add this line to your Apache srm.conf file: AddType image/png .png Be sure to kick-start the server using the “kill -1 processid” command. You can usually find the process ID in the text file “httpd_pid” in the “logs” sub- directory of your Apache server. Or, find the lowest- numbered httpd process in your ps table. For the Microsoft IIS server, follow these instructions: 1. Start the Microsoft Management Console for IIS 2. Click once on the name of the website (default web site, or other you may have configured) 3. Click with the RIGHT mouse button and select PROPERTIES. 4. Click on the HTTP HEADERS tab in the Properties window. 5. Click on the