Questions tagged [vesta]

The Vesta Control Panel is an open source hosting control panel that allows users to manage their own sites. Questions should pertain to configuration files only. Questions about server setup should be asked on https://serverfault.com

The Vesta Control Panel sets up a standard hosting environment on the most common distributions of Linux (RHEL/CentOS, Debian and Ubuntu). Like other control panels, it lets the owner/administrator set up users who can manage their own resources.

The core software is free, but it offers some paid plugins as well.

Configuration questions are on-topic, but questions about installation and setup are better asked on Server Fault

100 questions
5
votes
1 answer

What changed in exim 4.94, after update the line throws an error

I use Vesta control panel, Exim is screwed to it, after update, errors. 2020-12-03 23:45:35 H=mail-wr1-f44.google.com [209.85.221.44] X=TLS1.2:ECDHE-RSA-AES128-GCM-SHA256:128 CV=no F= temporarily rejected RCPT : failed…
Devoleksiy
  • 71
  • 6
5
votes
1 answer

'module' object has no attribute 'lru_cache'

I'm getting this error in my logs with django app. I thought such errors occur when using Python 2.x, but in my virtual env Python - 3.6.5. Django - 2.0.7. VESTA Control Panel with wsgi. I will be grateful for the help. Error log: [Thu Jul 26…
Aleksey Titov
  • 59
  • 1
  • 4
4
votes
2 answers

https://dnsflagday.net/ report edns512tcp=timeout

i have a Ubuntu 16.04.5 server with Vesta CP. I checked the server on https://dnsflagday.net, and I got this report: domain.cl. @123.456.78.90 (ns1.domain.cl.): dns=ok edns=ok edns1=ok edns@512=ok ednsopt=ok edns1opt=ok do=ok ednsflags=ok…
milo
  • 132
  • 2
  • 9
4
votes
0 answers

Nginx : Disable caching specific file name

My server runs multiple websites using VestaCP. Each of those websites have different public html folder and a specific nginx.conf file. (wildcard nginx include) I'm trying to disable the cache in nginx on a specific file name... I know how to…
Jozzeh
  • 841
  • 10
  • 28
2
votes
1 answer

VESTA, API, PHP. No user is added

I'm writing a script to add a new user to the hosting control panel "VESTA". I write according to the manual for api: http://vestacp.com/docs/api/ Errors when executing the code does not produce, but the user is not added to the VESTA. My…
Spartak
  • 129
  • 7
2
votes
1 answer

Is anyone interested to set up a community for GeoDMS?

GeoDMS is a fairly obscure geographic object-oriented programming language written in C++ by Object Vision (http://www.objectvision.nl/geodms/). I'm using it to analyse location-dependent renewable energy options, with or without the Vesta model,…
Otto
  • 55
  • 5
2
votes
1 answer

How to run PHP with Firebird InterBase in VestaCP (CentOS)

I'm running VPS with VestaCP (CentOS) and I had previously installed InterBase for PHP 7.0.30, but after an yum-update and v-update-sys-vesta-all interbase was no longer running. Here is what I've got so far: Okay soo with new update the new PHP…
richardev
  • 976
  • 1
  • 10
  • 33
2
votes
1 answer

Laravel & VestaCP HTTP Error 500

I recently set up my VPS on CentOS 7 with VestaCP, as I've heard many great things about it. Everything is great except that I can't run a Laravel project on it. I've followed a couple of tutorials on how to set up a Laravel project on VestaCP, but…
Sean Whelan
  • 299
  • 4
  • 14
2
votes
1 answer

How to point the subdomain to Main domain sub folder

I have the site domain.com and creates the need subdomain.domain.com that points to the directory domain.com/public_html/subdomain How do I do that? The subdomain folder must be within the public_html folder domain.com The vestaCP possesses the…
Magento Team
  • 123
  • 6
1
vote
0 answers

Centos 7 how to instal old epel repository to get php5 mssql_* functions

I need to install web server for older intranet app - it requires mssql library (I know its old, but nobody will redevelop the app). In Centos 7 I was installing it like this (along with vesta - also old) yum install epel-release yum install…
baron_bartek
  • 1,073
  • 2
  • 20
  • 39
1
vote
0 answers

Why doesn't the folder path (public_html to public_shtml) change when I add the ssl-certificate in the VestaCP panel?

I add the certificate in the VestaCP panel, I restart Nginx but in the configuration file /home/admin/conf/web/%domain%.nginx.ssl.conf still the same root /home/admin/web/%domain%/public_html; although in the…
Nina
  • 31
  • 3
1
vote
0 answers

Node/NestJs/Socket.io Error during WebSocket handshake: Unexpected response code: 400

I have an Ionic app set up which is using the ngx-socket-io module to connect to https://my-url.co.uk. I then have a NestJS web server set up which is setup using pm2 and has the following nginx config: server { listen %ip%:%proxy_ssl_port%…
Daniel Hutton
  • 1,455
  • 1
  • 17
  • 33
1
vote
1 answer

Adding Payeezy FirstData self-signed certificate to server Trusted Store CA on Centos 7 with VestaCP

I'm having an issue with setting up certificate on my Centos 7 VPS that runs VestaCP with Nginx and PHP-FPM for a website that runs Wordrpress CMS via SSL (we have already signed and running GoDaddy certificate). Basically what I am doing is adding…
richardev
  • 976
  • 1
  • 10
  • 33
1
vote
1 answer

how to install laravel on vesta cpanel

I follow the followlink link for installing laravel on vesta cp. http://blog.bobbyallen.me/2015/03/25/how-to-host-a-laravel-4-and-5-application-on-a-vestacp-account/ I got the followin errors.Plese solve my issue. Warning: require(): open_basedir…
Woodpecker
  • 115
  • 7
1
vote
1 answer

how to know the current running version of VestaCP?

I have VestaCP Installed on My Linux VPS and I want to know what is the version of the current VestaCP that is running on my server. How I do this?
Mohammed Shannaq
  • 806
  • 3
  • 8
  • 21
1
2 3 4 5 6 7