Cherokee
Cherokee is a very fast, flexible and easy to configure Web Server. One of its best features is a simple administration and configuration web interface, as opposed to manually editing a configuration text file. The Cherokee website contains additional information on configuring the server to your needs.
Installation
To install Cherokee and the cherokee-admin web interface, run:
pacman -Sy cherokee rrdtool python2
You'll probably also want PHP.
pacman -Sy php
Configuration Web Interface
Start the Cherokee Admin tool by running:
cherokee-admin -b -x -t
This will turn on the web interface temporally (until you press CTRL-C in SSH), which listens for connections from any computer, and outputs any error messages to SSH. You can run the web interface in the background by putting an "&" after the above command.
Running it will give you a one-time password. Copy it and paste it into http://your.plugs.ip.addr:9090, using the "admin" username.
Running Cherokee
You can control Cherokee using cherokee-admin as mentioned above, or run:
rc.d [start|stop|restart] cherokee
To start Cherokee on boot, add "cherokee" to the DAEMONs line in /etc/rc.conf.