Skip to content

Commit 99021aa

Browse files
authored
Merge pull request #1 from teddysun/master
Merge updates from up source
2 parents 0bda29f + 630b01d commit 99021aa

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ Supported System
3030

3131
Supported Software
3232
==================
33-
- Apache-2.4 (Include HTTP2 module)
33+
- Apache-2.4 (Include HTTP/2 module: mod_http2)
34+
- Apache Additional Modules: mod_wsgi, mod_security, mod_jk
3435
- MySQL-5.5, MySQL-5.6, MySQL-5.7, MariaDB-5.5, MariaDB-10.0, MariaDB-10.1, MariaDB-10.2, Percona-Server-5.5, Percona-Server-5.6, Percona-Server-5.7
3536
- PHP-5.6, PHP-7.0, PHP-7.1, PHP-7.2
36-
- PHP Additional Modules: Opcache, ionCube Loader, XCache, Imagemagick, GraphicsMagick, Memcache, Memcached, Redis, Mongodb, Swoole, Xdebug
37-
- Other Software: Memcached, phpMyAdmin, Redis-Server
37+
- PHP Additional Modules: opcache, ioncube_loaders, xcache, imagick, gmagick, libsodium, memcached, redis, mongodb, swoole, xdebug
38+
- Other Software: ImageMagick, GraphicsMagick, Memcached, phpMyAdmin, Redis-Server
3839

3940
Installation
4041
============

conf/lamp

+19
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ add_ssl_memu(){
255255
echo "Error: Please only enter 1 or 2"
256256
fi
257257
done
258+
259+
read -p "Do you want force redirection from HTTP to HTTPS automatically? [y/n]:" force_ssl
258260
}
259261

260262
create_ssl_config(){
@@ -287,6 +289,16 @@ create_ssl_config(){
287289
EOF
288290
}
289291

292+
create_ssl_htaccess(){
293+
cat > ${website_root}/.htaccess << EOF
294+
<IfModule mod_rewrite.c>
295+
RewriteEngine On
296+
RewriteCond %{HTTPS} off
297+
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
298+
</IfModule>
299+
EOF
300+
}
301+
290302
add_ssl(){
291303
if [ "${ssl_pick}" == "1" ]; then
292304
create_ssl_config
@@ -300,6 +312,13 @@ add_ssl(){
300312
fi
301313
add_letsencrypt
302314
fi
315+
if [ "${force_ssl}" == "y" ] || [ "${force_ssl}" == "Y" ]; then
316+
echo "You chosen force redirection from HTTP to HTTPS automatically"
317+
create_ssl_htaccess
318+
echo "and it's already done"
319+
else
320+
echo "Do not force redirection from HTTP to HTTPS automatically"
321+
fi
303322
}
304323

305324
add_letsencrypt(){

include/config.sh

+10-10
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ parallel_compile=1
3535

3636
##Software version
3737
#nghttp2
38-
nghttp2_filename="nghttp2-1.30.0"
38+
nghttp2_filename="nghttp2-1.31.0"
3939
#openssl
4040
openssl_filename="openssl-1.0.2n"
4141
#apache2.4
@@ -76,10 +76,10 @@ apr_filename="apr-1.6.3"
7676
#apr-util
7777
apr_util_filename="apr-util-1.6.1"
7878
#mod_wsgi
79-
mod_wsgi_filename="mod_wsgi-4.5.24"
79+
mod_wsgi_filename="mod_wsgi-4.6.2"
8080
#mod_jk
81-
mod_jk_filename="tomcat-connectors-1.2.42-src"
82-
set_hint ${mod_jk_filename} "mod_jk-1.2.42"
81+
mod_jk_filename="tomcat-connectors-1.2.43-src"
82+
set_hint ${mod_jk_filename} "mod_jk-1.2.43"
8383
#mod_security
8484
mod_security_filename="modsecurity-2.9.2"
8585
set_hint ${mod_security_filename} "mod_security-2.9.2"
@@ -98,14 +98,14 @@ imap_filename='imap-2007f'
9898
#libiconv
9999
libiconv_filename="libiconv-1.15"
100100
#swoole
101-
swoole_filename="swoole-src-2.0.12"
102-
set_hint ${swoole_filename} "php-swoole-2.0.12"
101+
swoole_filename="swoole-src-2.1.1"
102+
set_hint ${swoole_filename} "php-swoole-2.1.1"
103103
#xcache
104104
xcache_filename="xcache-3.2.0"
105105
#xdebug
106106
xdebug_filename="xdebug-2.6.0"
107107
#ImageMagick
108-
ImageMagick_filename="ImageMagick-7.0.7-22"
108+
ImageMagick_filename="ImageMagick-7.0.7-26"
109109
php_imagemagick_filename="imagick-3.4.3"
110110
set_hint ${php_imagemagick_filename} "php-${php_imagemagick_filename}"
111111
#GraphicsMagick
@@ -121,7 +121,7 @@ ionCube64_filename="ioncube_loaders_lin_x86-64"
121121
#libevent
122122
libevent_filename="libevent-2.0.22-stable"
123123
#memcached
124-
memcached_filename="memcached-1.5.5"
124+
memcached_filename="memcached-1.5.6"
125125
#libmemcached
126126
libmemcached_filename="libmemcached-1.0.18"
127127
#php-memcached
@@ -133,11 +133,11 @@ set_hint ${php_memcached_filename2} "php-${php_memcached_filename2}"
133133
redis_filename="redis-3.2.11"
134134
#php-redis
135135
php_redis_filename="redis-2.2.8"
136-
php_redis_filename2="redis-3.1.5"
136+
php_redis_filename2="redis-3.1.6"
137137
set_hint ${php_redis_filename} "php-${php_redis_filename}"
138138
set_hint ${php_redis_filename2} "php-${php_redis_filename2}"
139139
#php-mongodb
140-
php_mongo_filename="mongodb-1.3.4"
140+
php_mongo_filename="mongodb-1.4.2"
141141
set_hint ${php_mongo_filename} "php-${php_mongo_filename}"
142142
#php-libsodium
143143
libsodium_filename="libsodium-1.0.16"

0 commit comments

Comments
 (0)