vdt.cs.wisc.edu is currently hosted on teal:
> nslookup vdt.cs.wisc.edu Server: 128.105.1.78 Address: 128.105.1.78#53 Non-authoritative answer: vdt.cs.wisc.edu canonical name = teal.cs.wisc.edu. Name: teal.cs.wisc.edu Address: 128.105.121.36We're running Apache 2.0.x. Logs are in:
/etc/httpd/logs/vdt.cs.wisc.edu which is also
/var/log/httpd/vdt.cs.wisc.edu.
Memory on vdt.cs.wisc.edu
CPU on vdt.cs.wisc.edu
Load on vdt.cs.wisc.edu
More graphs about vdt.cs.wisc.edu
Graphs for other machines in the department
/p/vdt/public/html/.htaccess
If the .htaccess isn't working, it's because
AllowOverride needs to be set. Right now we have:
> cat /etc/httpd/conf.d/00-localhost.conf
[snip]
<Directory "/p/vdt/public/html">
Options Indexes FollowSymLinks MultiViews Includes ExecCGI
AllowOverride All
</Directory>
[snip]
If the MIME types ever get set incorrectly, we can do
DefaultType text/plainto get any old plain files to look like text, and we can do
AddType text/plain .diffto set it for a particular file type.