Skip to content

Instantly share code, notes, and snippets.

@ienliven
Created November 8, 2012 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ienliven/4042723 to your computer and use it in GitHub Desktop.
Save ienliven/4042723 to your computer and use it in GitHub Desktop.
Daily Report - 08/11
08/11 - 08:00 / 20:00
#2673: Make It Possible to Remove Node 5 from LB.
Added root domain DNS resolution's to LB public CNAME.
Rolled-back, cause issues of non-www links.
Added .htaccess to application's /build's folder.
Added new file to be deployed on build.xml
Tested on trunk.
Turn on .me test enviroment for testing this change.
.ME - Configure hosts file with new internal ips on all servers.
.ME - MySQLs, on each host mount hard drives and start service.
.ME - MySQLs, on each host setup replication privileges with new internal IPs.
.ME - MySQL master, enable tempuser for new apache internal IPs.
.ME - Apaches, configure memcache for using hostname.saling for sessions and cache.
.ME - Apaches, configure phpmyadmin with new internal IPs.
.ME - Glusters, fixed configuration by hand, removing nas3 and nas4 hosts.
.ME - Glusters, removed firewall rules with internal IPs.
.ME - Memcaches, removed firewall rules with internal IPs.
.ME - Check apache status on LBs health check.
.ME - Check domain name pointing on both LBs.
.ME - Repository, configure properties files on trunk repository.
.ME - Repository, fixed htaccess on trunk to work with dotME domain.
.ME - Apaches, checkout and build apache nodes with trunk's code.
.ME - Identified and fixes a problem on LB availabily check, given access to serverStatus.php.
.ME - Apaches, found a bad writen redirect rule on httpd.conf, commented out.
<pre>
<VirtualHost *:443>
ServerName www.saplinglearning.me
#make all non www.saplinglearning.me go to www.saplinglearning.me
#RewriteCond %{HTTP_HOST} !^www\.saplinglearning\.me$ [NC]
#RewriteRule ^(.*)$ https://www.saplinglearning.me [R=permanent]
</pre>
.ME - Apaches, also missing ServerAlias of root domain on httpd.conf.
<pre>
<VirtualHost *:443>
ServerName saplinglearning.me
ServerAlias www.saplinglearning.me
</pre>
.ME - Identified issue with wrong DNS setup, root domain was resolving to one LB and www to another.
- Ok, dotMe is up and fail-over load-balancer set.
- Redirect still failing, will wrap tomorrow.
#: Fixed MySQL replication on WC-401 x EC and WC-402 x WC-401.
#2611: ITS - Highlighted text does not save with shared note
Sorted desired behavior with James.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment