Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Vesta error after update Vesta 0.9.8-17
Vesta error after update Vesta 0.9.8-17
Dear,
I have this error when I login in vesta, I'm using ubuntu 14.04, I find error in:/var/log/vesta/nginx-error.log
I'm using 10.1.x.x my router/firewall.
Is there solutions?
Regards
I have this error when I login in vesta, I'm using ubuntu 14.04, I find error in:/var/log/vesta/nginx-error.log
Code: Select all
2016/11/30 02:32:07 [error] 2097#0: *132 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: HTTP_CLIENT_IP in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_X_FORWARDED_FOR in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_X_FORWARDED in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_FORWARDED_FOR in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_FORWARDED in /usr/local/vesta/web/inc/main.php on line 14" while reading response header from upstream, client: 10.1.x.x, serv$
2016/11/30 02:36:49 [error] 2097#0: *142 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: HTTP_CLIENT_IP in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_X_FORWARDED_FOR in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_X_FORWARDED in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_FORWARDED_FOR in /usr/local/vesta/web/inc/main.php on line 14
PHP message: PHP Notice: Undefined index: HTTP_FORWARDED in /usr/local/vesta/web/inc/main.php on line 14" while reading response header from upstream, client: 10.1.x.x, serv$
Is there solutions?
Regards
Re: Vesta error after update Vesta 0.9.8-17
Hello,
did you check sudo? It's working fine for admin user?
did you check sudo? It's working fine for admin user?
Re: Vesta error after update Vesta 0.9.8-17
Hi skurudo,
I can login with admin user, but there is error in "nginx-error.log"give me error.
Regards
quote="skurudo"]Hello,
did you check sudo? It's working fine for admin user?[/quote]
I can login with admin user, but there is error in "nginx-error.log"give me error.
Regards
quote="skurudo"]Hello,
did you check sudo? It's working fine for admin user?[/quote]
Re: Vesta error after update Vesta 0.9.8-17
Can you provide us access to server via pm?delfo2000 wrote: I can login with admin user, but there is error in "nginx-error.log"give me error.
We try to fix this and then post solution.
On ours test servers we don't see this ;-(
Re: Vesta error after update Vesta 0.9.8-17
Fixed.
Cleaning session directory.
Vesta services restart.
Cleaning session directory.
Vesta services restart.
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Vesta error after update Vesta 0.9.8-17
Skurudo, can you please paste the exact SSH commands to which directories need to be cleaned ??skurudo wrote:Fixed.
Cleaning session directory.
Vesta services restart.
Re: Vesta error after update Vesta 0.9.8-17
/usr/local/vesta/data/sessions/
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: Vesta error after update Vesta 0.9.8-17
So the full command will beskurudo wrote:/usr/local/vesta/data/sessions/
Code: Select all
rm -rf /usr/local/vesta/data/sessions/* && service vesta restart
Re: Vesta error after update Vesta 0.9.8-17
True.mehargags wrote:So the full command will beskurudo wrote:/usr/local/vesta/data/sessions/Code: Select all
rm -rf /usr/local/vesta/data/sessions/* && service vesta restart
Re: Vesta error after update Vesta 0.9.8-17
We think this file /etc/sudoers.d/admin don't have code:
If you paste this, all will work (as we hope)
Code: Select all
# Created by vesta installer
Defaults env_keep="VESTA"
Defaults:admin !syslog
Defaults:admin !requiretty
Defaults:root !requiretty