Well all of a sudden my Psychostats are borked. I can't figure out why. When you click on the link to the stats all that shows is the code for index.php. I would say it is a problem with my Apache2 configuration, but all the rest of my php pages are loading properly. I would say it is a problem with Nuke Wrapper, but when you access the page directly you have the same problem.
You can see what is going on here. Just click on the stats links in the upper right hand corner for Counter-Strike, Day of Defeat or Natural Selection. You can access the Day of Defeat stats pages directly here. Any ideas as to what might be wrong would be gratefully received.
Here are the relevant entries in my site configuration for Apache2:
Alias /stats/cstrike/ "/var/www/stats/cstrike/"
<Directory "/var/www/stats/cstrike">
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /stats/dod/ "/var/www/stats/dod/"
<Directory "/var/www/stats/dod">
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /stats/ns/ "/var/www/stats/ns/"
<Directory "/var/www/stats/ns">
Options MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
The only thing I can think of is that some recent Sarge update broke it somehow. It has worked perfectly for almost a year now.