Search found 5 matches
- Wed Mar 20, 2019 4:04 am
- Forum: General Discussion
- Topic: Question about changing value php.ini
- Replies: 1
- Views: 1565
Question about changing value php.ini
My vestacp host has 3 user and many domain. My question is, if i change the value in php.ini with example changing memory limit to 512, it mean every single website has limit of using memory 512 MB or all of my website accumulated memory limit is 512 MB ? https://i.ibb.co/8sBpmcp/a.jpg https://i.ibb...
- Fri Dec 14, 2018 2:31 am
- Forum: General Discussion
- Topic: Cannot login ssh using new user account
- Replies: 6
- Views: 8084
Re: Cannot login ssh using new user account
after all this i choose the most simple solution. reinstall server, reinstall vestacp, then configure the ssh login to bash from the start before creating the user. now it's already working.
- Thu Dec 13, 2018 1:59 am
- Forum: General Discussion
- Topic: Cannot login ssh using new user account
- Replies: 6
- Views: 8084
Re: Cannot login ssh using new user account
image : https://imgur.com/g18LaTs
it's definitely already bash in user settings. it's also already bash in package. is this debian bug? because i heard vestacp is mainly for centos.
it's definitely already bash in user settings. it's also already bash in package. is this debian bug? because i heard vestacp is mainly for centos.
- Thu Dec 13, 2018 1:12 am
- Forum: General Discussion
- Topic: Cannot login ssh using new user account
- Replies: 6
- Views: 8084
Re: Cannot login ssh using new user account
lets say the new username is daddy
after do this command :
i got :
it's still nologin from that command? but i already change the gainsboro package to ssh bash.
can you tell me how to change it manually?
after do this command :
Code: Select all
# grep daddy /etc/passwd
Code: Select all
daddy:x:1001:1001:[email protected]:/home/daddy:/sbin/nologin
can you tell me how to change it manually?
- Wed Dec 12, 2018 12:19 pm
- Forum: General Discussion
- Topic: Cannot login ssh using new user account
- Replies: 6
- Views: 8084
Cannot login ssh using new user account
I am trying to create new user with package other then default (gainsboro), so the nameserver will be different with the default admin account. the new user work, the child-ns work i can access the website, i can login vestacp with new user account, i can login ftp with new user account, but what i ...