Page 5 of 17 FirstFirst ... 234567815 ... LastLast
Results 101 to 125 of 414
  1. #101
    Join Date
    Feb 2006
    Location
    Poland
    Posts
    233
    Hello,

    I'm having an issue with getting NSD to work, I always get this error for example:

    ls: cannot access /etc/nsd/master/: No such file or directory

    I read this topic and I made sure it is the .10 version, I downloaded centmin today anyway.
    I'm running CentOS 6.2 32bit on XEN paravirtualization and I did the ARCH thingy mentioned in the FAQ.
    Tried re-installing NSD, didn't help.
    There are no yum packages for it either installed @

    Package(s) nsd* available, but not installed.
    No Packages marked for removal

  2. #102
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    strange indeed..

    everyone having problems with NSD install, can you provide

    • centos version used
    • 32bit or 64bit
    • virtualisation type: xen, kvm, openvz, vmware


    If any of you are able to freshly reload their operating system and willing to provide me root access, i will when I have some spare time, try a test run and figure out what's going on. You can contact me.

    Right now i don't have any issues so hard for me to reproduce the problem.

    Can't promise to look into everyone's VPS though.
    : 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. #103
    Join Date
    Feb 2006
    Location
    Poland
    Posts
    233
    CentOS 6.2
    32bit
    Xen Paravirtualization
    Fresh OS installed via BurstNET template for CentOS 6.2 32bit
    I will send you root info for my VPS in an hour or so.

  4. #104
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by Leriss View Post
    CentOS 6.2
    32bit
    Xen Paravirtualization
    Fresh OS installed via BurstNET template for CentOS 6.2 32bit
    I will send you root info for my VPS in an hour or so.
    Thanks mate, with v1.2.2-eva2000.15 with auto logging of routines, managed to figure out the problem and fix it

    Testing the fixed version on my test servers for now before public release.

    Just so you folks know what's going into v1.2.2-eva2000.15

    v1.2.2-eva2000.15
    • Updated MariaDB 5.2.11-115 MySQL to MariaDB 5.2.12-115 MySQL http://kb.askmonty.org/en/mariadb-5212-release-notes
    • Updated APC Cache install and re-install routine including setting up password protected file using htpasswd.py tool
    • Updated php-fpm.conf files and vhost virtual.conf with pm.status and ping settings. PHP-FPM status/ping is disabled by default, uncomment setting #include /usr/local/nginx/conf/phpstatus.conf; in vhost virtual.conf and restart nginx and php-fpm services to enable. For folks upgrading Centmin Mod, ensure /usr/local/nginx/conf/phpstatus.conf exists, you can find a copy of it in v1.2.2-eva2000.15 zip file's config/nginx/phpstatus.conf location.
    • Fixed CentOS 6.x EPEL Repo link
    • Fixed NSD v3.2.10 install/reinstall issue by moving NSD install routine further down the order for installation, seems v3.2.10 complains it can't find the SSL libraries for some reason and fails to compile, so no /etc/nsd directory is created.
    • Add logging support to menu options. Log directory defined by variable CENTMINLOGDIR='/root/centminlogs' in inc/centminlogs.inc. When run menu option, the entire process will be logged to a time stamped text log file named ${CENTMINLOGDIR}/centminmod_${SCRIPT_VERSION}_${DT}_*.log so you can review the logs for error messages etc.


    coming soon, just testing right now
    : 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. #105
    Join Date
    Sep 2011
    Posts
    30
    Quote Originally Posted by eva2000 View Post
    Thanks mate, with v1.2.2-eva2000.15 with auto logging of routines, managed to figure out the problem and fix it

    Testing the fixed version on my test servers for now before public release.

    Just so you folks know what's going into v1.2.2-eva2000.15


    coming soon, just testing right now
    Oh, I wonder if this will fix my issue with 5.5. Actually, is there any reason to not use CentOS 6.x?

  6. #106
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    I recommend and prefer centos 6.x - EXT4 out of the box and updated kernel are 2 reasons
    : 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. #107
    Join Date
    Sep 2011
    Posts
    30
    Quote Originally Posted by eva2000 View Post
    I recommend and prefer centos 6.x - EXT4 out of the box and updated kernel are 2 reasons
    Thanks, def seems faster actually. Mumble used to lag when switching channels, now its instantaneous.

    As a note, I initially did have a problem installing centminmod on a CentOS 6 fresh install. Everything would install correctly except for nginx.

    The 2nd time I tired again, I disabled NSD from installing, and everything worked correctly.

    I also remember when I first did my 5.5 centminmod setup with centminmod 04, I also didn't install NSD, and everything worked prefectly. So I believe your NSD order fix will have fixed both problems.

  8. #108
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    New centmin mod v1.2.2-eva2000.15 release today quite a few updates including Nginx v1.1.19, PHP-FPM status page support and MariaDB 5.2.12 as well as updated YUM, APC Cache and NSD install routines.

    Useful addition is automated logging to time stamped text files for all menu options so you can review the entire process and troubleshoot errors etc.

    Logging

    Code:
    ls -lhrt /root/centminlogs/
    
    total 7.3M
    -rw-r--r-- 1 root root 4.3M Apr 14 17:14 centminmod_1.2.2-eva2000.15_140412-151749_install.log
    -rw-r--r-- 1 root root 1.7M Apr 14 17:44 centminmod_1.2.2-eva2000.15_140412-173219_php_upgrade.log
    -rw-r--r-- 1 root root  30K Apr 14 17:44 centminmod_1.2.2-eva2000.15_140412-173219_apc_reinstall.log
    -rw-r--r-- 1 root root  89K Apr 14 17:45 centminmod_1.2.2-eva2000.15_140412-173219_memcached_reinstall.log
    -rw-r--r-- 1 root root  24K Apr 14 17:46 centminmod_1.2.2-eva2000.15_140412-173219_suhosin_install.log
    -rw-r--r-- 1 root root  17K Apr 14 17:49 centminmod_1.2.2-eva2000.15_140412-173219_ffmpeg_install.log
    -rw-r--r-- 1 root root 1.3M Apr 14 18:02 centminmod_1.2.2-eva2000.15_140412-173219_nginx_upgrade.log
    -rw-r--r-- 1 root root  23K Apr 14 18:31 centminmod_1.2.2-eva2000.15_140412-183136_nsd_reinstall.log
    Change Log

    v1.2.2-eva2000.15 -14/04/2012

    • Updated Nginx from v1.1.18 to v1.1.19 http://nginx.org/en/CHANGES
    • Updated MariaDB 5.2.11-115 MySQL to MariaDB 5.2.12-115 MySQL http://kb.askmonty.org/en/mariadb-5212-release-notes
    • Updated APC Cache install and re-install routine including setting up password protected file using htpasswd.py tool
    • Updated YUM Install routine to be smarter in checking each package whether it's already installed and needs updating or whether it's not installed and needs installing
    • Updated php-fpm.conf files and vhost virtual.conf with pm.status and ping settings. PHP-FPM status/ping is disabled by default, uncomment setting #include /usr/local/nginx/conf/phpstatus.conf; in vhost virtual.conf and restart nginx and php-fpm services to enable. For folks upgrading Centmin Mod, ensure /usr/local/nginx/conf/phpstatus.conf exists, you can find a copy of it in v1.2.2-eva2000.15 zip file's config/nginx/phpstatus.conf location.
    • Fixed CentOS 6.x EPEL Repo link
    • Fixed NSD v3.2.10 install/reinstall issue by moving NSD install routine further down the order for installation, seems v3.2.10 complains it can't find the SSL libraries for some reason and fails to compile, so no /etc/nsd directory is created.
    • Add logging support to menu options. Log directory defined by variable CENTMINLOGDIR='/root/centminlogs' in inc/centminlogs.inc. When run menu option, the entire process will be logged to a time stamped text log file named ${CENTMINLOGDIR}/centminmod_${SCRIPT_VERSION}_${DT}_*.log so you can review the logs for error messages etc.


    Code:
    rpm -qa | grep MariaDB
    MariaDB-shared-5.2.12-115.el5
    MariaDB-devel-5.2.12-115.el5
    MariaDB-server-5.2.12-115.el5
    MariaDB-test-5.2.12-115.el5
    MariaDB-client-5.2.12-115.el5
    Code:
    Server version          5.2.12-MariaDB-mariadb115
    Protocol version        10
    Connection              Localhost via UNIX socket
    UNIX socket             /var/lib/mysql/mysql.sock
    Uptime:                 59 min 0 sec
    
    Threads: 1  Questions: 1  Slow queries: 0  Opens: 15  Flush tables: 1  
    Open tables: 8  Queries per second avg: 0.0

    Full change log at:
    http://centminmod.com/changelog.html

    Download at:
    http://vbtechsupport.com/920/ (for now until transition to centminmod.com domain).


    Also Centminmod.com now has further presence and link to Centminmod.com's own Google+ Page where you can follow updates of Centminmod.com news and releases. Already 220+ folks have added Centminmod to their own circles
    Last edited by eva2000; 04-14-2012 at 04:32 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

  9. #109
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Sample of new YUM install/update routine

    Code:
    ----------------------------------------------------------------------------------
    Processing package: autoconf213
    Error: No matching Packages to list
    ----------------------------------------------------------------------------------
    Installing autoconf213
    ----------------------------------------------------------------------------------
    Installed Packages
    autoconf213.noarch                      2.13-12.1                      installed
    ----------------------------------------------------------------------------------
    Processing package: cronie
    Error: No matching Packages to list
    ----------------------------------------------------------------------------------
    Installing cronie
    ----------------------------------------------------------------------------------
    Error: No matching Packages to list
    ----------------------------------------------------------------------------------
    Processing package: crontabs
    ----------------------------------------------------------------------------------
    Installing crontabs
    ----------------------------------------------------------------------------------
    Package crontabs-1.10-8.noarch already installed and latest version
    Installed Packages
    crontabs.noarch                         1.10-8                         installed
    ----------------------------------------------------------------------------------
    Processing package: cronie-anacron
    Error: No matching Packages to list
    ----------------------------------------------------------------------------------
    Installing cronie-anacron
    ----------------------------------------------------------------------------------
    Error: No matching Packages to list
    ----------------------------------------------------------------------------------
    Processing package: nc
    ----------------------------------------------------------------------------------
    Installing nc
    ----------------------------------------------------------------------------------
    Package nc-1.84-10.fc6.x86_64 already installed and latest version
    Installed Packages
    nc.x86_64                         1.84-10.fc6                          installed
    ----------------------------------------------------------------------------------
    PHP-FPM status output

    Code:
    lynx --dump  http://127.0.0.1/phpstatus
    pool:                 www
    process manager:      ondemand
    start time:           14/Apr/2012:17:49:06 +1000
    start since:          974
    accepted conn:        1
    listen queue:         0
    max listen queue:     0
    listen queue len:     0
    idle processes:       0
    active processes:     1
    total processes:      1
    max active processes: 1
    max children reached: 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

  10. #110
    Join Date
    Jun 2005
    Posts
    367
    correct me if I'm wrong

    Shouldn't these be deleted or commented

    pm.start_servers = 20
    pm.min_spare_servers = 5
    pm.max_spare_servers = 35
    pm.max_requests = 500

    when pm = ondemand

    in /usr/local/etc/php-fpm.conf

  11. #111
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Just leave them as is
    Last edited by eva2000; 04-14-2012 at 06:17 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

  12. #112
    Dear eva2000, my compliments for your hard work. v1.2.2-eva2000.15 works very well. I tried it on a cheap $12 pa VPS and there were no issues at all. Even the NSD, which was the trouble-maker in the past, has fallen into line now.

    I also did an upgrade on two VPS. My maria db does not seem to have been upgraded as is seen from this:

    Code:
    [root@abc ~]# rpm -qa | grep MariaDB
    MariaDB-devel-5.2.10-107.el5.x86_64
    MariaDB-client-5.2.10-107.el5.x86_64
    MariaDB-server-5.2.10-107.el5.x86_64
    MariaDB-shared-5.2.10-107.el5.x86_64
    MariaDB-test-5.2.10-107.el5.x86_64
    You have new mail in /var/spool/mail/root
    [root@abc ~]#
    So, is there anything that should be done to upgrade maria db. Also how does one check that the nginx, php-fpm etc have also been upgraded? (the php version is 5.3.10).

  13. #113
    Hi! I tried to install the latest centminmod in my fresh Linode VPS but I am always stuck when downloading ngx-fancyindex-0.3.1.tar.gz.

    I tried it on both CentOS 6.2 32&64 bit. Is it only me? Please advice. Thanks everyone!

  14. #114
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by investorz View Post
    Dear eva2000, my compliments for your hard work. v1.2.2-eva2000.15 works very well. I tried it on a cheap $12 pa VPS and there were no issues at all. Even the NSD, which was the trouble-maker in the past, has fallen into line now.

    I also did an upgrade on two VPS. My maria db does not seem to have been upgraded as is seen from this:

    Code:
    [root@abc ~]# rpm -qa | grep MariaDB
    MariaDB-devel-5.2.10-107.el5.x86_64
    MariaDB-client-5.2.10-107.el5.x86_64
    MariaDB-server-5.2.10-107.el5.x86_64
    MariaDB-shared-5.2.10-107.el5.x86_64
    MariaDB-test-5.2.10-107.el5.x86_64
    You have new mail in /var/spool/mail/root
    [root@abc ~]#
    for the two VPS what was previous centmin mod version installed ?

    So, is there anything that should be done to upgrade maria db. Also how does one check that the nginx, php-fpm etc have also been upgraded? (the php version is 5.3.10).
    Quote Originally Posted by d1srupt3r View Post
    Hi! I tried to install the latest centminmod in my fresh Linode VPS but I am always stuck when downloading ngx-fancyindex-0.3.1.tar.gz.

    I tried it on both CentOS 6.2 32&64 bit. Is it only me? Please advice. Thanks everyone!
    i test first on CentOS 6.2 and have no such issues.

    in ssh telnet what you do get when you manually run this command as root user

    it's a single line command

    Code:
    cd /svr-setup; rm -rf ngx-fancyindex*; wget -c http://gitorious.org/ngx-fancyindex/ngx-fancyindex/archive-tarball/v0.3.1 -O ngx-fancyindex-0.3.1.tar.gz --tries=3
    : 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. #115
    Here's the result:
    --2012-04-15 13:23:45-- http://gitorious.org/ngx-fancyindex/...tarball/v0.3.1
    Resolving gitorious.org... 2a02:c0:1014::1, 87.238.52.168
    Connecting to gitorious.org|2a02:c0:1014::1|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 13148 (13K) [application/x-gzip]
    Saving to: ângx-fancyindex-0.3.1.tar.gzâ

    0% [ ] 0 --.-K/s
    It is just stuck there. I am using Linode hosted in Japan fyi.

  16. #116
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    if you try this command does it work ?

    Code:
    cd /svr-setup; rm -rf ngx-fancyindex*; wget -c http://centminmod.com/centminmodparts/nginx/modules/ngx-fancyindex-0.3.1.tar.gz --tries=3
    basically, i'm hosting the file on centminmod.com instead of gitorious.org

    if it works, i'll do a quick update to download zip file
    : 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. #117
    Yes it's working already using centminmod.com mirror.

  18. #118
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    K then, updated the v1.2.2-eva2000.15 zip download package for updated mirror for that file
    : 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. #119
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by investorz View Post
    Dear eva2000, my compliments for your hard work. v1.2.2-eva2000.15 works very well. I tried it on a cheap $12 pa VPS and there were no issues at all. Even the NSD, which was the trouble-maker in the past, has fallen into line now.

    I also did an upgrade on two VPS. My maria db does not seem to have been upgraded as is seen from this:

    So, is there anything that should be done to upgrade maria db. Also how does one check that the nginx, php-fpm etc have also been upgraded? (the php version is 5.3.10).
    sorry put my reply in the wrong place in the other post

    meant to say:

    for the two VPS what was previous centmin mod version installed ?
    : 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. #120
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    investorz, for folks on upgrading MariaDB 5.2.10 and stuck on that version, read FAQ updated item in the troubleshooting section http://centminmod.com/faq.html#troubleshootingerrors
    : 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. #121
    Dear eva2000, you have thought of everything! All upgrades went off smoothly & without incident. Many thanks for your generous help.

  22. #122
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by investorz View Post
    Dear eva2000, you have thought of everything! All upgrades went off smoothly & without incident. Many thanks for your generous help.
    Glad to hear it all went well
    : 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. #123
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quick heads up for next Centmin Mod v1.2.2-eva2000.16 release should be some time at end of April, will include updates for APC Cache v3.1.10 which is a beta release for proper PHP 5.4 support.

    The php.net folks report PHP 5.4.1 will be released around April 26th, so timing Centmin Mod's next release until after PHP 5.4.1 release should be perfect. Note, Xcache and FFMPEG php extensions I am not sure work with PHP 5.4 yet.

    preview of current change log for next version:

    v1.2.2-eva2000.16 TBD
    • Updated APC Cache from v3.1.9 to v3.1.10 beta for PHP 5.4 support http://pecl.php.net/package-changelog.php?package=APC (note: v3.1.10 beta retains v3.1.9 version name in PHPINFO so I modified the APC files to correct version number to v3.1.10 etc)
    • Updated APC configuration template files with additional settings you will need to manually add these to your /usr/local/lib/php.ini
    : 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. #124
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Centmin Mod v1.2.2-eva2000.16 released !

    Change Log

    v1.2.2-eva2000.16 - 29/04/2012

    • Updated PHP from v5.3.10 to v5.3.11 http://php.net/ChangeLog-5.php
    • Updated Nginx from v1.1.19 to v1.2.0 stable release http://nginx.org/en/CHANGES
    • Updated Xcache from v1.3.2 to v2.0.0 for PHP 5.4 support http://xcache.lighttpd.net/wiki/Release-2.0.0
    • Updated APC Cache from v3.1.9 to v3.1.10 beta for PHP 5.4 support http://pecl.php.net/package-changelog.php?package=APC (note: v3.1.10 beta retains v3.1.9 version name in PHPINFO so I modified the APC files to correct version number to v3.1.10 etc)
    • Updated APC configuration template files with additional settings you will need to manually add these to your /usr/local/lib/php.ini. You can compare using download zip's copy at config/apc/apc-min.ini or apc.ini
    • Updated staticfiles.conf nginx includes file. You can find updated file in zip dowload config/nginx/staticfiles.conf which you can replace and overwrite the one on server at /usr/local/nginx/conf/staticfiles.conf
    • Updated nginx.conf and vhost template to add a 32K buffer to access_log logging. Changes aren't updated automatically, you will need to update the /usr/local/nginx/conf/nginx.conf manually to remove line log_format bytes_log "$msec $bytes_sent ."; and add the line access_log logs/access.log combined buffer=32k;. You can compare using download zip's copy at config/nginx/nginx.conf to compare against your live servers copy
    • Added optional Nginx modules from Agentzh's Openresty bundle, memc-nginx-module and srcache-nginx-module. These modules are disabled by default but can be enabled by setting 'y' for new variable named NGINX_OPENRESTY=n. For more details read https://github.com/agentzh/memc-nginx-module and https://github.com/agentzh/srcache-nginx-module. No support is provided by me, optional modules are provided as is


    Code:
    php -v
    PHP 5.4.1 (cli) (built: Apr 26 2012 21:42:00) 
    Copyright (c) 1997-2012 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
        with XCache v2.0.0, Copyright (c) 2005-2012, by mOo
    Code:
    nginx -V
    nginx version: nginx/1.2.0
    built by gcc 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) 
    TLS SNI support enabled
    configure arguments: --sbin-path=/usr/local/sbin --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_ssl_module --with-http_gzip_static_module --with-http_stub_status_module --with-http_sub_module --with-http_addition_module --with-http_secure_link_module --with-http_flv_module --with-http_realip_module --add-module=../ngx-fancyindex-ngx-fancyindex --add-module=../ngx_cache_purge-1.4 --add-module=../nginx-accesskey-2.0.3 --add-module=../agentzh-memc-nginx-module-4007350 --add-module=../agentzh-srcache-nginx-module-fa2da58 --with-openssl=../openssl-1.0.0e --with-openssl-opt=enable-tlsext
    Full change log at:
    http://centminmod.com/changelog.html

    Download at:
    http://vbtechsupport.com/920/ (for now until transition to centminmod.com domain).


    Also Centminmod.com now has further presence and link to Centminmod.com's own Google+ Page where you can follow updates of Centminmod.com news and releases. Already 200+ folks have added Centminmod to their own circles
    : 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

  25. #125
    Join Date
    May 2007
    Posts
    2,042
    thanks george!
    how about adding wordpress to the installer?

Page 5 of 17 FirstFirst ... 234567815 ... 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
  •