Search found 21 matches
- Sat Aug 27, 2016 7:29 am
- Forum: Debian/Ubuntu
- Topic: Configuring nginx for best security.
- Replies: 1
- Views: 2135
Configuring nginx for best security.
so today i scan my website (https://www.w3db.xyz) with mozilla new free website scanner it my site was rated F :D https://observatory.mozilla.org after searching on github for best nginx configuration to secure me website i found https://gist.github.com/plentz/6737338 once i updated my nginx.conf fi...
- Sun Aug 21, 2016 6:00 pm
- Forum: General Discussion
- Topic: Vesta CP high CPU usage during backup
- Replies: 12
- Views: 6048
Re: Vesta CP high CPU usage during backup
Good catch! some PHP frameworks create a /tmp directory with thoursands, millions of small session files that can be a pain for backup. I had this problem with cakephp for 4 sites before, so what I usually do is goto -> Backup -> exclusions-> in Web-> put the /tmp or /cache directories location. Th...
- Sat Aug 20, 2016 2:21 pm
- Forum: General Discussion
- Topic: Vesta CP high CPU usage during backup
- Replies: 12
- Views: 6048
Re: Vesta CP high CPU usage during backup
did prooper benchmark System Info ----------- Processor : Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz CPU Cores : 4 Frequency : 2399.911 MHz Memory : 4096 MB Swap : 0 MB Uptime : 1 day, 3:00, Speedtest (IPv4 only) --------------------- Your public IPv4 is 104.255.231.24 Location Provider Speed CDN Cac...
- Fri Aug 19, 2016 9:52 am
- Forum: General Discussion
- Topic: Vesta CP high CPU usage during backup
- Replies: 12
- Views: 6048
Re: Vesta CP high CPU usage during backup
ya i have 4 cores of cpu and 4 GB ram , and total sites could be 500 MB in size ... but one db is large 2 gb . i have vps from ssdnodes and ya drives are SSD benchmark CPU model: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz Number of cores: 4 CPU frequency: 2399.911 MHz Total amount of RAM: 4096 MB Tot...
- Fri Aug 19, 2016 1:57 am
- Forum: General Discussion
- Topic: Vesta CP high CPU usage during backup
- Replies: 12
- Views: 6048
Re: Vesta CP high CPU usage during backup
ya one database with 2gb size
- Thu Aug 18, 2016 6:39 am
- Forum: General Discussion
- Topic: CVE Security Recommendations
- Replies: 3
- Views: 2303
Re: CVE Security Recommendations
i personally user mariadb with vestacp , i build it from source its better than mysql junk .
you can find instruction here on my site :: http://answers.w3db.xyz/question/how-to ... g-vestacp/
you can find instruction here on my site :: http://answers.w3db.xyz/question/how-to ... g-vestacp/
- Thu Aug 18, 2016 6:23 am
- Forum: General Discussion
- Topic: Vesta CP high CPU usage during backup
- Replies: 12
- Views: 6048
Vesta CP high CPU usage during backup
Hi i have noticed that vesta cp is using high cpu during backup , i checked backup menu and run time was 8 hours , although i have just 5 websites , and when i checked graphs , it was it peaks during those 8 hours . any idea to tweak it so that it not use so much cpu during daily backup process thanks
- Fri Feb 19, 2016 8:01 pm
- Forum: Database Server
- Topic: adding database Error: Connection to localhost failed
- Replies: 2
- Views: 4250
Re: adding database Error: Connection to localhost failed
solution is to link that damn sock with actual sock file
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
- Fri Feb 19, 2016 7:40 pm
- Forum: Database Server
- Topic: adding database Error: Connection to localhost failed
- Replies: 2
- Views: 4250
Re: adding database Error: Connection to localhost failed
problem is with damn sock ::
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2 "No such file or directory")
- Fri Feb 19, 2016 6:00 am
- Forum: Database Server
- Topic: adding database Error: Connection to localhost failed
- Replies: 2
- Views: 4250
adding database Error: Connection to localhost failed
Hi recently i switched mysql with mariadb on my server running debian 7 wheezy now when i try to add new database from my vestapanel i get error "Error: Connection to localhost failed" any idea how to fix this issue vesta mysql config file have same root password through which i login to phpmyadmin ...