Join the community today
Become a Member

Featured CentOS 7.x How to help test .08 CentOS 7 Betas with Github code ?

Discussion in 'Beta release code' started by eva2000, Jul 11, 2014.

  1. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:41 AM
    eva2000,
    install Suhosin
    restart nginx, php-fpm

    - php -v
    Code:
    PHP 5.6.7 (cli) (built: Apr  2 2015 13:00:54)
    Copyright (c) 1997-2015 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
    no message Suhosin.

     
  2. rdan

    rdan Well-Known Member

    5,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    1:41 PM
    Mainline
    10.2
    php -V ?
     
  3. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:41 AM
    RoldanLT, yes
    php -v
    There should be a message like:
    No messages:)
     
  4. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:41 AM
    Compatibility: The current Suhosin-Extension has been tested with PHP 5.4, 5.5 and 5.6.
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,853
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    3:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    check /root/centminlogs for latest *suhosin_install.log for clues of any errors
     
    Last edited: Apr 7, 2015
  6. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:41 AM
  7. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:41 AM
    [​IMG]

    [​IMG]
    eva2000, I don't know what the problem is.
     
    Last edited: Apr 7, 2015
  8. eva2000

    eva2000 Administrator Staff Member

    53,853
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    3:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    everything in your suhosin_install.log suggests it was installed correctly

    what does output of give

    Code:
    php --ri suhosin
    php -m
     
  9. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:41 AM
    Code:
    php --ri suhosin
    Extension 'suhosin' not present.
    [root@21311 ~]# php -m
    [PHP Modules]
    bcmath
    bz2
    calendar
    Core
    ctype
    curl
    date
    dom
    enchant
    ereg
    exif
    filter
    ftp
    gd
    geoip
    gettext
    gmp
    hash
    iconv
    igbinary
    imagick
    imap
    intl
    json
    libxml
    mbstring
    mcrypt
    memcache
    memcached
    mhash
    mysql
    mysqli
    mysqlnd
    openssl
    pcntl
    pcre
    PDO
    pdo_mysql
    pdo_sqlite
    Phar
    posix
    pspell
    readline
    Reflection
    session
    shmop
    SimpleXML
    snmp
    soap
    sockets
    SPL
    sqlite3
    standard
    sysvmsg
    sysvsem
    sysvshm
    tidy
    tokenizer
    xml
    xmlreader
    xmlrpc
    xmlwriter
    Zend OPcache
    zip
    zlib
    
    [Zend Modules]
    Zend OPcache
    no module suhosin :(
     
  10. AlekseY

    AlekseY Member

    47
    4
    8
    Feb 18, 2015
    Ratings:
    +7
    Local Time:
    8:41 AM
    Solved the problem!
    open # /etc/centminmod/php.d/
    $ nano suhosin.ini

    add to file string:
    Code:
    extension=suhosin.so
    restart php+nginx
    RESULT:
    Code:
    [root@21311 php.d]# php -v
    PHP 5.6.7 (cli) (built: Apr  2 2015 13:00:54)
    Copyright (c) 1997-2015 The PHP Group
    Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2015, by Zend Technologies
        with Suhosin v0.9.37.1, Copyright (c) 2007-2014, by SektionEins GmbH
     
  11. eva2000

    eva2000 Administrator Staff Member

    53,853
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    3:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    must be a bug, so /etc/centminmod/php.d/suhosin.ini was empty ?
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,853
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    3:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  13. eva2000

    eva2000 Administrator Staff Member

    53,853
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    3:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    more updates coming to .08 beta - can see you what it is ?

    Code:
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu            
    --------------------------------------------------------
    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 5.2, 5.5, 10 Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install ioping.sh vbtechsupport.com/1239/
    14). SELinux disable
    15). Install/Re-install ImageMagick PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2,p7zip etc
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Re-install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + WP Super Cache
    23). Exit
    --------------------------------------------------------
    Enter option [ 1 - 23 ]
    --------------------------------------------------------
    first time running new menu option 22 will install wp-cli tool first

    Code:
    ------------------------------------------------------------
    Installing wpcli.sh
    ------------------------------------------------------------
    installing...
    Package git-1.8.3.1-4.el7.x86_64 already installed and latest version
    
    Error: /usr/bin/wp not found !!! Download now......
    2015-04-07 12:19:27 URL:https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar [1342749/1342749] -> "/usr/bin/wp" [1]
    Download done.
    
    Error: /root/wpcli/wp-completion.bash not found !!! Download now......
    2015-04-07 12:19:29 URL:https://raw.githubusercontent.com/wp-cli/wp-cli/master/utils/wp-completion.bash [446/446] -> "/root/wpcli/wp-completion.bash" [1]
    Download done.
    
    
    -------------------------------------------------------------
    PHP binary:     /usr/local/bin/php
    PHP version:    5.4.39
    php.ini used:   /usr/local/lib/php.ini
    WP-CLI root dir:        phar://wp-cli.phar
    WP-CLI global config:
    WP-CLI project config:
    WP-CLI version: 0.18.0
    -------------------------------------------------------------
    
    -------------------------------------------------------------
    wp-cli install completed
    Read http://wp-cli.org/ for full usage info
    
    -------------------------------------------------------------
    Please log out of SSH session and log back in
    You can then call wp-cli via command: wp
    i.e. wp --info --allow-root
    -------------------------------------------------------------
    actual install

    Code:
    ./centmin.sh
    
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.08 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu              
    --------------------------------------------------------
    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 5.2, 5.5, 10 Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install ioping.sh vbtechsupport.com/1239/
    14). SELinux disable
    15). Install/Re-install ImageMagick PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2,p7zip etc
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Re-install
    21). Update - Nginx + PHP-FPM + Siege
    22). Add Wordpress Nginx vhost + WP Super Cache
    23). Exit
    --------------------------------------------------------
    Enter option [ 1 - 23 ] 22
    --------------------------------------------------------
    ------------------------------------------------------------
    Update wp-cli tool
    ------------------------------------------------------------
    Success: WP-CLI is at the latest version.
    
    ---------------------------------------------
    Setup full Nginx vhost + Wordpress + WP Super Cache
    ---------------------------------------------
    
    Enter vhost domain name you want to add (without www. prefix): newdomain2.com
    Enter email address for Wordpress Installation: your@emailaddress.com
    Create FTP username for vhost domain (enter username): USERNAME
    Create FTP password for USERNAME (enter password): PASSWORD
    
    FTP username you entered: USERNAME
    FTP password you entered: PASSWORD
    
    Password:
    Enter it again:
    ------------------------------------------------------------
    Setup Wordpress + Super Cache for newdomain2.com
    ------------------------------------------------------------
    Downloading WordPress 4.1.1 (en_US)...
    Using cached file '/root/.wp-cli/cache/core/en_US-4.1.1.tar.gz'...
    Success: WordPress downloaded.
    Success: Generated wp-config.php file.
    Success: WordPress installed successfully.
    ------------------------------------------------------------
    Installing Responsive (1.9.7.6)
    Downloading install package from https://downloads.wordpress.org/theme/responsive.1.9.7.6.zip...
    Using cached file '/root/.wp-cli/cache/theme/responsive-1.9.7.6.zip'...
    Unpacking the package...
    Installing the theme...
    Theme installed successfully.
    Activating 'responsive'...
    Success: Switched to 'Responsive' theme.
    ------------------------------------------------------------
    ------------------------------------------------------------
    Installing WP Super Cache (1.4.4)
    Downloading install package from https://downloads.wordpress.org/plugin/wp-super-cache.1.4.4.zip...
    Using cached file '/root/.wp-cli/cache/plugin/wp-super-cache-1.4.4.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'wp-super-cache'...
    Success: Plugin 'wp-super-cache' activated.
    ------------------------------------------------------------
    Installing WP Super Cache - Clear all cache (1.3.1)
    Downloading install package from https://downloads.wordpress.org/plugin/wp-super-cache-clear-cache-menu.1.3.1.zip...
    Using cached file '/root/.wp-cli/cache/plugin/wp-super-cache-clear-cache-menu-1.3.1.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'wp-super-cache-clear-cache-menu'...
    Success: Plugin 'wp-super-cache-clear-cache-menu' activated.
    ------------------------------------------------------------
    Installing WP Widget Cache (0.26)
    Downloading install package from https://downloads.wordpress.org/plugin/wp-widget-cache.0.26.zip...
    Using cached file '/root/.wp-cli/cache/plugin/wp-widget-cache-0.26.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'wp-widget-cache'...
    Success: Plugin 'wp-widget-cache' activated.
    ------------------------------------------------------------
    Installing Autoptimize (1.9.2)
    Downloading install package from https://downloads.wordpress.org/plugin/autoptimize.1.9.2.zip...
    Using cached file '/root/.wp-cli/cache/plugin/autoptimize-1.9.2.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'autoptimize'...
    Success: Plugin 'autoptimize' activated.
    ------------------------------------------------------------
    Installing Rocket Lazy Load (1.0.3)
    Downloading install package from https://downloads.wordpress.org/plugin/rocket-lazy-load.1.0.3.zip...
    Using cached file '/root/.wp-cli/cache/plugin/rocket-lazy-load-1.0.3.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'rocket-lazy-load'...
    Success: Plugin 'rocket-lazy-load' activated.
    ------------------------------------------------------------
    Installing Acunetix WP Security (4.0.5)
    Downloading install package from https://downloads.wordpress.org/plugin/wp-security-scan.zip...
    Using cached file '/root/.wp-cli/cache/plugin/wp-security-scan-4.0.5.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'wp-security-scan'...
    Success: Plugin 'wp-security-scan' activated.
    ------------------------------------------------------------
    Installing Sucuri Security - Auditing, Malware Scanner and Security Hardening (1.7.8)
    Downloading install package from https://downloads.wordpress.org/plugin/sucuri-scanner.1.7.8.zip...
    Using cached file '/root/.wp-cli/cache/plugin/sucuri-scanner-1.7.8.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'sucuri-scanner'...
    Success: Plugin 'sucuri-scanner' activated.
    ------------------------------------------------------------
    Installing Disable XML-RPC (1.0.1)
    Downloading install package from https://downloads.wordpress.org/plugin/disable-xml-rpc.1.0.1.zip...
    Using cached file '/root/.wp-cli/cache/plugin/disable-xml-rpc-1.0.1.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'disable-xml-rpc'...
    Success: Plugin 'disable-xml-rpc' activated.
    ------------------------------------------------------------
    Installing Limit Login Attempts (1.7.1)
    Downloading install package from https://downloads.wordpress.org/plugin/limit-login-attempts.1.7.1.zip...
    Using cached file '/root/.wp-cli/cache/plugin/limit-login-attempts-1.7.1.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'limit-login-attempts'...
    Success: Plugin 'limit-login-attempts' activated.
    ------------------------------------------------------------
    Installing WP Updates Notifier (1.4.1)
    Downloading install package from https://downloads.wordpress.org/plugin/wp-updates-notifier.1.4.1.zip...
    Using cached file '/root/.wp-cli/cache/plugin/wp-updates-notifier-1.4.1.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'wp-updates-notifier'...
    Success: Plugin 'wp-updates-notifier' activated.
    ------------------------------------------------------------
    Installing No Longer in Directory (1.0.39)
    Downloading install package from https://downloads.wordpress.org/plugin/no-longer-in-directory.zip...
    Using cached file '/root/.wp-cli/cache/plugin/no-longer-in-directory-1.0.39.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'no-longer-in-directory'...
    Success: Plugin 'no-longer-in-directory' activated.
    ------------------------------------------------------------
    Installing WP-Optimize (1.8.9.10)
    Downloading install package from https://downloads.wordpress.org/plugin/wp-optimize.1.8.9.10.zip...
    Using cached file '/root/.wp-cli/cache/plugin/wp-optimize-1.8.9.10.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'wp-optimize'...
    Success: Plugin 'wp-optimize' activated.
    ------------------------------------------------------------
    Installing TPC! Memory Usage (0.9.1)
    Downloading install package from https://downloads.wordpress.org/plugin/tpc-memory-usage.0.9.1.zip...
    Using cached file '/root/.wp-cli/cache/plugin/tpc-memory-usage-0.9.1.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'tpc-memory-usage'...
    Success: Plugin 'tpc-memory-usage' activated.
    ------------------------------------------------------------
    Installing GTmetrix for WordPress (0.4.1)
    Downloading install package from https://downloads.wordpress.org/plugin/gtmetrix-for-wordpress.0.4.1.zip...
    Using cached file '/root/.wp-cli/cache/plugin/gtmetrix-for-wordpress-0.4.1.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'gtmetrix-for-wordpress'...
    Success: Plugin 'gtmetrix-for-wordpress' activated.
    ------------------------------------------------------------
    Installing P3 (Plugin Performance Profiler) (1.5.3.8)
    Downloading install package from https://downloads.wordpress.org/plugin/p3-profiler.1.5.3.8.zip...
    Using cached file '/root/.wp-cli/cache/plugin/p3-profiler-1.5.3.8.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'p3-profiler'...
    Success: Plugin 'p3-profiler' activated.
    ------------------------------------------------------------
    Installing WordPress SEO by Yoast (2.0.1)
    Downloading install package from https://downloads.wordpress.org/plugin/wordpress-seo.2.0.1.zip...
    Using cached file '/root/.wp-cli/cache/plugin/wordpress-seo-2.0.1.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'wordpress-seo'...
    Success: Plugin 'wordpress-seo' activated.
    ------------------------------------------------------------
    Installing UpdraftPlus Backup and Restoration (1.9.63)
    Downloading install package from https://downloads.wordpress.org/plugin/updraftplus.1.9.63.zip...
    Using cached file '/root/.wp-cli/cache/plugin/updraftplus-1.9.63.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'updraftplus'...
    Success: Plugin 'updraftplus' activated.
    ------------------------------------------------------------
    Installing Google Analytics by Yoast (5.3.3)
    Downloading install package from https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.5.3.3.zip...
    Using cached file '/root/.wp-cli/cache/plugin/google-analytics-for-wordpress-5.3.3.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    Activating 'google-analytics-for-wordpress'...
    Success: Plugin 'google-analytics-for-wordpress' activated.
    ------------------------------------------------------------
    ------------------------------------------------------------
    Installing Query Monitor (2.7.1)
    Downloading install package from https://downloads.wordpress.org/plugin/query-monitor.2.7.1.zip...
    Using cached file '/root/.wp-cli/cache/plugin/query-monitor-2.7.1.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    ------------------------------------------------------------
    Installing Gigaom New Relic (0.3)
    Downloading install package from https://downloads.wordpress.org/plugin/go-newrelic.zip...
    Using cached file '/root/.wp-cli/cache/plugin/go-newrelic-0.3.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    ------------------------------------------------------------
    Installing DB Cache Reloaded Fix (2.3)
    Downloading install package from https://downloads.wordpress.org/plugin/db-cache-reloaded-fix.zip...
    Using cached file '/root/.wp-cli/cache/plugin/db-cache-reloaded-fix-2.3.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    ------------------------------------------------------------
    Installing Google Authenticator (0.47)
    Downloading install package from https://downloads.wordpress.org/plugin/google-authenticator.0.47.zip...
    Using cached file '/root/.wp-cli/cache/plugin/google-authenticator-0.47.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    ------------------------------------------------------------
    Installing Smart Layers by AddThis (1.0.10)
    Downloading install package from https://downloads.wordpress.org/plugin/addthis-smart-layers.1.0.10.zip...
    Using cached file '/root/.wp-cli/cache/plugin/addthis-smart-layers-1.0.10.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    ------------------------------------------------------------
    Installing Search Regex (1.4.15)
    Downloading install package from https://downloads.wordpress.org/plugin/search-regex.zip...
    Using cached file '/root/.wp-cli/cache/plugin/search-regex-1.4.15.zip'...
    Unpacking the package...
    Installing the plugin...
    Plugin installed successfully.
    ------------------------------------------------------------
    
    Code:
    ------------------------------------------------------------
    Created uninstall script
    /root/tools/wp_uninstall_newdomain2.com.sh
    ------------------------------------------------------------
    --------------------------------------------
    service nginx reload
    Reloading nginx configuration (via systemctl):  [  OK  ]
    systemctl restart pure-ftpd.service
    
    Code:
    ---------------------------------------------
    FTP hostname : xxx.xxx.xxx.xxx
    FTP port : 21
    FTP mode : FTP (explicit SSL)
    FTP Passive (PASV) : ensure is checked/enabled
    FTP username created for newdomain2.com : USERNAME
    FTP password created for newdomain2.com : PASSWORD
    ---------------------------------------------
    
    ------------------------------------------------------------
    newdomain2.com created
    nginx vhost: /usr/local/nginx/conf/conf.d/newdomain2.com.conf
    newdomain2.com public web root: /home/nginx/domains/newdomain2.com/public
    newdomain2.com log directory: /home/nginx/domains/newdomain2.com/log
    
    ------------------------------------------------------------
    SSH commands to uninstall created Wordpress install and Nginx vhost:
      /root/tools/wp_uninstall_newdomain2.com.sh
    ------------------------------------------------------------
    
    Wordpress domain: newdomain2.com
    Wordpress DB Name: wp17234db_17101
    Wordpress DB User: wpdb17101u21482
    Wordpress DB Pass: wpdb18gofcwklZDqxL8=p15138
    Wordpress Admin User: zeX8MEXA7CBe+4kA=wp16553
    Wordpress Admin Pass: zKJ36IKWwuqDdfbY=wps9230
    Wordpress Admin Email: your@emailaddress.com
    
    ------------------------------------------------------------
    To complete setup:
    1. Enable Permalinks (DO NOT use links with .html extensions for performance reasons) i.e. /%post_id%/%postname%/
    2. Settings Menu > Super Cache > Easy tab and enable it by checking Caching On (Recommended) and hit Update Status
    3. Advanced tab & check Use mod_rewrite serve cache files & Don’t cache pages with GET parameters. (Recommended) & hit Update Status
    4. WP Security Menu > Settings > Check All except Enable Live Traffic tool and hit Update settings
    5. Settings Menu > Updates Notifier and setup your notify email address and cronjob (save and test button to check)
    6. Settings Mnenu > Autoptimize and check Optimize HTML, JavaScript and CSS options (show advanced settings)
    7. Settings Menu > Limit Login Attempts and configure as desired or leave as defaults
    8. Sucuri Security Menu and top left click Generate API key for your domain/email and configure your Settings tab
    9. WP-Optimize Menu and configure as needed
    10. Memory Usage Menu > Settings and adjust accordingly
    11. GTmetrix Menu > setup and register your GTmetrix Account and API Key
    12. go-newrelic plugin installed but not activated read https://wordpress.org/plugins/go-newrelic/installation/
    13. Tools > P3 Plugin Profiler > Start Scan to profile all your plugins
    14. Plugins > Query Monitor is disabled by default, enable to check MySQL query stats
    15. Plugins > DB Cache Reloaded disabled by default unsure if works with Wordpress 4.x ?
    16. Appearance > Theme Options (Responsive theme) > Home Page nav bar > Uncheck Overrides Wordpress front page option
    17. Seo Menu (Yoast SEO) > configure accordingly
    18. Settings > UpdraftPlus Backups > Settings set file/database backup intervals & optional backup to remote storage
    19. Analytics > Settings > configure your Google Analytics UA Code
    ------------------------------------------------------------
    update: added wp updater cron script too on menu 22 run add wp_updater script cron for each created wordpress nginx vhost · centminmod/centminmod@3beef56 · GitHub auto updates wp plugins every 8 hours

    sample email I got from auto update cronjob
    Code:
    /home/nginx/domains/newdomain2.com/public
    Success: WP-CLI is at the latest version.
    33 installed plugins:
      A wp-security-scan                4.0.5
      I addthis-smart-layers            1.0.10
      I akismet                         3.1.1
      A autoptimize                     1.9.2
      I backupwordpress                 3.2.4
      I db-cache-reloaded-fix           2.3
      A disable-xml-rpc                 1.0.1
      I go-newrelic                     0.3
      A google-analytics-for-wordpress  5.3.3
      I google-authenticator            0.47
      A gtmetrix-for-wordpress          0.4.1
      I hello                           1.6
      A jetpack                         3.4.1
      A limit-login-attempts            1.7.1
      A no-longer-in-directory          1.0.39
      A p3-profiler                     1.5.3.8
      I query-monitor                   2.7.1
      I recent-tweets-slider            1.0.1
      A rocket-lazy-load                1.0.3
      I search-regex                    1.4.15
      A sucuri-scanner                  1.7.8
      A theme-check                     20141222.1
      A tpc-memory-usage                0.9.1
      A updraftplus                     1.9.63
      I w3-total-cache                  0.9.4.1
      A wordpress-seo                   2.0.1
      A wp-optimize                     1.8.9.10
      A wp-smushit                      1.7.1.1
      A wp-super-cache                  1.4.4
      A wp-super-cache-clear-cache-menu 1.3.1
      A wp-updates-notifier             1.4.1
      A wp-widget-cache                 0.26
      M p3-profiler
    
    Legend: A = Active, I = Inactive, M = Must Use
    Success: Updated 0/0 plugins.
     
    Last edited: Apr 8, 2015
  14. pamamolf

    pamamolf Premium Member Premium Member

    4,071
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    7:41 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Does this new menu install latest Wordpress also or it just setup a vhost for existing Wordpress installation?
    Confused ...
     
  15. eva2000

    eva2000 Administrator Staff Member

    53,853
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    3:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    both creates Nginx vhost with wordpress format + installs and configures Wordpress + WP Super Cache + other recommended WP plugins all at same time :)
     
  16. pamamolf

    pamamolf Premium Member Premium Member

    4,071
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    7:41 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Great :)

    I am waiting for Digital Ocean to add Centos 7.1 on OS images so i can start testing again :)
     
  17. eva2000

    eva2000 Administrator Staff Member

    53,853
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    3:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    FYI, Wordpress centmin.sh menu option 22 is now committed to latest Centmin Mod .08 beta 02 Commits · centminmod/centminmod · GitHub

    Test away ... preferably on test servers for both CentOS 6.6 and CentOS 7.0/7.1 :)

    FYI, for CentOS 7.1, you can test just by using CentOS 7.0 image and doing yum -y update to update to CentO S 7.1 before centmin mod install.
     
  18. rdan

    rdan Well-Known Member

    5,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    1:41 PM
    Mainline
    10.2
    Why didn't use this PECL :: Package :: redis ?
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,853
    12,160
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,712
    Local Time:
    3:41 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    it's same package just pecl's github sourced repo :)
     
  20. rdan

    rdan Well-Known Member

    5,439
    1,399
    113
    May 25, 2014
    Ratings:
    +2,188
    Local Time:
    1:41 PM
    Mainline
    10.2