Search found 125 matches
- Fri Nov 13, 2020 5:04 pm
- Forum: Debian/Ubuntu
- Topic: *free* Maltrail system for filtering out bad traffic
- Replies: 0
- Views: 465
*free* Maltrail system for filtering out bad traffic
Hi, I've been setting myself up with a cool script called Maltrail: https://github.com/stamparm/maltrail It basically looks at the incoming and outgoing traffic, and picks up any malicious stuff. What I did is write a little installer script that will set it up for you, and with pretty minimal effor...
- Thu Aug 06, 2020 1:55 pm
- Forum: Mail Server
- Topic: DMARC setup
- Replies: 7
- Views: 3443
Re: DMARC setup
Glad to help :) I've also gone one step further and started using: https://glockapps.com . This lets you keep track of DMARC hits / failures, mis-configurations etc. Worth the money for me for the peace of mind :)
- Tue Jul 28, 2020 5:31 am
- Forum: Debian/Ubuntu
- Topic: v-update-sys-vesta-all failing on cron
- Replies: 4
- Views: 1453
Re: v-update-sys-vesta-all failing on cron
Yup - I started getting it in 18.04 on another server today as well :(
- Mon Jun 15, 2020 8:10 am
- Forum: General Discussion
- Topic: I think it's not possible to install nextcloud on vesta..
- Replies: 7
- Views: 2245
Re: I think it's not possible to install nextcloud on vesta..
I know I'm a little late to the party, but I just got nginx + nextcloud working. For some reason you don't seem to be able to upload attachments here? So for my server, you login as root and go to: /usr/local/vesta/data/templates/web/nginx/php-fpm In there, create 2 new files. nextcloud.tpl , with: ...
- Thu Jun 04, 2020 6:26 am
- Forum: Web Server
- Topic: v-update-letsencrypt-ssl cron failing with 400, yet works when run manually?
- Replies: 0
- Views: 381
v-update-letsencrypt-ssl cron failing with 400, yet works when run manually?
I'm getting this error in my cron Cron <admin@west> sudo /usr/local/vesta/bin/v-update-letsencrypt-ssl west.myserver.com Error: Let's Encrypt validation status 400 And sure enough, the SSL certificate with LE wasn't renewed. Yet when I run it as root in SSH, it works? sudo /usr/local/vesta/bin/v-upd...
- Sun May 31, 2020 2:11 pm
- Forum: Web Server
- Topic: php-fpm restart is killing the domain update process
- Replies: 0
- Views: 229
php-fpm restart is killing the domain update process
I'm trying to figure out why php-fpm takes so long to restart. When I edit a domain from the web interface, upon updating the domain it hangs for ages. Doing a "ps aux | grep restart", I can see its hanging on: root 29839 0.0 0.0 64928 3036 ? S 13:59 0:00 systemctl restart php-fpm.service Upon looki...
- Sun May 31, 2020 2:01 pm
- Forum: Web Server
- Topic: is chroot is it fully functional after purchase
- Replies: 3
- Views: 501
Re: is chroot is it fully functional after purchase
All works AFAIK on my servers. You just enter the license code, and then it activates.
- Thu May 28, 2020 7:09 am
- Forum: CLI
- Topic: Easy Install Wordpress with this script!
- Replies: 4
- Views: 5382
Re: Easy Install Wordpress with this script!
You could probably just make use of Scriptalicious which comes as an option on Vesta now :) (it does all the setting up for you)
- Thu May 28, 2020 7:07 am
- Forum: CLI
- Topic: Let's encrypt giving 400
- Replies: 2
- Views: 5587
Re: Let's encrypt giving 400
Check your error logs for the domain. Do you see it accessing the ".known" folder? If you see any 404 errors, it means you probably have your template configured wrong
- Thu May 28, 2020 7:06 am
- Forum: CLI
- Topic: v-add-domain seems to restart even when I tell it not to?
- Replies: 0
- Views: 489
v-add-domain seems to restart even when I tell it not to?
I'm trying to add a load of domains (hundreds), and the CLI tool keeps hanging. It looks like its trying to restart php-fpm every time it adds the domain. I'm using: v-add-domain the-user the-domain.com 139.162.221.xxx no v-add-domain the-user the-domain.com 139.162.221.xxx 0 v-add-domain the-user t...