Page 14 of 25 FirstFirst ... 41112131415161724 ... LastLast
Results 326 to 350 of 603
  1. #326
    Join Date
    Nov 2009
    Location
    Cheltenham, UK
    Posts
    1,416
    Just finished CentOS 6 testing, one tiny bug to fix but all software installation etc. works perfectly
    Ben Thomas, Director - BTCentral Web Development Services
    http://www.btcentral.org.uk - Need a custom Web App? Visit us online.

  2. #327
    Join Date
    Apr 2008
    Posts
    74
    v1.2.1-eva2000.03 - mysql not install properly
    centos 6.0 64bit

  3. #328
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    vidan as stated 2 posts above, centmin released versions haven't been fully tested on centos 6.0 as yet
    : 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. #329
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by BTCentral - Ben View Post
    Just finished CentOS 6 testing, one tiny bug to fix but all software installation etc. works perfectly
    started testing CentOS 6.0 as well, finding more than a tiny bug fix in my version though lol

    vidan, you using mariadb mysql right ? will have a fix for you and centos 6.0 in next release 0.4 of my version
    : 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. #330
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    pre-release v0.4 with fixes for CentOS 6.0 - if anyone has a testing environment and wants to test it before official release you can get it here.

    v1.2.1-eva2000.04 - 10/08/2011
    • Update for CentOS 6.0 if detected will install EPEL 6 repo for missing libmycrypt related rpms
    • Updated Python from v2.7.1 to v2.7.2 but still leaving default CentOS 5/6 python versions intact
    • Fix MariaDB 5.2.x server unable to start
    : 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

  6. #331
    how do you install phpmyadmin?

  7. #332
    Many thanks to Ben and eva2000 for this script. I'm using Centmin v1.2.1-eva2000.04 so I hope posting here is OK. I'm just wondering how to enable PDO so I can see if Drupal 7 runs OK in this environment. It seems to be disabled in the build so what do I need to do to enable it? Many thanks everyone, awesome job with this script!

    @eva2000 I just tried to register on your WordPress blog to post a comment but it wouldn't let me. Problem with the captcha.

    ERROR: Could not read CAPTCHA token file.
    There is a problem with the directory /si-captcha-for-wordpress/captcha/temp/.
    Directory Unwritable (fix permissions). Permissions are: 0755 Fixing this may require assigning 0755 permissions or higher (e.g. 0777 on some hosts. Try 0755 first, because 0777 is sometimes too much and will not work.) Fixing the actual problem is recommended, but you can uncheck this setting on the si captcha options page: "Use CAPTCHA without PHP session" and the captcha will work this way just fine (as long as PHP sessions are working).

  8. #333
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    thanks for heads up on error, been messing around with my blog (further page speed tweaks) hehe

    should be fixed now

    i haven't tested adding PDO yet
    : 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. #334
    How would I add PDO support, just to test? Can I just modify line 731 to change "--disable-pdo" to "--enable-pdo" or is it not as simple as that?

  10. #335
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    tested PDO on centos 6.0 for next v0.5 release and works

    this is for 64bit OS where --with-libdir=lib64

    Code:
    cd /svr-setup/php-5.3.6/fpm-build
    
    make clean
    
    ../configure --enable-cgi --enable-fpm --with-mcrypt --with-mhash --with-zlib --with-gettext --enable-exif --enable-zip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=/usr/bin/ --with-libdir=lib64 --with-mysqli=/usr/bin/mysql_config --with-mysql-sock --with-curl --with-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --enable-inline-optimization --enable-pdo --with-pdo-sqlite --with-pdo-mysql --with-fpm-user=nginx --with-fpm-group=nginx
    : 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. #336
    Thanks, got PDO working but I can't get do the same for GD for the life of me. That's also stopping the Drupal install. I can see that GD is part of the configure, not sure why it's not working.

  12. #337
    Join Date
    Nov 2009
    Location
    Cheltenham, UK
    Posts
    1,416
    Quote Originally Posted by willdashwood View Post
    Thanks, got PDO working but I can't get do the same for GD for the life of me. That's also stopping the Drupal install. I can see that GD is part of the configure, not sure why it's not working.
    Try this string, it's what I've added to the configure recently to get GD2 working as needed for our site (plus the PDO changes as mentioned below) - obviously untested, but without the PDO modifications it worked just fine.

    With PDO:

    Code:
    ../configure --enable-cgi --enable-fpm --with-mhash --with-zlib --with-gettext --enable-exif --enable-zip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=/usr/bin/ --with-libdir=${LIBDIR} --with-mysqli=/usr/bin/mysql_config --with-mysql-sock --with-curl --with-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --with-freetype-dir=${LIBDIR} --with-jpeg-dir=${LIBDIR} --with-png-dir=${LIBDIR} --enable-pdo --with-pdo-sqlite --with-pdo-mysql --enable-inline-optimization --with-fpm-user=nginx --with-fpm-group=nginx
    Without PDO:

    Code:
    ../configure --enable-cgi --enable-fpm --with-mhash --with-zlib --with-gettext --enable-exif --enable-zip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=/usr/bin/ --with-libdir=${LIBDIR} --with-mysqli=/usr/bin/mysql_config --with-mysql-sock --with-curl --with-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --with-freetype-dir=${LIBDIR} --with-jpeg-dir=${LIBDIR} --with-png-dir=${LIBDIR} --without-sqlite --disable-pdo --enable-inline-optimization --with-fpm-user=nginx --with-fpm-group=nginx
    With a bit of luck I may have the chance to get a new official version out over the weekend.
    Last edited by BTCentral - Ben; 08-12-2011 at 12:34 PM.
    Ben Thomas, Director - BTCentral Web Development Services
    http://www.btcentral.org.uk - Need a custom Web App? Visit us online.

  13. #338
    Alas that doesn't seem to work either. If I'm compiling from the command line, rather than ammending the centmin.sh file, then it should be the following right?
    Code:
    ../configure --enable-cgi --enable-fpm --with-mhash --with-zlib --with-gettext --enable-exif --enable-zip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=/usr/bin/ --with-libdir=lib --with-mysqli=/usr/bin/mysql_config --with-mysql-sock --with-curl --with-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --with-freetype-dir=lib --with-jpeg-dir=lib --with-png-dir=lib --enable-pdo --with-pdo-sqlite --with-pdo-mysql --enable-inline-optimization --with-fpm-user=nginx --with-fpm-group=nginx
    Just to confirm it's not showing GD in phpinfo either.

  14. #339
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    for 64bit centos 6.0 this worked for me

    Code:
    ../configure --enable-cgi --enable-fpm --with-mcrypt --with-mhash --with-zlib --with-gettext --enable-exif --enable-zip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=/usr/bin/ --with-libdir=lib64 --with-mysqli=/usr/bin/mysql_config --with-mysql-sock --with-curl --with-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --enable-inline-optimization --enable-pdo --with-pdo-sqlite --with-pdo-mysql --with-freetype-dir=lib64 --with-jpeg-dir=lib64 --with-png-dir=lib64 --with-fpm-user=nginx --with-fpm-group=nginx
    gd shows up in phpinfo fine, it's between ftp and gettext listings using the configure options above

    from my mysqlmymonlite.sh report

    Code:
    [root@centos6 ~]# ./mysqlmymonlite.sh run
    ----------------------------
    System MySQL monitoring stats
    mysqlmymonlite.sh - v0.2.0
    compiled by George Liu (eva2000) vbtechsupport.com
    ----------------------------
    
    Report Generated:
    Sat Aug 13 09:04:09 EST 2011
    
    ----------------------------
    MySQL Uptime:
    ----------------------------
    MySQL server was started 2011-08-13 08:24:37
    Uptime: 39 min 32 sec    
    Uptime 2372
    Uptime_since_flush_status 2372
    
    
    ----------------------------
    Hardware Info:
    ----------------------------
    Processors physical = 1, cores = 1, virtual = 2, hyperthreading = yes
          2  3374.271
          2  Intel(R) Xeon(R) CPU           W3540  @ 2.93GHz
          2  6144 KB
    
    
    ----------------------------
    TOP stats
    ----------------------------
    
    Linux 2.6.32-71.29.1.el6.x86_64 ((yourserverhostname))  08/13/2011      _x86_64_        (2 CPU)
    
    09:04:09 AM  CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    09:04:11 AM  all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    09:04:11 AM    0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    09:04:11 AM    1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    
    09:04:11 AM  CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    09:04:13 AM  all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    09:04:13 AM    0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    09:04:13 AM    1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    
    Average:     CPU    %usr   %nice    %sys %iowait    %irq   %soft  %steal  %guest   %idle
    Average:     all    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    Average:       0    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    Average:       1    0.00    0.00    0.00    0.00    0.00    0.00    0.00    0.00  100.00
    
    top - 09:04:13 up 40 min,  2 users,  load average: 0.00, 0.01, 0.05
    Tasks: 152 total,   1 running, 151 sleeping,   0 stopped,   0 zombie
    Cpu(s):  3.9%us,  1.8%sy,  0.0%ni, 93.3%id,  0.8%wa,  0.0%hi,  0.1%si,  0.0%st
    Mem:   1537412k total,   828004k used,   709408k free,    43364k buffers
    Swap:  3080184k total,        0k used,  3080184k free,   466664k cached
    
    ----------------------------
    WEB SERVER & PHP Info:
    ----------------------------
    PHP 5.3.6 (cli) (built: Aug 13 2011 08:48:53) 
    Copyright (c) 1997-2011 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
    
    System => Linux yourserverhostname 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64
    Build Date => Aug 13 2011 08:47:38
    
    Configure Command =>  '../configure'  '--enable-cgi' '--enable-fpm' '--with-mcrypt' '--with-mhash' '--with-zlib' '--with-gettext' '--enable-exif' '--enable-zip' '--with-bz2' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--enable-shmop' '--with-pear' '--enable-mbstring' '--with-openssl' '--with-mysql=/usr/bin/' '--with-libdir=lib64' '--with-mysqli=/usr/bin/mysql_config' '--with-mysql-sock' '--with-curl' '--with-gd' '--with-xmlrpc' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-inline-optimization' '--enable-pdo' '--with-pdo-sqlite' '--with-pdo-mysql' '--with-freetype-dir=lib64' '--with-jpeg-dir=lib64' '--with-png-dir=lib64' '--with-fpm-user=nginx' '--with-fpm-group=nginx'
    
    Configuration File (php.ini) Path | /usr/local/lib
    Loaded Configuration File | /usr/local/lib/php.ini
    
    Server API | Command Line Interface
    PHP API | 20090626
    Zend Extension Build | API220090626,NTS
    PHP Extension Build | API20090626,NTS
    DOM/XML API Version | 20031129
    MHASH API Version | Emulated Support
    Client API version | 5.2.7-MariaDB
    Client API library version | 5.2.7-MariaDB
    Client API header version | 5.2.7-MariaDB
    Client API version | 5.2.7-MariaDB
    Phar API version | 1.1.1
    
    display_errors | Off | Off
    error_log | no value | no value
    extension_dir | /usr/local/lib/php/extensions/no-debug-non-zts-20090626 | /usr/local/lib/php/extensions/no-debug-non-zts-20090626
    file_uploads | On | On
    log_errors | On | On
    log_errors_max_len | 1024 | 1024
    magic_quotes_gpc | Off | Off
    magic_quotes_sybase | Off | Off
    max_execution_time | 0 | 0
    max_file_uploads | 20 | 20
    memory_limit | 128M | 128M
    open_basedir | no value | no value
    post_max_size | 15M | 15M
    realpath_cache_size | 1024k | 1024k
    realpath_cache_ttl | 180 | 180
    safe_mode | Off | Off
    safe_mode_exec_dir | no value | no value
    safe_mode_gid | Off | Off
    safe_mode_include_dir | no value | no value
    sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i 
    sql.safe_mode | Off | Off
    upload_max_filesize | 15M | 15M
    upload_tmp_dir | no value | no value
    sqlite3.extension_dir | no value | no value
    safe_mode_allowed_env_vars | PHP_ | PHP_
    safe_mode_protected_env_vars | LD_LIBRARY_PATH | LD_LIBRARY_PATH
    
    cURL support | enabled
    cURL Information | 7.19.7
    ZLib Version | 1.2.3
    GD Support | enabled
    GD Version | bundled (2.0.34 compatible)
    FreeType Support | enabled
    FreeType Linkage | with freetype
    FreeType Version | 2.3.11
    GIF Read Support | enabled
    GIF Create Support | enabled
    JPEG Support | enabled
    libJPEG Version | 6b
    PNG Support | enabled
    libPNG Version | 1.2.44
    WBMP Support | enabled
    libXML support | active
    libXML Compiled Version | 2.7.6
    libXML Loaded Version | 20706
    libXML streams | enabled
    PCRE (Perl Compatible Regular Expressions) Support | enabled
    PCRE Library Version | 8.11 2010-12-10
    Soap Client | enabled
    Soap Server | enabled
    ZLib Support | enabled
    
    apc
    APC Support | enabled
    APC Debugging | Disabled
    apc.cache_by_default | On | On
    apc.canonicalize | On | On
    apc.coredump_unmap | Off | Off
    apc.enable_cli | On | On
    apc.enabled | On | On
    apc.file_md5 | Off | Off
    apc.file_update_protection | 2 | 2
    apc.filters | no value | no value
    apc.gc_ttl | 3600 | 3600
    apc.include_once_override | Off | Off
    apc.lazy_classes | Off | Off
    apc.lazy_functions | Off | Off
    apc.max_file_size | 1M | 1M
    apc.mmap_file_mask | no value | no value
    apc.num_files_hint | 1000 | 1000
    apc.preload_path | no value | no value
    apc.report_autofilter | Off | Off
    apc.rfc1867 | Off | Off
    apc.rfc1867_freq | 0 | 0
    apc.rfc1867_name | APC_UPLOAD_PROGRESS | APC_UPLOAD_PROGRESS
    apc.rfc1867_prefix | upload_ | upload_
    apc.rfc1867_ttl | 3600 | 3600
    apc.serializer | default | default
    apc.shm_segments | 1 | 1
    apc.shm_size | 32M | 32M
    apc.slam_defense | On | On
    apc.stat | On | On
    apc.stat_ctime | Off | Off
    apc.ttl | 7200 | 7200
    apc.use_request_time | On | On
    apc.user_entries_hint | 4096 | 4096
    apc.user_ttl | 7200 | 7200
    apc.write_lock | On | On
    
    
    memcache
    memcache support | enabled
    memcache.allow_failover | 1 | 1
    memcache.chunk_size | 32768 | 32768
    memcache.compress_threshold | 20000 | 20000
    memcache.default_port | 11211 | 11211
    memcache.hash_function | crc32 | crc32
    memcache.hash_strategy | consistent | consistent
    memcache.lock_timeout | 15 | 15
    memcache.max_failover_attempts | 20 | 20
    memcache.protocol | ascii | ascii
    memcache.redundancy | 1 | 1
    memcache.session_redundancy | 2 | 2
    Registered save handlers | files user sqlite memcache 
    
    ---------------
    You're running Nginx
    ---------------
    
    nginx: nginx version: nginx/1.0.5
    nginx: built by gcc 4.4.4 20100726 (Red Hat 4.4.4-13) (GCC) 
    nginx: TLS SNI support enabled
    nginx: 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.3 --add-module=../nginx-accesskey-2.0.3 --with-google_perftools_module --with-openssl=../openssl-1.0.0d
    
    user              nginx nginx;
    worker_processes  1;
    worker_rlimit_nofile 51200;
        worker_connections  32768;
        use epoll;
            sendfile        on;
            keepalive_timeout  10;
            gzip            on;
              gzip_vary   on;
              gzip_disable "MSIE [1-6]\.";
            gzip_static on;
            gzip_min_length   1100;
            gzip_buffers      32 8k;
            gzip_http_version 1.0;
            gzip_comp_level 1;
            gzip_proxied    any;
     gzip_types      text/plain text/css text/javascript text/xml application/x-javascript application/xml application/xml+rss;
     client_body_buffer_size 128k;
     client_body_in_file_only on;
     client_body_timeout 60s;
     client_header_buffer_size 256k;
     client_header_timeout  20s;
     client_max_body_size 64m; 
     large_client_header_buffers 4 256k;
     proxy_temp_path  /tmp/nginx_proxy/;
    Last edited by eva2000; 08-12-2011 at 07:13 PM.
    : 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. #340
    I started a clean CentOS 6 x86 install, this time using VirtualBox on my local machine instead of proxmox on my server. Worked a treat and I'm install Drupal 7 right now. I'll post my findings later.

  16. #341
    Join Date
    Jun 2009
    Posts
    31
    hello i get error

    Starting nginx: nginx: [emerg] unknown directive "google_perftools_profiles" in /usr/local/nginx/conf/nginx.conf:4

    nginx: [emerg] unknown directive "gzip_static" in /usr/local/nginx/conf/nginx.conf:31

    nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed

  17. #342
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by willdashwood View Post
    I started a clean CentOS 6 x86 install, this time using VirtualBox on my local machine instead of proxmox on my server. Worked a treat and I'm install Drupal 7 right now. I'll post my findings later.
    good to hear

    Quote Originally Posted by nixell View Post
    hello i get error

    Starting nginx: nginx: [emerg] unknown directive "google_perftools_profiles" in /usr/local/nginx/conf/nginx.conf:4

    nginx: [emerg] unknown directive "gzip_static" in /usr/local/nginx/conf/nginx.conf:31

    nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed
    which version original or my modded version ? which version of nginx ? centos 5.5, 5.6 or 6.0 ?

    first time install or you have tried re-running the centmin.sh script ? (not recommended)

    what does output of command say ?

    nginx -V
    : 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. #343
    Join Date
    Jun 2009
    Posts
    31
    hi eva, i using original version and re-runing from old version

    [root@web public]# nginx -V
    nginx: nginx version: nginx/1.1.0
    nginx: built by gcc 4.1.2 20080704 (Red Hat 4.1.2-50)
    nginx: TLS SNI support disabled
    nginx: configure arguments: --sbin-path=/usr/local/sbin --with-http_ssl_module

  19. #344
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    missing some of the output that is expected

    Either way re-running the centmin.sh script isn't advised, it's run once only. Running a 2nd time can screw things up. Hence, why future releases of my modified version will support individual memus to re-install stuff. Not sure if Ben has plans for such in original centmin ? Still doing internal tests of a menu supported version.

    Next modified centmin v0.5 release will include PDO support for PHP as well as install MariaDB 5.2.x via centos YUM REPO via variable MDB_YUMREPOINSTALL

    Code:
    # Choice of installing MariaDB 5.2 via RPM or via MariaDB 5.2 CentOS YUM Repo
    # If MDB_YUMREPOINSTALL=y then MDB_VERONLY version number won't have any effect 
    # in determining version of MariaDB 5.2.x to install. YUM Repo will install 
    # whatever is latest MariaDB 5.2.x version available via the YUM REPO
    
    MDB_INSTALL=n                # Install via RPM MariaDB MySQL Server replacement (Not recommended for VPS with less than 512MB RAM!)
    MDB_YUMREPOINSTALL=y		  # Install MariaDB 5.2 via CentOS YUM Repo
    v0.5 tested to work on CentOS 6.0, now testing 5.6 and then 5.5 before release.
    : 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. #345
    Join Date
    Nov 2009
    Location
    Cheltenham, UK
    Posts
    1,416
    Quote Originally Posted by eva2000 View Post
    Either way re-running the centmin.sh script isn't advised, it's run once only. Running a 2nd time can screw things up. Hence, why future releases of my modified version will support individual memus to re-install stuff. Not sure if Ben has plans for such in original centmin ?
    I do indeed plan on doing so, it's something I've been working on and is one of the reasons why an updated official version of Centmin has not been released yet.

    As for re-running Centmin, I've done so myself a fair few times and it didn't break anything - just make sure to set the Y's to N's in the script configuration section for anything you don't want to re-install again.
    Ben Thomas, Director - BTCentral Web Development Services
    http://www.btcentral.org.uk - Need a custom Web App? Visit us online.

  21. #346
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Ah yes, guess statement for when folks leave =y for options and more so for my modified version as it inserts certain options or replaces values in some config files via echo "somevalue" >> configfile running it again would duplicate values etc.
    : 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. #347
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Centmin v1.2.1-eva2000.05 released

    Change log
    v1.2.1-eva2000.05 – 19/08/2011
    • Updated to PHP 5.3.7
    • Updated PHP compile options with libjpeg/libpng/freetype & PDO support
    • Added option for MariaDB 5.2.x CentOS YUM REPO installation via MDB_YUMREPOINSTALL=y option enabled by default, with MDB_INSTALL=n & MYSQL_INSTALL=n by default. So you will be use yum update MariaDB-* to update MariaDB 5.2.x mysql server.

    Code:
    [root@localhost ~]# yum list MariaDB-*
    Loaded plugins: fastestmirror
    Loading mirror speeds from cached hostfile
     * base: mirror.averse.net
     * extras: mirror.averse.net
     * updates: mirror.averse.net
    Excluding Packages in global exclude list
    Finished
    Installed Packages
    MariaDB-client.x86_64  5.2.7-101.el5  installed         
    MariaDB-devel.x86_64   5.2.7-101.el5  installed         
    MariaDB-server.x86_64  5.2.7-101.el5  installed         
    MariaDB-shared.x86_64  5.2.7-101.el5  installed         
    MariaDB-test.x86_64  5.2.7-101.el5  installed         
    Available Packages
    MariaDB-debuginfo.x86_64  5.2.7-101.el5  ourdelta-mariadb52
    : 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. #348
    Thanks, with this release perhaps I don't need to manually add libjpeg option to PHP configure command

  24. #349
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    v0.6 released

    Centmin v1.2.1-eva2000.06 - 22/08/2011
    Last edited by eva2000; 08-21-2011 at 12:02 PM.
    : 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. #350
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Centmin v1.2.1-eva2000.07 released

    Change Log

    v1.2.1-eva2000.07 – 24/08/2011
    • Updated PHP from PHP 5.3.7 to PHP 5.3.8
    • Updated to Memcached server from v1.4.5 to v1.4.7
    : 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 14 of 25 FirstFirst ... 41112131415161724 ... LastLast

Similar Threads

  1. Perfect CentOs Server Setup (Low Memory)
    By skoobi2 in forum VPS Hosting
    Replies: 9
    Last Post: 07-20-2010, 10:16 AM
  2. Replies: 2
    Last Post: 06-12-2009, 11:31 PM
  3. Script Install service, very low rates!
    By Justin in forum Employment / Job Offers
    Replies: 0
    Last Post: 12-17-2006, 07:10 PM
  4. centos:apache,php, yum install or source install?
    By cchere in forum Hosting Security and Technology
    Replies: 2
    Last Post: 08-29-2006, 05:14 PM
  5. How do I install GD on a default CentOS 4.x install?
    By Fabalo.com in forum Hosting Security and Technology
    Replies: 3
    Last Post: 02-12-2006, 11:43 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
  •