Search found 11 matches
- Wed Apr 17, 2019 12:38 pm
- Forum: 3rd Party Software
- Topic: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
- Replies: 271
- Views: 1684942
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Thank you @skamasle for your reply, i appreciate. will try as you suggested.
Again, thank you! Great, helpful script :)
Again, thank you! Great, helpful script :)
- Mon Apr 01, 2019 5:31 pm
- Forum: DNS Server
- Topic: named won't start on server reboot
- Replies: 1
- Views: 3966
named won't start on server reboot
I have a strange situation where named won't start up on a server reboot.. all other Vesta services do Checking the service "service named status" returns connect failed: 127.0.0.1#953: connection refused however, i can start the service manually and it works fine service named start I would anyway ...
- Sat Mar 30, 2019 9:22 pm
- Forum: Web Server
- Topic: Vesta Let's Encrypt SSL again - what is the up-to-date way?
- Replies: 1
- Views: 9858
Re: Vesta Let's Encrypt SSL again - what is the up-to-date way?
Every chicken finds a piece of corn :) I solved installing my SSL for Vesta, Exim and dovecot daemons by a) enabled SSL with Letsencrypt support for my hostname domain in Vesta Panel b) followed these instructions https://forum.vestacp.com/viewtopic.php?p=72237#p72237 by starting at step 2 worked to...
- Sat Mar 30, 2019 5:48 pm
- Forum: Web Server
- Topic: Vesta Let's Encrypt SSL again - what is the up-to-date way?
- Replies: 1
- Views: 9858
Vesta Let's Encrypt SSL again - what is the up-to-date way?
I was reading trough almost all form posts & 3rd party websites, how to secure VestaCP with SSL, ..and i almost got crazy :) Most of them have different approach. Which of all of them is the correct up-to-date way to secure the panel? Is it not enough to setup Let's Encrypt support on default domain...
- Fri Mar 15, 2019 11:10 pm
- Forum: 3rd Party Software
- Topic: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
- Replies: 271
- Views: 1684942
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Is the contributor of the script still active here? Would be nice to have his input
- Thu Feb 28, 2019 4:51 pm
- Forum: 3rd Party Software
- Topic: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
- Replies: 271
- Views: 1684942
Re: VestaCP PHP Selector for Centos add php 7, 5.6 and 5.5.
Great script, i hope there will be a core implementation from Vesta guys soon. I installed with beta 0.4 .. only PHP 7.2 as additional version....works fine (after re-installing phpmyadmin & roundcube) However, i have few questions, hopefully get your reply: a) How does the installation behave on ne...
- Tue Dec 19, 2017 11:36 pm
- Forum: General Discussion
- Topic: VestaCP new install: Some issues and questions
- Replies: 7
- Views: 6145
Re: VestaCP new install: Some issues and questions
Update: 1. I have removed admin_default & its database (have read a thread here at it can be safely been removed) 2. I have run ~# /etc/init.d/mysqld stop ~# mysqld_safe –skip-grant-tables & ~# mysql -u root ~# mysql> use mysql; ~# mysql> update user set password=PASSWORD(“my pass”) where User=’root...
- Tue Dec 19, 2017 9:10 pm
- Forum: General Discussion
- Topic: VestaCP new install: Some issues and questions
- Replies: 7
- Views: 6145
Re: VestaCP new install: Some issues and questions
imperio, in rgeard to the above issue: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES). When i execute a custom script for MySQL via command line: it seems that Vesta admin_default % (localhost) matches ''@'localhost' and mysql 'masks' that user against root@local...
- Tue Dec 19, 2017 8:32 pm
- Forum: General Discussion
- Topic: VestaCP new install: Some issues and questions
- Replies: 7
- Views: 6145
Re: VestaCP new install: Some issues and questions
Thanks again for the useful info 1. Yes, it's a separate file with a different name. 2. I will check this problem on our test servers tomorrow. -> Thnaks you! Could you kindly advice if the 3rd issue i have is known problem to you (Vesta related).. or should i try a fix to mysql? Issue 3: One of the...
- Tue Dec 19, 2017 7:01 pm
- Forum: General Discussion
- Topic: VestaCP new install: Some issues and questions
- Replies: 7
- Views: 6145
Re: VestaCP new install: Some issues and questions
Hi imperio, thx for your feedback. About question for cron: I am having a custom script to backup non-Vesta folders & files and 1 to transfer Vesta backups to a mounted remote drive. So i thought to place them within /usr/local/vesta/bin and configure cron via Vesta CP. Nothing special, i could plac...