Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 13 matches
- Thu Feb 22, 2018 1:19 pm
- Forum: Database Server
- Topic: [SOLVED] Adding DB will NOT add mysql user :/
- Replies: 1
- Views: 8173
Re: Adding DB will NOT add mysql user :/
Ok, worked it out:
VestaCP made a mysql update (from 5.5 to 5.6), but the mysql-user table was kinda crashed. In phpMyAdmin an error came up like "expecting 43 users, found 42" or something.
I just ran "mysql_update" (without any further params) on console, wait 1-2min and done - it worked again ...
VestaCP made a mysql update (from 5.5 to 5.6), but the mysql-user table was kinda crashed. In phpMyAdmin an error came up like "expecting 43 users, found 42" or something.
I just ran "mysql_update" (without any further params) on console, wait 1-2min and done - it worked again ...
- Thu Feb 22, 2018 1:06 pm
- Forum: Database Server
- Topic: [SOLVED] Adding DB will NOT add mysql user :/
- Replies: 1
- Views: 8173
[SOLVED] Adding DB will NOT add mysql user :/
When a user (not admin) is adding a database (mysql), no user will be added.
The database will be created, but not the user!
It seems to be since release -19 oder maybe -18.
When adding a database, system.log says (change real entries with mydb or "...") :
2018-02-22 13:53:24 v-add-database ...
The database will be created, but not the user!
It seems to be since release -19 oder maybe -18.
When adding a database, system.log says (change real entries with mydb or "...") :
2018-02-22 13:53:24 v-add-database ...
- Thu Jul 16, 2015 6:58 am
- Forum: General Discussion
- Topic: VestaCP 14
- Replies: 57
- Views: 81477
Re: VestaCP 14
EDIT: Apache and nginx are not able to start anymore...
(99)Cannot assign requested address: make_sock: could not bind to address 127.0.0.1:8081
no listening sockets available, shutting down
- Thu Jul 16, 2015 6:45 am
- Forum: General Discussion
- Topic: VestaCP 14
- Replies: 57
- Views: 81477
Re: VestaCP 14
Bug alert:
Last night around midnight (when vesta cron is running) my network settings were screwed up, vest rewrote the file, but it was incomplete!
Unfortunately I have no direct console access, just ssh, so remote hands must correct that.
Original answer from support was:
"The network ...
Last night around midnight (when vesta cron is running) my network settings were screwed up, vest rewrote the file, but it was incomplete!
Unfortunately I have no direct console access, just ssh, so remote hands must correct that.
Original answer from support was:
"The network ...
- Wed Mar 04, 2015 10:41 am
- Forum: General Discussion
- Topic: VestaCP Login Page
- Replies: 2
- Views: 10414
Re: VestaCP Login Page
* Make a subdomain
* Place an index.php file there
* Add these line:
<? header("Location: http://yourpanel.tld:8083"); ?>
* Done
* Place an index.php file there
* Add these line:
<? header("Location: http://yourpanel.tld:8083"); ?>
* Done
- Tue Mar 03, 2015 10:19 am
- Forum: Web Server
- Topic: Vestacp - 502 Bad Gateway
- Replies: 15
- Views: 50430
Re: Vestacp - 502 Bad Gateway
* Delete something from that host (e.g. old logfiles at least)nisgeo wrote:What I need to make ?
* Ask your provider for more space
- Tue Mar 03, 2015 10:17 am
- Forum: General Discussion
- Topic: Iframe Malware in my website.
- Replies: 15
- Views: 14087
Re: Iframe Malware in my website.
A quick "solution" would be, to access your server via ssh, find the iframe pages and delete the entries.
Go to the directory like
cd /home/user/
then search for the iframe in alle files below that directory
grep -rl "iframe" *
You'll get a list of files which includes the string "iframe".
Good ...
Go to the directory like
cd /home/user/
then search for the iframe in alle files below that directory
grep -rl "iframe" *
You'll get a list of files which includes the string "iframe".
Good ...
- Sun Mar 01, 2015 3:04 pm
- Forum: DNS Server
- Topic: [SOLVED] How to use an external DNS instead of Vesta?
- Replies: 1
- Views: 4520
Re: How to use an external DNS instead of Vesta?
Well... just turn of the "Use DNS" options when adding a domain -_-
- Sat Feb 28, 2015 10:53 pm
- Forum: DNS Server
- Topic: [SOLVED] How to use an external DNS instead of Vesta?
- Replies: 1
- Views: 4520
[SOLVED] How to use an external DNS instead of Vesta?
Hi,
I'm running 2 different pairs of nameserver where I setup all necessary settings for domains. Furthermore I'm using external mail server - so if the web server is going down, my customers still can receive mails.
What is the correct way to tell Vesta to use the "real", external DNS server ...
I'm running 2 different pairs of nameserver where I setup all necessary settings for domains. Furthermore I'm using external mail server - so if the web server is going down, my customers still can receive mails.
What is the correct way to tell Vesta to use the "real", external DNS server ...
- Sat Feb 28, 2015 5:08 pm
- Forum: Web Server
- Topic: [SOLVED] Fresh install - huge problems
- Replies: 4
- Views: 5540
Re: Fresh install - huge problems
Thanks!!