Want more timely Centmin Mod News Updates?
Become a Member

Centmin Mod .08 ideas

Discussion in 'Feature Requests & Suggestions' started by eva2000, Jun 29, 2014.

  1. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Just putting down on paper so to speak, some ideas for next Centmin Mod v1.2.3-eva2000.08 release feature inclusion.

    Nginx


     
    Last edited: Jul 25, 2014
  2. hungphutho

    hungphutho Member

    55
    35
    18
    Jun 2, 2014
    Ratings:
    +35
    Local Time:
    8:59 AM
    1.7.2
    Percona 5.6
    Good idea :) Currently I am using the nginx-sticky-module
    code.google.com/p/nginx-sticky-module/
    but it does not work on nginx 1.7 .
     
  3. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah the one you're using latest version was v1.1 in 2012. The one I linked to at https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng is at v1.2.4 and last updated April, 2014 :)

    Nginx Sticky Module 1.2.4 commits https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/commits/tag/1.2.4 and change log https://bitbucket.org/nginx-goodies...f13292b84e60f7639c233b/Changelog.txt?at=1.2.4

    Could be 1.2.2 fix for 1.5.8+ that helps

     
  4. hungphutho

    hungphutho Member

    55
    35
    18
    Jun 2, 2014
    Ratings:
    +35
    Local Time:
    8:59 AM
    1.7.2
    Percona 5.6
    thanks a lot. I will try with the latest version
     
  5. hungphutho

    hungphutho Member

    55
    35
    18
    Jun 2, 2014
    Ratings:
    +35
    Local Time:
    8:59 AM
    1.7.2
    Percona 5.6
    I have compiled version 1.2.4 on cenmintmod 07 and working
    But my simple configuration
    upstream cluster_name {
    sticky;
    server 127.0.0.1:9000;
    server 127.0.0.1:9001;
    server 127.0.0.1:9002;
    #sticky cookie srv_id expires=1h domain=.mydomain.com path=/;
    }

    if I add the line
    sticky cookie expires = 1h srv_id domain =. mydomain.com path = /;
    will receive the error message
    nginx: [emerg] invalid arguement (cookie) in /usr/local/nginx/conf/conf.d/mydomain.com.co nf:8
    nginx: configuration file /usr/local/nginx/conf/nginx.conf test failed

    how can there be srv_id ?
    Can you help me on the syntax
    thank you
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Right now you probably know more than me on Nginx Sticky Module, never used it before :) Something to look into for .08 beta testing ;)

    edit: might be removing cookie itself as the name (srv_id) is the cookie ?

    Code:
    upstream cluster_name {
    server 127.0.0.1:9000;
    server 127.0.0.1:9001;
    server 127.0.0.1:9002;
    sticky srv_id domain=.mydomain.com path=/ expires=1h;
    }
    
     
    Last edited: Jun 30, 2014
  7. palPalani

    palPalani Member

    30
    12
    8
    May 30, 2014
    Chennai, IN
    Ratings:
    +20
    Local Time:
    7:29 AM
    Nginx 1.7
    MariaDB 5.5
    Here i am listing my own interested collections:
    • Support HHVM as a add-on.
    • Automatic backup solution [ rsync ] as a add-on.
    • Support CentOs 7
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Yeah HHVM is on long term to do list at https://community.centminmod.com/threads/centmin-mod-to-do-list.7/ just not something to add right away as HHVM needs more time for maturity for wider compatibility.

    CentOS 7 and Oracle Linux 7 support is a given :)

    Automatic backup isn't something on the books anytime soon right now, so @Matt script https://community.centminmod.com/resources/auto-database-backup-script.2/ and anything shared at https://community.centminmod.com/threads/backup-files-and-database-script.495/ or on the web would be your best bet right now :)
     
  9. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    4:59 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Support CentOs 7
    Jailed accounts <---Most important :)
    Simple script for when Nginx, MariaDB, Memcache, APC is down to get notified by email :)

    Thanks !!!!
     
  10. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  11. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    4:59 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Also different php version per vhost :)
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  13. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    9:59 AM
    latest
    latest
  14. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    9:59 AM
    Mainline
    10.2
  15. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    9:59 AM
    latest
    latest
    It was just a suggestion. After all, this is a suggestion thread :)

    Now if you're going to recommend an alternative, why not recommend something that's not too popular.

    Google analytics is too obvious don't you think?
     
  16. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  17. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    9:59 AM
    latest
    latest
    Who doesn't know of Google Analytics these days? It's like telling me to use Google for search engine. LOL.

    GA is good if you have just a few domains.

    If you have hundreds of domains in a single server, I don't think GA is practical. You just need a single central overview of everything much like AWStats and GoAccess.
     
  18. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    4:59 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Maybe to add an addon a mail server software so we can have mails like:
    info@mydomain.com and got the correct settings for mx and spf on the server ?

    Most users don't want to use any paid mail service and complain that cpanel has that option and when they move to centminmod they will not be able to use mass mailing :(
     
    Last edited: Jul 7, 2014
  19. eva2000

    eva2000 Administrator Staff Member

    53,506
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    MX and SPF need to be manually done at domain registrar ;) (ok unless you use local NSD for DNS as opposed to 3rd party DNS provider)

    Cpanel is a paid commercial product with 100s of paid staff working on it and made specific for shared hosting while Centmin Mod is just me working on it in my free time and provided for free and not intended for shared hosting (FAQ 2 http://centminmod.com/faq.html) and provided as is :)

    And to be honest I doubt Centmin Mod will have local mail setup done by me in an automated fashion as I DO NOT want to even remotely in anyway have to troubleshoot and hand hold new users with local mail configuration, setup and install all for free. If you know what you're doing, you can already setup email @yourdomain.com on Centmin Mod servers yourself too ;)

    Other Centmin Mod users are free to develop and create their own Centmin Mod Addons for local email setups if they want though and I'll list their Addon on my site at http://centminmod.com/addons.html too :)

    from http://centminmod.com/addons.html
    It's better for reliability and security reasons to use a 3rd party @yourdomain.com email service https://community.centminmod.com/threads/free-yourdomain-com-email-accounts-alternatives.280/ i.e. Zoho is free for first 5 users.
     
    Last edited: Jul 7, 2014
  20. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    4:59 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Ok i will look for a free solution not to use that mail as i will not but just to have a valid mail to add to the forum for sending and get the mx and spf settings from there to add them on my domain settings :)

    Thanks