Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Thu Sep 27, 2018 12:45 am
- Forum: General Discussion
- Topic: All VestaCP installations being attacked
- Replies: 230
- Views: 1013062
Re: All VestaCP installations being attacked
Here's the attack log my provider gave me, with my VM's IP Address being replaced with <VM IP>.
ipv4 2 tcp 6 40 SYN_SENT src=<VM IP> dst=116.211.168.63 sport=12558 dport=80 [UNREPLIED] src=116.211.168.63 dst=<VM IP> sport=80 dport=12558 mark=0 secmark=0 use=2
ipv4 2 tcp 6 2 SYN_SENT src=<VM IP ...
ipv4 2 tcp 6 40 SYN_SENT src=<VM IP> dst=116.211.168.63 sport=12558 dport=80 [UNREPLIED] src=116.211.168.63 dst=<VM IP> sport=80 dport=12558 mark=0 secmark=0 use=2
ipv4 2 tcp 6 2 SYN_SENT src=<VM IP ...
- Tue Dec 13, 2016 1:45 pm
- Forum: Web Server
- Topic: I Need WordPress Cron Setup Help
- Replies: 4
- Views: 5268
Re: I Need WordPress Cron Setup Help
You could try with curl:
Code: Select all
curl -O - http://www.mydomain.tld/?lottery-cron=check
- Mon Sep 05, 2016 12:33 am
- Forum: Web Server
- Topic: php-fpm sockets vs ports
- Replies: 1
- Views: 2888
Re: php-fpm sockets vs ports
Having sockets instead of ports would be better, you won't have to go through the network stack to process.