welcome: please sign in

Diff for "ServerShelob"

Differences between revisions 5 and 6
Revision 5 as of 2018-07-08 01:03:54
Size: 1353
Editor: ClintonEbadi
Comment: fastcgi hack
Revision 6 as of 2018-07-08 03:43:46
Size: 1158
Editor: ClintonEbadi
Comment: moved hack for php5-cgi to navajos since we're getting rid of it, put acl in puppet
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * Updated `php5-fcgi-wrapper` to call new `php-cgi5.6` binary and added a symlink to `php5-cgi` on ServerNajos for compatibility.
Line 15: Line 17:
 * had to manually `setfacl -m user:domtool:rx /var/log/apache2/` so that domtool can create user log folders. Should be done via puppet.
Line 17: Line 18:
 * `/afs/hcoop.net/common/bin/php5-fcgi-wrapper` explicitly calls php5-cgi, needs to call php-cgi5.6 instead. Created a symlink by hand for the time being, but really needs to be fixed ASAP.

shelob.hcoop.net is a virtual machine at DigitalOcean that will become our primary webserver, and replaces ServerNavajos.

It is named after a giant spider from Lord of the Rings.

1. 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.

1.1. Apache/Domtool Issues

  • php7.0 is getting installed as default php by php-pear or something, --no-install-recommends isn't helping

2. TODO


CategorySystemAdministration

ServerShelob (last edited 2018-07-08 03:43:46 by ClintonEbadi)