Skip to content

Releases: leonanu/moss

2.1.1

23 Jan 14:41
Compare
Choose a tag to compare

2.1.1

2017-01-23
! Final release for CentOS 6;

  • You cloud disable IPv6 in moss.conf;
  • Remove custom CentOS YUM repository config;
  • Add Server-ID HTTP header in Nginx configuration. The Server-ID is
    server hostname;
  • Fix Nginx Anti-ClickJacking configure does not work in PHP handler;
  • Update Nginx FastCGI fastcgi_param configuration;
  • Add PHP soap and ldap modules;
  • Fix Nginx tmp directories error;
  • Fix Nginx, PHP, Redis and MySQL services can not be set to auto start;
  • Update Nginx vim indent and syntax config files;

moss-2.1.0

27 Aug 15:37
Compare
Choose a tag to compare

2.1.0

2016-08-27

  • ! Update to support Nginx 1.10.x;
  • ! Update to support PHP 7.0.x;
  • ! MySQL and Redis password generates by random and save to /root/.my.cnf and /root/.moss;
    • Add YUM Priorities plugin. CentOS-Base set to 1, CentOS-Plus set to 2 and EPEL set to 3;
    • Add dmidecode curl c-ares RPMs;
    • Set default LANG and LC_ALL to en_US.UTF-8;
    • Fix Vim statusline;
    • vimrc optimized;
    • Arrange RPMs in install_rpm.sh;
    • Update SaltStack installation. Use SaltStack official YUM repository;
    • Update Xtrabackup script. No database lock during backup and record backup log;
    • Enable MySQL GTID by default;
    • Redis THP setting support;
    • Optimize sysctl.conf;
    • Update Nginx SSL configuration;
    • Update Nginx PHP and MySQL logrotate policy;
    • Use NTP service instead of ntpdate cron job;
    • Use system default curl and c-ares to compile PHP;
    • Fix redis init script stop fail when requirepass used;
    • MySQL bind to 127.0.0.1 by default;
    • Redis bind to 127.0.0.1 by default;
    • redis.conf and redis init script set to 0600 and 0700;
    • Remove htop RPM;

moss-2.0.0

19 Sep 16:07
Compare
Choose a tag to compare

2.0.0

2015-09-19
! Support uninstall Moss. Select 'u' in installaion interface;
! Use CentOS original libs.(libxml2,zlib,openssl,pcre,libmcrypt etc.);

  • Add Name Service Caching Daemon (NSCD);
  • Support log user shell commands in syslog (/var/log/secure);
  • Prompt user reboot system if needed;
  • Set GRUB to visable boot mode;
  • Add /etc/resolv.conf optimize;
  • Add package_info.sh tool;
  • Optimize L.N.M.P and library packages install policy;
  • Speed up service software packages installation;
  • Optimize system service on/off policy;
  • Enhance Bash command alias;
  • Enhance vimrc profile;
  • Refine every steps of system config;
  • Installation will be abort if YUM install/update failed;
  • Update php.ini for PHP 5.6;
  • Optimize MySQL my.cnf;
  • Fix YUM repository config file;
  • Fix installation TUI bug;
  • Fix Redis anonymous access. Add Redis password;
  • Fix SSH user login and public key jugement policy;
  • Fix Nginx Vim syntax file for Vim 7.x;
  • Fix MySQL database can not backup with Percona Xtrabackup;
  • Remove XCache. Use PHP 5.6 build-in Zend OPcache instead;
  • Remove Squid,Varnish,KeepAlived,PECL XHProf and memcached;
  • Remove service.sh script, merged with config_sys.sh;

moss-1.6.4

24 Feb 11:20
Compare
Choose a tag to compare

1.6.4

2015-02-24

  • Add server tools;
  • Log rotate will keep last 30 days logs, old logs will be deleted;
  • Before install a service, Moss will check if it has been running on host;
  • Update YUM repository config file. Using multi-repositories instead of single;
  • Fix Percona Xtrabackup script run fail;
  • Fix Nginx log rotate bug which it always rotate log to /var/log/nginx;
  • Reduce installation time when select mode 4 (Install Nginx only);

moss-1.6.3

23 Dec 17:06
Compare
Choose a tag to compare

1.6.3

2014-12-24

  • New Moss installation TUI;
  • Add vim and wget packages check and install;
  • Fix root's mailbox fill up with ntpdate time sync message;
    ! Fix Zabbix Agent can not be started;
    ! Fix SaltStack Minion can not be started;
  • Remove Zabbix Agent 3rd-templates;
  • Moss did not require set OS root password. If didn't set, Moss will keep
    current root password and continue install;
  • Moss did not require set OS hostname. If didn't set, Moss will keep current
    hostname and continue install;
  • Support install Nginx standalone by installation mode 4;
  • Merry X'mas :-)

moss-1.6.2

30 Nov 04:51
Compare
Choose a tag to compare

1.6.2

2014-11-30

  • Fix MySQL logs rotate;
  • Fix www user home directory location;
  • Add SaltStack minion. According to user configure;
  • Add Zabbix Nginx status monitor configuration and script;
  • Enhance Zabbix agent configuration;
  • Nginx stub_status and PHP FastCGI status allow from all by default;
  • Enhance Nginx 'moss' access log format;
  • Turn PHP 'log_errors' on;
  • Trun auditd service on by default;
  • Enhance vimrc settings;
  • Remove puppet;

moss-1.6.1

14 Nov 14:08
Compare
Choose a tag to compare

1.6.1

2014-11-12

  • Fix group sa users' sudo privilege, add 'vi' command;