Page 16 of 17 FirstFirst ... 61314151617 LastLast
Results 376 to 400 of 414
  1. #376
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by ndha View Post
    @eva2000 have you consider make automatic installer for nginx + w3 total cache (like your installer for wp super cache) ??
    thanks..
    Unfortunately don't plan to.. with nginx and modules you have in Centmin Mod Nginx, you do not need w3 total cache really i.e. for cdn you can do it straight from included ngx_pagespeed module
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  2. #377
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Centmin Mod .08 beta 03 is planning to go stable by end of June if all goes to plan. So if anyone wants to do last minute beta testing check out the 8 step guide for installation at https://community.centminmod.com/posts/15231/
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  3. #378
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Current state of Centmin Mod .08 beta 03 change log from .07 stable. The .08 will be going stable end of month if all goes to plan

    Centmin Mod .08 beta03 Change Log
    Last edited by eva2000; 06-22-2015 at 11:08 AM.
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  4. #379
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    More previews for Centmin Mod .08 beta 03 (soon to be stable)
    Attached Thumbnails Attached Thumbnails vhost-stats-phppools_00.png  
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  5. #380
    Join Date
    Mar 2012
    Posts
    1,421
    I dont see any option for donations. Any reason of why?
    --

  6. #381
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by HRR1963 View Post
    I dont see any option for donations. Any reason of why?
    Only current way for $$$ sent is via Centmin Mod Premium user membership at https://community.centminmod.com/premium. Probably once .08 beta 03 goes stable, will look at a donation button

    A few more goodies for Centmin Mod .08 beta 03

    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  7. #382
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Since a few members here are using my Centmin Mod LEMP web stack for their servers, just a heads up I just switched my centminmod.com domain's DNS over to the new server cluster which sports the new centminmod.com web site design.

    Also Centmin Mod 1.2.3-eva2000.08 stable release is here - well official release date is July 31st, 2015 which would be about right once DNS updates worldwide. This new release has been in development for past 12+ months, so I am glad to have it released now. You can check outs what's new here or on the new site if DNS has propagated in your neck of the woods.

    For folks who don't like reading, the quickest way to install Centmin Mod is now via one liner command

    Code:
    curl -sL http://centminmod.com/installer.sh | bash
    However, there's other methods outlined here as well Download

    New method of adding Nginx domain via command line too via /usr/bin/nv as outlined here Nginx Vhost & NSD DNS Setup

    To create a new site domain Nginx vhost account for newdomain.com with self-signed SSL enabled and Pure-FTPD virtual FTP username = MYFTPUSERNAME, type the following in SSH command line.

    Code:
    /usr/bin/nv -d newdomain.com -s y -u MYFTPUSERNAME
    So essentially to install Centmin Mod LEMP and setup newdomain.com in Nginx vhost, you only need 2 commands in SSH as root user on a fresh CentOS 6 or 7 based OS server.

    Code:
    curl -sL http://centminmod.com/installer.sh | bash
    /usr/bin/nv -d newdomain.com -s y -u MYFTPUSERNAME
    or one line when you combine them

    Code:
    curl -sL http://centminmod.com/installer.sh | bash; /usr/bin/nv -d newdomain.com -s y -u MYFTPUSERNAME
    Then bookmark and read the Getting Started Guide
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  8. #383
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Added page to illustrate centmin.sh menu option 22 for auto installing Wordpress and related Nginx vhost auto generation http://centminmod.com/nginx-wordpress-installer.html
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  9. #384
    Quote Originally Posted by eva2000 View Post
    Added page to illustrate centmin.sh menu option 22 for auto installing Wordpress and related Nginx vhost auto generation
    in my vm when i try to install option 22 it's not create SSL config like your illustrate, what's wrong??
    also after finishing migrate my site using option 22, suddenly all my image is broken..
    after i remove wpsecure_domain.conf, images comes out again..
    so what's actually wrong with wpsecure_domain.conf that's cause images broken???
    Thanks..

  10. #385
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by ndha View Post
    in my vm when i try to install option 22 it's not create SSL config like your illustrate, what's wrong??
    also after finishing migrate my site using option 22, suddenly all my image is broken..
    after i remove wpsecure_domain.conf, images comes out again..
    so what's actually wrong with wpsecure_domain.conf that's cause images broken???
    Thanks..
    SSL generation for centmin.sh option 22 was backported from 123.09beta01 into 123.08stable just today see https://community.centminmod.com/thr...61/#post-17917. To update your copy of Centmin Mod .08 stable follow the update instructions at http://centminmod.com/upgrade.html

    As to broken images no sure why - but could be your image url or directory being caught in the wpsecure_domain.conf location matched restrictions that are in place for security see lines 539-578 of inc/wpsetup.inc for 123.08stable version. Of course best to report bugs here https://community.centminmod.com/thr...ption-22.2698/
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  11. #386
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    FYI, it's good idea signup or login to the forums and to subscribe to 123.08stable thread at https://community.centminmod.com/thr...l-update.4061/ for all updates for that release so you get notified of such future changes
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  12. #387
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Heads up for something to look forward to = Letsencrypt free SSL certificate integration into Centmin Mod LEMP stack http://centminmod.com/letsencrypt-freessl.html
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  13. #388
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Centmin Mod's next version is currently in beta testing development and is now installs much faster due to recent commits to code done today. Up to 30% faster install times via the curl installer method https://community.centminmod.com/thr...ll-times.5713/

    Code:
    ---------------------------------------------------------------------------
    Total Curl Installer YUM Time: 82.6664 seconds
    Total YUM Time: 47.520051481 seconds
    Total YUM + Source Download Time: 66.7801
    Total Nginx First Time Install Time: 130.4317
    Total PHP First Time Install Time: 198.3389
    Download Zip From Github Time: 4.5602
    Total Time Other eg. source compiles: 219.4978
    Total Centmin Mod Install Time: 615.0486
    ---------------------------------------------------------------------------
    Total Install Time (curl yum + cm install + zip download): 702.2752 seconds
    ---------------------------------------------------------------------------
    If folks here have spare servers, would be interested to know how fast the Centmin Mod 123.09beta01 branch installs for you via curl installer method on either CentOS 6.x or 7.x. Particularly if you have a E3-1230v3 or E3-1230v5 or higher processor or Core i7 4790K or 6700K
    Code:
    curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  14. #389
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    FYI, Centmin Mod Community forums turns 2 yrs old https://community.centminmod.com/thr...iversary.7423/ and latest Centmin Mod 123.09beta01 is almost entering release candidate stage
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  15. #390
    Join Date
    May 2007
    Posts
    2,042
    Well done George as usual.
    J

  16. #391
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by elvis1 View Post
    Well done George as usual.
    J
    Cheers mate

    Also if you're looking at Nginx HTTP/2 based HTTPS and Letsencrypt free SSL certificates, then Centmin Mod's new acmetool.sh is coming too https://community.centminmod.com/posts/31505/
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  17. #392
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Centmin Mod 123.09beta01 has been updated with optional Nginx SPDY + HTTP/2 dual protocol support in Nginx 1.11.1+ server thanks to Cloudflare's open sourced SPDY patch to re-add Nginx SPDY/3.1 support to Nginx HTTP/2 enabled server versions https://community.centminmod.com/posts/32785/.
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  18. #393
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    FYI, if all goes to plan within next 48-72hrs, addons/acmetool.sh will land into updated 123.09beta01 for public beta testing Letsencrypt SSL certificate integration into Centmin Mod. Read how to prepare your testing servers at https://community.centminmod.com/thr...09beta01.8290/
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  19. #394
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  20. #395
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Added an official Centmin Mod guide for existing Centmin Mod Nginx HTTP vhost users wanting to switch and migrate to Nginx HTTP/2 based HTTPS with free Letsencrypt SSL certificates https://centminmod.com/migrating-to-https.html. Enjoy
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  21. #396
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Sharing some highlights from latest beta which is soon to become stable once I write up the updated site documentation

    Nginx & PHP Intel CPU Optimised Installs

    For Centmin Mod LEMP stack installer's latest 123.09beta01 and higher, the default is to disable intel specific optimisations out of box to speed up initial install time. But the intel optimisations can be enabled after with recompiles of nginx and php-fpm or you can do it via at initial install time alternate installer. CentOS 6 or 7 only supported and need fresh virgin OS to work with

    123.09beta01 install with nginx 1.11 latest + php 5.6 latest
    Code:
    yum -y update; curl -O https://centminmod.com/betainstaller.sh && chmod 0700 betainstaller.sh && bash betainstaller.sh
    if you choose above standard install, you can re-enable intel specific optimisations and php7 profile guided optimisations by setting in persistent config file /etc/centminmod/custom_config.inc the following variables
    Code:
    PHP_PGO='y'
    PHP_PGO_CENTOSSIX='y'
    NGINX_DEVTOOLSETGCC='y'
    GENERAL_DEVTOOLSETGCC='y'
    CLANG='n'
    these variables enable php 7 profile guide optimisations for centos 7 with gcc 4.8.5, centos 6 with devtoolset-4 provided gcc 5.3.1 and nginx and php intel optimisations via devtoolset-4 gcc 5.3.1 and CLANG=n disabled default nginx clang compiler to switch to system gccor devtoolset-4 gcc compilations.

    then recompile nginx and php via centmin.sh menu option 4 and 5
    Code:
    --------------------------------------------------------
         Centmin Mod Menu 123.09beta01 centminmod.com     
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB MySQL Upgrade & Management
    12). Zend OpCache Install/Re-install
    13). Install/Reinstall Redis PHP Extension
    14). SELinux disable
    15). Install/Reinstall ImagicK PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2...
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Install/Re-Install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + Cache Plugin
    23). Update Centmin Mod Code Base
    24). Exit
    --------------------------------------------------------
    Enter option [ 1 - 24 ]
    123.09beta01 alternate installer with all intel optimisations enabled out of the box + nginx lua + ngx_brotli + ngx_pagespeed nginx modules enabled by default + nginx 1.11 latest + php 7.0 latest + intel profile guide optimisations boost to php7 performance by another 3-17% over standard php7 performance https://software.intel.com/en-us/blo...-let-it-go-php
    Code:
    yum -y update; curl -O https://centminmod.com/betainstaller-latest.sh && chmod 0700 betainstaller-latest.sh && bash betainstaller-latest.sh
    you can also disable or enable additional nginx modules such as nginx lua, ngx_brotli and ngx_pagespeed also using persistent config file /etc/centminmod/custom_config.inc and set variables
    Code:
    NGXDYNAMIC_BROTLI=y
    NGINX_LIBBROTLI=y
    NGXDYNAMIC_NGXPAGESPEED=y
    NGINX_PAGESPEED=y
    ORESTY_LUANGINX='y'
    some nginx modules support nginx dynamic modules

    then recompile nginx and php via centmin.sh menu option 4 and 5


    Nginx HTTP/2 HTTPS

    Centmin Mod Nginx supports HTTP/2 based HTTPS via static compile for OpenSSL 1.0.2j+, OpenSSL 1.1.0c+ and LibreSSL 2.4.4+ and LibreSSL 2.5.0+ with BoringSSL support in development. All options can be compiled with GCC 5.3.1 for modern intel cpus. Below examples all on CentOS 7.3 OS

    persistent config file /etc/centminmod/custom_config.inc set variables for OpenSSL (LIBRESSL_SWITCH='n') and specify OpenSSL 1.1.0c to override default OpenSSL 1.0.2j

    Code:
    PHP_PGO='y'
    NGXDYNAMIC_NGXPAGESPEED='y'
    NGINX_PAGESPEED='y'
    
    LIBRESSL_SWITCH='n'
    OPENSSL_VERSION='1.1.0c'
    #LIBRESSL_VERSION='2.4.4'
    LIBRESSL_VERSION='2.5.0'
    
    NGINX_DEVTOOLSETGCC='y'
    GENERAL_DEVTOOLSETGCC='y'
    CRYPTO_DEVTOOLSETGCC='y'
    nginx -V
    nginx version: nginx/1.11.8
    built by gcc 5.3.1 20160406 (Red Hat 5.3.1-6) (GCC)
    built with OpenSSL 1.1.0c 10 Nov 2016
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-m64 -march=native -g -O3 -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --add-module=../nginx-module-vts --with-libatomic --with-http_gzip_static_module --add-dynamic-module=../ngx_pagespeed-1.12.34.2-beta --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.32 --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../openssl-1.1.0c
    persistent config file /etc/centminmod/custom_config.inc set variables for OpenSSL (LIBRESSL_SWITCH='n') and comment out OPENSSL_VERSION to use default OpenSSL 1.0.2j

    Code:
    PHP_PGO='y'
    NGXDYNAMIC_NGXPAGESPEED='y'
    NGINX_PAGESPEED='y'
    
    LIBRESSL_SWITCH='n'
    #OPENSSL_VERSION='1.1.0c'
    #LIBRESSL_VERSION='2.4.4'
    LIBRESSL_VERSION='2.5.0'
    
    NGINX_DEVTOOLSETGCC='y'
    GENERAL_DEVTOOLSETGCC='y'
    CRYPTO_DEVTOOLSETGCC='y'
    nginx -V
    nginx version: nginx/1.11.8
    built by gcc 5.3.1 20160406 (Red Hat 5.3.1-6) (GCC)
    built with OpenSSL 1.0.2j 26 Sep 2016
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-m64 -march=native -g -O3 -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --add-module=../nginx-module-vts --with-libatomic --with-http_gzip_static_module --add-dynamic-module=../ngx_pagespeed-1.12.34.2-beta --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.32 --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../openssl-1.0.2j
    persistent config file /etc/centminmod/custom_config.inc set variables for LibreSSL (LIBRESSL_SWITCH='y') and use LIBRESSL_VERSION variable to override the default LibreSSL 2.4.4 version

    Code:
    PHP_PGO='y'
    NGXDYNAMIC_NGXPAGESPEED='y'
    NGINX_PAGESPEED='y'
    
    LIBRESSL_SWITCH='y'
    OPENSSL_VERSION='1.1.0c'
    #LIBRESSL_VERSION='2.4.4'
    LIBRESSL_VERSION='2.5.0'
    
    NGINX_DEVTOOLSETGCC='y'
    GENERAL_DEVTOOLSETGCC='y'
    CRYPTO_DEVTOOLSETGCC='y'
    nginx -V
    nginx version: nginx/1.11.8
    built by gcc 5.3.1 20160406 (Red Hat 5.3.1-6) (GCC)
    built with LibreSSL 2.5.0
    TLS SNI support enabled
    configure arguments: --with-ld-opt='-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib' --with-cc-opt='-m64 -march=native -g -O3 -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2' --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --add-module=../nginx-module-vts --with-libatomic --with-http_gzip_static_module --add-dynamic-module=../ngx_pagespeed-1.12.34.2-beta --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_geoip_module --with-stream_realip_module --with-stream_ssl_preread_module --with-threads --with-stream=dynamic --with-stream_ssl_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.32 --with-pcre=../pcre-8.39 --with-pcre-jit --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-2.5.0
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  22. #397
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    I added an official Centmin Mod guide for fresh Centmin Mod Nginx HTTP/2 based HTTPS vhost site creation with free Letsencrypt SSL certificates https://centminmod.com/letsencrypt-acmetool-https.html. This is an alternative to the guide for existing Centmin Mod Nginx HTTP uses wishing to migrate from HTTP to HTTPS at https://centminmod.com/migrating-to-https.html
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  23. #398
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Posted a forum guide for using Brotli compression in latest Centmin Mod beta branch's Nginx server via ngx_brotli module at https://community.centminmod.com/thr...servers.10688/

    Also posted on Github a brotli.sh tool to generate static brotli (*.br) and gzip (*.gz) assets for css and js files you can play with at https://centminmod.com/brotlistatic
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

  24. #399
    @eva2000

    Is it possible for you to add some kind of Quota ( disk space ) option for each vhost ?
    Last edited by chkserv; 03-06-2017 at 08:01 PM.

  25. #400
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by torpixhosting-Darren View Post
    @eva2000

    Is it possible for you to add some kind of Quota ( disk space ) option for each vhost ?
    It's not something I looked at as per FAQ item 2 https://centminmod.com/faq.html, Centmin Mod isn't made for shared hosting but more for one admin/owner managing his own sites. So there isn't a need for disk space quotas really.
    : CentminMod.com Nginx Installer Nginx 1.25, PHP-FPM, MariaDB 10 CentOS (AlmaLinux/Rocky testing)
    : Centmin Mod Latest Beta Nginx HTTP/2 HTTPS & HTTP/3 QUIC HTTPS supports TLS 1.3 via OpenSSL 1.1.1/3.0/3.1 or BoringSSL or QuicTLS OpenSSL
    : Nginx & PHP-FPM Benchmarks: Centmin Mod vs EasyEngine vs Webinoly vs VestaCP vs OneInStack

Page 16 of 17 FirstFirst ... 61314151617 LastLast

Similar Threads

  1. Nginx Auto Installer – PHP – MySQL
    By ReoHostLtd in forum VPS Tutorials
    Replies: 18
    Last Post: 11-01-2012, 12:45 AM
  2. WHMCS-CSF Auto Unblocker - Version 2.1 ~ NOW WITH REMOTE SERVER AUTO INSTALLER !
    By OpenInternet-Vince in forum Software & Scripts Offers
    Replies: 0
    Last Post: 07-05-2011, 10:56 AM
  3. nginx, php, mysql/mariadb, mail and vsftpd
    By rasmusj in forum VPS Hosting
    Replies: 8
    Last Post: 06-15-2011, 08:38 AM
  4. Nginx Admin: The Free cPanel Nginx automated installer Plugin
    By JohnCS in forum Software & Scripts Offers
    Replies: 13
    Last Post: 05-21-2011, 11:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •