`shelob.hcoop.net` is a virtual machine at DigitalOcean that will become our primary webserver, and replaces ServerNavajos. It is named after a [[https://en.wikipedia.org/wiki/Shelob|giant spider from Lord of the Rings]]. == Setup Notes == Similar issues as ServerMarsh and ServerMinsky * had to manually add "domain hcoop.net" to resolv.conf * had to open puppetserver port 8140 (bootstrap problem: new server can't connect to the puppetserver to request a cert, so it can't add its ip to the whitelist...). Will be fixed once we can just get our own /24 and whitelist everything in it. * Default /etc/hosts is no good, sets shelob to loopback, with no ipv6. Had to munge like ServerGibran to public IP and add IPv6 alias. Really need to look deeper into this before perpetuating bad practice even further. * Updated `php5-fcgi-wrapper` to call new `php-cgi5.6` binary and added a symlink to `php5-cgi` on ServerNajos for compatibility. === Apache/Domtool Issues === * php7.0 is getting installed as default php by php-pear or something, --no-install-recommends isn't helping == TODO == ---- CategorySystemAdministration