Search found 11 matches
- Sun Sep 30, 2018 11:43 am
- Forum: General Discussion
- Topic: All VestaCP installations being attacked
- Replies: 230
- Views: 984919
Re: All VestaCP installations being attacked
damn. Woke up this morning and 5 of my servers have been compromised.
- Fri Aug 17, 2018 2:38 pm
- Forum: General Discussion
- Topic: Does vesta create jails with multiple users on a VPS?
- Replies: 1
- Views: 3575
Does vesta create jails with multiple users on a VPS?
I had a small cluster of websites, about 10 on my VPS on the default "admin" account. One of my clients uploaded a plugin through wordpress with malicious code on it and it spread to all other websites on the user account. In the future, if I created each website with it's own user on a single VPS, ...
- Sat Oct 04, 2014 5:00 pm
- Forum: Web Server
- Topic: High CPU Load Average
- Replies: 1
- Views: 4232
High CPU Load Average
I'm trying to figure out what website is taking up my CPU load on my VPS. htop is showing user www-data is maxed out to 100 / apache2, but how do I figure out what user in www-data is using all my resources?
I'm using Debian 7 x64.
I'm using Debian 7 x64.
- Fri Sep 26, 2014 3:59 am
- Forum: Web Server
- Topic: How to add SSL to IP?
- Replies: 11
- Views: 14411
Re: How to add SSL to IP?
Sorry, I made a mistake when making the post, I meant to say add SSL to the Vesta Panelheybro wrote:and why is there a tutorial on how to do that, link up :)imperio wrote:its not possibleHow to add SSL to IP?
you can add ssl certificate only on web domain
- Thu Sep 25, 2014 6:14 pm
- Forum: Web Server
- Topic: Directory Listing
- Replies: 5
- Views: 7895
Re: Directory Listing
If using apache, edit the sites .htaccess for the directory by adding the following line without quotes:
"Options +Indexes"
To disable directory listing protection add the following to .htaccess without quotes:
"Options -Indexes"
"Options +Indexes"
To disable directory listing protection add the following to .htaccess without quotes:
"Options -Indexes"
- Thu Sep 25, 2014 4:56 pm
- Forum: Web Server
- Topic: How to add SSL to IP?
- Replies: 11
- Views: 14411
Re: How to add SSL to IP?
hey atonit / heybro, i have added SSL to my previous ISPconfig install. I will see how it goes and post my results later on today.
- Wed Sep 24, 2014 1:30 am
- Forum: General Discussion
- Topic: (SOLVED) Unable to see databases in PHPMYADMIN
- Replies: 2
- Views: 3962
Re: Unable to see databases in PHPMYADMIN
I solved my problem. I opened mysql and ran SHOW TABLES; It had "Error 1018 (HY000): Can't read dir of '.' (Errno: 24) - so I hit my limit for open files. I ran "sudo lsof -u mysql" to confirm and I had 1060 files. I increased my limit by adding "open-files-limit = 2048 " in my.cnf After restarting ...
- Wed Sep 24, 2014 12:21 am
- Forum: General Discussion
- Topic: (SOLVED) Unable to see databases in PHPMYADMIN
- Replies: 2
- Views: 3962
Re: Unable to see databases in PHPMYADMIN
If I reboot the server the databases show up again until view a database. After everything is not visible until a fresh reboot.
- Wed Sep 24, 2014 12:18 am
- Forum: General Discussion
- Topic: (SOLVED) Unable to see databases in PHPMYADMIN
- Replies: 2
- Views: 3962
(SOLVED) Unable to see databases in PHPMYADMIN
I just completed migrating about 50 sites over and started setting up subdomains. After creating the final database, I log into phpmyadmin and nothing is there. on the left it shows "No databases". I have probably set up about 40 databases before this, they were all visible but now everything is not...
- Tue Sep 23, 2014 8:46 pm
- Forum: Web Server
- Topic: How to add SSL to IP?
- Replies: 11
- Views: 14411
Re: How to add SSL to IP?
I want to use StartSSL's free certificate for the VestaCP install.