Welcome to Centmin Mod Community
Register Now

Help with second domain (wordpress auto installer)

Discussion in 'Install & Upgrades or Pre-Install Questions' started by RootPass, Apr 2, 2017.

  1. RootPass

    RootPass New Member

    26
    3
    3
    Mar 22, 2017
    Ratings:
    +4
    Local Time:
    2:17 PM
    CentMin
    CentMin
    Please fill in any relevant information that applies to you:
    • CentOS Version: CentOS 6 32bit minimal
    • Centmin Mod Version Installed: 123.08stable
    • Nginx Version Installed: 1.11.10
    • PHP Version Installed: 5.6.30
    • MariaDB MySQL Version Installed: 10.0.21
    • When was last time updated Centmin Mod code base ? :
    • Persistent Config:


      hi
    thanks for the great support !
    1)for the first domain FTP is working, but when im trying to add second domain (the Wordpress auto installer) everything
    is working except FTP. I also tried to make another user like explained here
    Code:
    /usr/bin/nv -d newdomain.com -s y -u MYFTPUSERNAME
    But this didn't helped me. im guess it maybe could happen because i'm not using SSL and the wordpress auto installer tries to install a SSL ?

    2)Can i use cloudflare + auto SSL with centminmod?

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,909
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    10:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. eva2000

    eva2000 Administrator Staff Member

    54,909
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    10:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    cloudflare flexible ssl doesn't need centmin mod with https/ssl certificate, but cloudflare full and full strict ssl does need centmin mod https/ssl certificate on centmin mod server end
     
  4. RootPass

    RootPass New Member

    26
    3
    3
    Mar 22, 2017
    Ratings:
    +4
    Local Time:
    2:17 PM
    CentMin
    CentMin
    I tried to see the users by typing:
    pure-pw list

    but i can only see the main ftp, so NO USER CREATED..
    how can i add manualy?
    many thanks
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,909
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    10:17 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    that shouldn't happen could be related with your choice of 32bit OS not sure

    to troubleshoot properly need both initial install logs and your wp vhost site creation logs via centmin.sh menu option 22

    Troubleshooting Centmin Mod Menu Option 22 Wordpress Install Run



    To troubleshoot centmin.sh menu option 22 wordpress installation, you need to check the centmin.sh menu option 22 log located in /root/centminlogs at /root/centminlogs/centminmod_*_wordpress_addvhost.log based log where * is the centminmod version and date timestamp. Edit and mask any actual ftp username/password or wordpress usernames and logins before posting the log contents to Pastebin.com or Gists to share a sanitised version of the contents of the log.

    Example list /root/centminlogs files in date ascending order and grep for wordpress_addvhost.log
    Code (Text):
    ls -lahrt /root/centminlogs | grep wordpress_addvhost.log
    

    example output returns log at /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_wordpress_addvhost.log
    Code (Text):
    ls -lahrt /root/centminlogs | grep wordpress_addvhost.log
    -rw-r--r--  1 root root 2.2M Oct 11 01:40 /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_wordpress_addvhost.log
    

    in SSH use cat to ouput contents of /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_wordpress_addvhost.log. Clear your SSH client window/buffer so only output is the contents of the file
    Code (Text):
    cat /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_wordpress_addvhost.log
    

    Then copy and paste into Pastebin.com or Gists entry. If your SSH window scroll buffer isn't that large to get the whole contents of the install log, you can download file manually and copy and paste contents. But makes sure it's sanitised version of the contents without revealing sensitive info. For example you can replace domain name of the wordpress site with generic dummy entry = domain.com if you want and mask site/server IP revealed in the log with generic dummy entry = 111.222.333.444.

    Troubleshooting Initial Install



    To troubleshoot initial installation, you need to check the initial install log at /root/centminlogs and instructions under Sharing logs and errors heading for using Pastebin.com or Gists to share a sanitised version of the contents of the initial install log. You can see full details at How to troubleshoot Centmin Mod initial install issues

    Example list /root/centminlogs files in date ascending order and grep for install.log
    Code (Text):
    ls -lahrt /root/centminlogs | grep install.log
    

    example output returns install log at /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    Code (Text):
    ls -lahrt /root/centminlogs | grep install.log
    -rw-r--r--  1 root root 2.2M Oct 11 01:40 centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    

    in SSH use cat to ouput contents of /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log. Clear your SSH client window/buffer so only output is the contents of the file
    Code (Text):
    cat /root/centminlogs/centminmod_1.2.3-eva2000.09.001_111016-112321_install.log
    

    Then copy and paste into Pastebin.com or Gists entry. If your SSH window scroll buffer isn't that large to get the whole contents of the install log, you can download file manually and copy and paste contents. But makes sure it's sanitised version of the contents of the initial install log as outlined at How to troubleshoot Centmin Mod initial install issues