Search found 7 matches
- Thu Jan 11, 2018 8:13 am
- Forum: Database Server
- Topic: Error establishing a database connection
- Replies: 1
- Views: 4665
Re: Error establishing a database connection
well, oyu root-partition is full. The database normally writes to /var/ so... if you don't have any space left, the DB will crash. What you can do: get more HDD for the root-system or move out the /var to it's own hdd (or lvs) or just change the database-path to s.th. in /home: https://forums.cpanel...
- Wed Jan 10, 2018 8:33 am
- Forum: Web Server
- Topic: After importing admin-backup to new server nginx and apache wouldnt start because of the IP
- Replies: 3
- Views: 3237
Re: After importing admin-backup to new server nginx and apache wouldnt start because of the IP
login via ssh and grep for the IP too look where it's written? Since you haven't specified your OS etc. in your profile, i will asume debian or ubuntu from "/etc/nginx/" in your error. login via ssh and get root-rights (either add sudo or be root) egrep -r "listen\s*45.76.87.181" /etc/nginx/* egrep ...
- Tue Jan 09, 2018 4:13 pm
- Forum: Web Server
- Topic: After importing admin-backup to new server nginx and apache wouldnt start because of the IP
- Replies: 3
- Views: 3237
Re: After importing admin-backup to new server nginx and apache wouldnt start because of the IP
go to the web-settings and change the IP to the new ones?
afaik vesta then should regenerate the settings with the new IP.
(or manually edit your nginx config files to the new ip)
afaik vesta then should regenerate the settings with the new IP.
(or manually edit your nginx config files to the new ip)
- Tue Jan 09, 2018 10:09 am
- Forum: Web Server
- Topic: How to upgrade from php 5.x to 7.x for nginx + php-fpm
- Replies: 14
- Views: 31304
Re: How to upgrade from php 5.x to 7.x for nginx + php-fpm
thanks. this helped me... i've totally forgotten to remove php 5 So how i got it working: remove the old and install the new php-version as posted by mehargags copy your config files from /etc/php5/fpm/pool.d/ to the new directgory /etc/php/7.1/pool.d/ remove /etc/php5 from the filesystem change the...
- Tue Jan 09, 2018 7:28 am
- Forum: Web Server
- Topic: error 500 on https after update
- Replies: 5
- Views: 7136
Re: error 500 on https after update
have you tried upgrading the system you are using? normally such an error only applies if you are having problems with creating the ssl connection with an endpoint that want to have an encryption your server can't handle ergo don't answer with a HELO after SSL normally the server is backwards compat...
- Tue Jan 09, 2018 7:19 am
- Forum: Web Server
- Topic: How to upgrade from php 5.x to 7.x for nginx + php-fpm
- Replies: 14
- Views: 31304
Re: How to upgrade from php 5.x to 7.x for nginx + php-fpm
mhm. no one that can help me?
so it looks like I have to do a complete reinstall of my current installation?
let's hope, that this won't break the DNS-Cluster or s.th. else :/
so it looks like I have to do a complete reinstall of my current installation?
let's hope, that this won't break the DNS-Cluster or s.th. else :/
- Thu Jan 04, 2018 9:29 am
- Forum: Web Server
- Topic: How to upgrade from php 5.x to 7.x for nginx + php-fpm
- Replies: 14
- Views: 31304
How to upgrade from php 5.x to 7.x for nginx + php-fpm
Hello, despite of searching a lot in google, in the forums etc. i don't really found a solution for my problem: i'm using vestacp for a few month now and are super happy. now I wanted to upgrade to php7.x (.0 or .1 doesn't really matter to me, yet) Most of the tutorials are for apache with nginx pro...