Want more timely Centmin Mod News Updates?
Become a Member

Memcached Server Admin Login should point to hostname

Discussion in 'Install & Upgrades or Pre-Install Questions' started by pamamolf, May 16, 2017.

  1. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    11:00 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 7 64bit ?
    • Centmin Mod Version Installed:123.09beta01
    • Nginx Version Installed: i.e. 1.11.10
    • PHP Version Installed: 7.0.15
    • MariaDB MySQL Version Installed:10.1.21
    • When was last time updated Centmin Mod code base ? : i.e. run centmin.sh menu option 23 submenu option 2


    Hi :)


    Installing the latest Centminmod one line installer i got this at the end:

    Code:
    Memcached Server Admin Login: /usr/local/nginx/html/memcache_feeafe3as.php
    but usingon browser a path like: /usr/local/nginx/html/ will not work :)

    so i want to recommend to change that and do it as the output of zend opcache that uses hostname and it works with a simple copy paste :)

    like (hostname/file.php):

    Code:
    Memcached Server Admin Login: server.mydomain.com/memcache_feeafe3as.php
    Thank you :)
     
  2. Jimmy

    Jimmy Well-Known Member

    1,799
    391
    83
    Oct 24, 2015
    East Coast USA
    Ratings:
    +999
    Local Time:
    4:00 AM
    IMO what would be better:

    Code:
    Memcached Server Interface File: /usr/local/nginx/html/memcache_feeafe3as.php
    Memcached Server Admin Login: server.mydomain.com/memcache_feeafe3as.php
     
  3. pamamolf

    pamamolf Well-Known Member

    4,125
    429
    83
    May 31, 2014
    Ratings:
    +841
    Local Time:
    11:00 AM
    Nginx-1.29.x
    MariaDB 10.6.x
    The same would be good then for opcache :)
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,894
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    6:00 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    done updated 123.09beta01 :)