Page 21 of 25 FirstFirst ... 1118192021222324 ... LastLast
Results 501 to 525 of 603
  1. #501
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    which version original centmin or my centmin mod version ?

    New centmin mod version released

    v1.2.2-eva2000.02 - 08/10/2011
    • Centmin Mod project gets own domain name: centminmod.com (runs on 3x load balanced Centmin Mod Nginx based web servers )
    • Included Centmin Mod logo (I used the same Denmark font type )
    • Updated Nginx from v1.1.4 to v1.1.5
    • Updated Memcached server from v1.4.7 to v1.4.8
    • Updated ngx_cache_purge nginx module from v1.3 to v1.4. Change log http://labs.frickle.com/nginx_ngx_cache_purge/CHANGES
    • Updated drop.conf setting favicon.ico expires header
    • Added optional custom 404/50x html pages via #include /usr/local/nginx/conf/errorpage.conf; uncomment in vhost file & restart nginx to enable.


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

    Download at:
    http://vbtechsupport.com/920/ (for now until transition to centminmod.com domain).
    : 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. #502
    Original centmin. I will try mod centmin later once I am free.

  3. #503
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    New centmin mod version released - quick fix as MariaDB YUM REPO ain't working properly.

    v1.2.2-eva2000.03 – 09/10/2011
    • Switched default MariaDB MySQL install back to RPM manual install method due to MariaDB YUM REPO issues. Complaints of MariaDB-server-5.2.9-102.el5 public key issues causing MariaDB server install failure.


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

    Download at:
    http://vbtechsupport.com/920/ (for now until transition to centminmod.com domain).
    : 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. #504
    Join Date
    Sep 2011
    Posts
    36
    Quote Originally Posted by eva2000 View Post
    Depends on what else you installed, can range from 50-200mb idle. On centmin mod version if i install everything which gets prompted to install and I selected <256MB yes when prompted, on openvz idle memory usage for me is around 112-120MB on CentOS 6.0 32bit OpenVZ.
    Well, I have ONLY the following installed and running:
    * PHP-FPM (from source)
    * Nginx (from source)
    * MySQL 5.5 (webtatic repo)
    * OpenSSH
    * Sendmail
    * Other required/mandatory linux services

    My VPS is 128MB, so I need to be as lean as possible. For some reason, CentOS 6.0 has a higher idle usage than 5.7 for the exact same installed services.

  5. #505
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    on centmin mod install on centos 6.0 32bit without memcached, apc installed idles around 86MB for me. But i usually only test and use min 512MB VPS as i install the full suite including memcached, apc, csf, siege 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

  6. #506
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    v1.2.2-eva2000.04 - 18/10/2011
    • Updated Nginx from v1.1.5 to v1.1.6
    • Updated libevent from v2.0.14 stable to v2.0.15 stable
    • Updated Nginx vhost and template with SSI option you can enable via uncommenting
    • Updated checks for CentOS 5.7 for php configuration and mcrypt support
    • Fixed possible openssl update conflict with previous version of openssl


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

    Download at:
    http://vbtechsupport.com/920/ (for now until transition to centminmod.com domain).
    : 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. #507
    Join Date
    Jun 2005
    Posts
    367
    what's this line in nginx.conf for?

    client_body_in_file_only on;

    I think this filled up my /usr/local/nginx/client_body_temp and made me ran out of inodes resulting into "no space left in device" errors

  8. #508
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by kafloofen View Post
    what's this line in nginx.conf for?

    client_body_in_file_only on;

    I think this filled up my /usr/local/nginx/client_body_temp and made me ran out of inodes resulting into "no space left in device" errors
    ah needs to be set to disabled/off see http://wiki.nginx.org/HttpCoreModule...y_in_file_only
    : 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. #509
    Join Date
    Jun 2005
    Posts
    367
    I already disabled it but I just had to ask what is the use of enabling it in nginx.conf

    It creates millions of small files, which in effect exhausts 100% of your inodes over time.

    Those who are using centmin try checking your inodes

    Code:
    # df -i
    and see if you're near 100%

  10. #510
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    It's meant for debugging. But should of been disabled. My inodes usage was between 5-10% probably why didn't notice it.
    : 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. #511
    Join Date
    Sep 2011
    Posts
    30
    Quote Originally Posted by kafloofen View Post
    I already disabled it but I just had to ask what is the use of enabling it in nginx.conf

    It creates millions of small files, which in effect exhausts 100% of your inodes over time.

    Those who are using centmin try checking your inodes

    Code:
    # df -i
    and see if you're near 100%
    Thanks for the heads up, I disabled it but it left all the temp files in the folder so had to remove it all as well.

  12. #512
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Updated

    v1.2.2-eva2000.05 - 05/11/2011
    • Updated Nginx from v1.1.6 to v1.1.7
    • Updated Memcached server from v1.4.8 to v1.4.9
    • Updated Nginx virtual.conf settings
    • Updated nginx.conf turn off client_body_in_file_only
    • Updated php-fpm.conf, php-fpm-2pools.conf, php-fpm-min-2pools.conf and php-fpm-min.conf settings
    • Fixed nsdsetup.inc for missing zone: entry when adding domain zone to /etc/nsd/nsd.conf
    • Added inc/sendmail.inc to configure sendmail when detected/installed


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

    Download at:
    http://vbtechsupport.com/920/ (for now until transition to centminmod.com domain).
    : 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. #513
    Could anyone lend a hand? I'm running the latest CentminMod script on a CentOS 6 x86 VPS. I can't get anything PHP related to run at all. This is the error:

    pastebin.com/BS4kJG5S

    So from the research I've done, it seem that its cause php-fpm isn't running. If I try and start the service, I get the following error:

    pastebin.com/BS4kJG5S

    What might I have done wrong here?

    (I'm sorry, it seems some of my posts must have been deleted and I'm now under 5. I guess the board thinks I'm trying to use smilies. Please click the pastebin link to see the full post.)

  14. #514
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Sounds like for some reason php-fpm failed to install the first time. Try running the PHP upgrade menu option #5 to reinstall php-fpm.
    : 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. #515
    Quote Originally Posted by eva2000 View Post
    Sounds like for some reason php-fpm failed to install the first time. Try running the PHP upgrade menu option #5 to reinstall php-fpm.
    I figured out the issue when I tried to run option 5...

    When I initially installed, I edited the script to not install MariaDB (because my DB is on another server). Apparently, PHP won't compile without some mysql libraries.

    Dunno if that's anything you can adjust in the script, but that appears to have been my issue.

  16. #516
    It seems as if my attempt at blocking user agents isn't working. How do I tell if CentminMod compiles http_rewrite_module with Nginx?

  17. #517
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    Quote Originally Posted by teh_lorax View Post
    It seems as if my attempt at blocking user agents isn't working. How do I tell if CentminMod compiles http_rewrite_module with Nginx?
    it's a standard enabled module http://wiki.nginx.org/Modules so it should work
    : 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. #518
    Quote Originally Posted by eva2000 View Post
    it's a standard enabled module wiki.nginx.org/Modules so it should work
    Yeah, sorry about that. Just figured it out. I was putting the user agent blocking code in the wrong section. In this case (as you probably know), it needs to go in virtual.conf.

    edit: Why in Gods name isn't my post count incrementing? Its annoying not to be able to quote someone who has posted a URL. /rant

  19. #519
    Join Date
    Apr 2000
    Location
    Brisbane, Australia
    Posts
    2,602
    v1.2.2-eva2000.06 – 27/11/2011
    • Updated Nginx from v1.1.7 to v1.1.8
    • Updated Memcached server from v1.4.9 to v1.4.10
    • Updated libevent from v2.0.15 stable to v2.0.16 stable
    • Updated nginx.conf for Nginx v1.1.8 changes from limit_zone to limit_conn_zone syntax
    • Added new menu option to install multi-threaded compression tools, pigz, pbzip2, lbzip2, p7zip etc. Choose between better compression ratios (smaller file sizes) vs faster compression speed.
    • Added control panel checks for incompatible control panels ie. WHM/Cpanel, Plesk and DirectAdmin
    • Added Nginx upgrade check for older Centmin mod releases to ensure nginx.conf client_body_in_file_only option is disabled
    • Fixed libevent download


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

    Download at:
    http://vbtechsupport.com/920/ (for now until transition to centminmod.com domain).
    : 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. #520
    Does anyone tried to install Magento CMS on this?

  21. #521
    Join Date
    Jun 2010
    Location
    Grand Rapids, Mi
    Posts
    1,200
    Quote Originally Posted by pretn View Post
    Does anyone tried to install Magento CMS on this?
    I can't imagine it would be too difficult, though would have to customize the nginx config (if thats the web server you're going to use). Magento does have a page specifically on nginx config though (actually had to help set it up for someone a couple days back)

    PS: I'm gone try that script out now.
    IonVz - Nginx/FreeBSD/VPS Consulting | VPSNodeBox - Managed Support Representative

  22. #522
    thx for the quick reply and help.
    I actually did try but I cant get it to work. The rewrites are the problem (I guess). I did a fresh install of magento into the subdirectory "magento" tried to call the install in Firefox with an error 404 as result.
    The error log says
    Code:
    magento/index.php/install/index.php" is not found (20: Not a directory)
    Its looking for another index.php at the end. The correct path has to be only magento/index.php/install

    Let me know what you can find.

  23. #523
    Join Date
    Jun 2010
    Location
    Grand Rapids, Mi
    Posts
    1,200
    Quote Originally Posted by pretn View Post
    thx for the quick reply and help.
    I actually did try but I cant get it to work. The rewrites are the problem (I guess). I did a fresh install of magento into the subdirectory "magento" tried to call the install in Firefox with an error 404 as result.
    The error log says
    Code:
    magento/index.php/install/index.php" is not found (20: Not a directory)
    Its looking for another index.php at the end. The correct path has to be only magento/index.php/install

    Let me know what you can find.
    Are you expecting for the centmin to do the rewrite rules for you, or are you taking a look at the nginx configuration. If you are able to use an IRC client some of the folks at #nginx on freenode might be able to offer some assistance on actually modifying the vhost for the nginx config itself.

    As I recall magento needed a specific set of rewrite rules : http://www.magentocommerce.com/wiki/...nx_for_magento
    IonVz - Nginx/FreeBSD/VPS Consulting | VPSNodeBox - Managed Support Representative

  24. #524
    I am trying to get the config working for Magento. But everything I tried ended up in an error. Its probably trivial but I havent found the solution yet. Maybe someone who already did the install can point me in the right direction because I am fishing in an haystack right now.

    Thx

  25. #525
    Ok, here we go. I found this on howtoforge.com

    here are the 2 working configs for Magento on Centmin using root directory.

    vi /usr/local/nginx/nginx.conf
    Code:
     
    ##Put this somewhere in the HTTP section
     
    ## Detect when HTTPS is used
            map $scheme $fastcgi_https {
             default off;
             https on;
            }
    
     include /usr/local/nginx/conf/conf.d/*.conf;
    
    }
    vi /usr/local/nginx/conf/conf.d/virtual.conf
    Code:
    server {
                listen   80;
                server_name localhost;
                root   /usr/local/nginx/html;
    
    # limit_conn limit_per_ip 16;
    # ssi  on;
    
                location / {
    index index.html index.htm index.php;
    try_files $uri $uri/ @handler;
                }
    
        ## These locations would be hidden by .htaccess normally
        location /app/                { deny all; }
        location /includes/           { deny all; }
        location /lib/                { deny all; }
        location /media/downloadable/ { deny all; }
        location /pkginfo/            { deny all; }
        location /report/config.xml   { deny all; }
        location /var/                { deny all; }
    
        ## Disable .htaccess and other hidden files
        location ~ /\. {
            deny all;
            access_log off;
            log_not_found off;
        }
    
        location @handler { ## Magento uses a common front handler
            rewrite / /index.php;
        }
    
        location ~ \.php/ { ## Forward paths like /js/index.php/x.js to relevant handler
            rewrite ^(.*\.php)/ $1 last;
        }
    
        location ~ \.php$ { ## Execute PHP scripts
            if (!-e $request_filename) { rewrite / /index.php last; } ## Catch 404s that try_files miss
    
            expires        off; ## Do not cache dynamic content
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_param  HTTPS $fastcgi_https;
            fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
            fastcgi_param  MAGE_RUN_CODE default; ## Store code is defined in administration > Configuration > Manage Stores
            fastcgi_param  MAGE_RUN_TYPE store;
            include        fastcgi_params; ## See /etc/nginx/fastcgi_params
    }
    I am not an nginx nor Magento expert on this. (trying to figure this whole thing out just recently)

    Any tips or hints are certainly welcome

Page 21 of 25 FirstFirst ... 1118192021222324 ... 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
  •