Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Moved to new server with 2GB of memory and 60GB of disk space.
  2. Ubuntu 14.04.3 LTS
  3. Separate Linux Container for Web, App and DB
  4. Upgraded to unlimited community license
  5. Had to install Gliffy via Upload for some reason (probably bug) as it recognized in purchased add-ons but could not install automatically. Circle back to see if it will auto-update properly
  6. Updated JDBC Driver
  7. Updated to Java 32-bit 1.8.0_51 (Roderick at some point go back and check if Confluence guys make it run in Java server mode which is more efficient)
  8. Changed of DNS for bonsaiframework.com and breakitdown.ca pointing to web server.
  9. Change DNS tin-pham.com to point to host running LXC.
  10. New added user logging (see what users are viewing what pages) - atlassian-confluence-access.log

Setup LXC Containers,

Code Block
languagebash
sudo lxc-ls -f
[sudo] password for tin.pham: 
NAME      STATE    IPV4                      IPV6  AUTOSTART  
------------------------------------------------------------
t01app    RUNNING  10.0.3.11                 -     NO         
t01sql    RUNNING  10.0.3.20                 -     NO         
t01web    RUNNING  10.0.3.10, 64.73.220.117  -     NO         

...

Consider making different logs per LXC.

Fully working some some items to do,

  •  Add in email security (do some improvements to the original script)
  •  Add in hash security (this would be new)
  •  Create new variant Apache article noting new version number changes
  •  Figure out how to do firewalls with LXC

...

April 16, 2015 - Enabled iFrames, Tin

...