Browse Source

Update version

lj2007331@gmail.com 6 years ago
parent
commit
670132d580

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ Script properties:
 - Providing a plurality of Tomcat version (Tomcat-9, Tomcat-8, Tomcat-7, Tomcat-6)
 - Providing a plurality of JDK version (JDK-11.0, JDK-1.8, JDK-1.7, JDK-1.6)
 - Providing a plurality of Apache version (Apache-2.4, Apache-2.2)
-- According to their needs to install PHP Cache Accelerator provides ZendOPcache, xcache, apcu, eAccelerator. And php extensions,include ZendGuardLoader,ionCube,SourceGuardian,imagick,gmagick,fileinfo,imap,ldap,phalcon,yaf,redis,memcached,memcache,mongodb,swoole,xdebug
+- According to their needs to install PHP Cache Accelerator provides ZendOPcache, xcache, apcu, eAccelerator. And php extensions,include ZendGuardLoader,ionCube,SourceGuardian,imagick,gmagick,fileinfo,imap,ldap,phalcon,yaf,yar,redis,memcached,memcache,mongodb,swoole,xdebug
 - Installation Pureftpd, phpMyAdmin according to their needs
 - Install memcached, redis according to their needs
 - Jemalloc optimize MySQL, Nginx

+ 11 - 0
config/zblog.conf

@@ -0,0 +1,11 @@
+location / {
+  if (-f $request_filename/index.html){
+    rewrite (.*) $1/index.html break;
+  }
+  if (-f $request_filename/index.php){
+    rewrite (.*) $1/index.php;
+  }
+  if (!-f $request_filename){
+    rewrite (.*) /index.php;
+  }
+}

+ 0 - 1
include/mariadb-10.1.sh

@@ -75,7 +75,6 @@ Install_MariaDB101() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysqld]
 port = 3306

+ 0 - 1
include/mariadb-10.2.sh

@@ -75,7 +75,6 @@ Install_MariaDB102() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysqld]
 port = 3306

+ 0 - 1
include/mariadb-10.3.sh

@@ -75,7 +75,6 @@ Install_MariaDB103() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysqld]
 port = 3306

+ 0 - 1
include/mariadb-5.5.sh

@@ -73,7 +73,6 @@ Install_MariaDB55() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysqld]
 port = 3306

+ 0 - 1
include/mysql-5.5.sh

@@ -73,7 +73,6 @@ Install_MySQL55() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysql]
 prompt="MySQL [\\d]> "

+ 0 - 1
include/mysql-5.6.sh

@@ -71,7 +71,6 @@ Install_MySQL56() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysql]
 prompt="MySQL [\\d]> "

+ 0 - 1
include/mysql-5.7.sh

@@ -75,7 +75,6 @@ Install_MySQL57() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysql]
 prompt="MySQL [\\d]> "

+ 0 - 1
include/mysql-8.0.sh

@@ -74,7 +74,6 @@ Install_MySQL80() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysql]
 prompt="MySQL [\\d]> "

+ 0 - 1
include/percona-5.5.sh

@@ -74,7 +74,6 @@ Install_Percona55() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysql]
 prompt="Percona [\\d]> "

+ 0 - 1
include/percona-5.6.sh

@@ -73,7 +73,6 @@ Install_Percona56() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysql]
 prompt="Percona [\\d]> "

+ 0 - 1
include/percona-5.7.sh

@@ -77,7 +77,6 @@ Install_Percona57() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysql]
 prompt="Percona [\\d]> "

+ 0 - 1
include/percona-8.0.sh

@@ -75,7 +75,6 @@ Install_Percona80() {
 [client]
 port = 3306
 socket = /tmp/mysql.sock
-default-character-set = utf8mb4
 
 [mysql]
 prompt="Percona [\\d]> "

+ 3 - 3
versions.txt

@@ -6,8 +6,8 @@ openresty_ver=1.13.6.2
 openssl11_ver=1.1.1b
 openssl_ver=1.0.2r
 
-tomcat9_ver=9.0.16
-tomcat8_ver=8.5.38
+tomcat9_ver=9.0.17
+tomcat8_ver=8.5.39
 tomcat7_ver=7.0.93
 tomcat6_ver=6.0.53
 
@@ -85,7 +85,7 @@ xdebug_oldver=2.5.5
 pureftpd_ver=1.0.47
 
 # Redis
-redis_ver=5.0.3
+redis_ver=5.0.4
 pecl_redis_ver=4.3.0
 
 # Memcached

+ 1 - 1
vhost.sh

@@ -558,7 +558,7 @@ Nginx_rewrite() {
     echo
     echo "Please input the rewrite of programme :"
     echo "${CMSG}wordpress${CEND},${CMSG}opencart${CEND},${CMSG}magento2${CEND},${CMSG}drupal${CEND},${CMSG}joomla${CEND},${CMSG}codeigniter${CEND},${CMSG}laravel${CEND}"
-    echo "${CMSG}thinkphp${CEND},${CMSG}pathinfo${CEND},${CMSG}discuz${CEND},${CMSG}typecho${CEND},${CMSG}ecshop${CEND},${CMSG}nextcloud${CEND} rewrite was exist."
+    echo "${CMSG}thinkphp${CEND},${CMSG}pathinfo${CEND},${CMSG}discuz${CEND},${CMSG}typecho${CEND},${CMSG}ecshop${CEND},${CMSG}nextcloud${CEND},${CMSG}zblog${CEND} rewrite was exist."
     read -e -p "(Default rewrite: other): " rewrite
     if [ "${rewrite}" == "" ]; then
       rewrite="other"