Search found 154 matches
- Mon Jul 29, 2019 4:36 pm
- Forum: Mail Server
- Topic: Exim4 Can't Start
- Replies: 2
- Views: 5394
Re: Exim4 Can't Start
Hi,
please try to reset exim configuration:
I'm not sure if paths are correct for ubuntu. I'm using CentOS, so file locations differs.
please try to reset exim configuration:
Code: Select all
cp /etc/exim/exim4.conf /etc/exim/exim4.conf-backup
wget http://c.vestacp.com/0.9.8/ubuntu/exim4.conf.template -O /etc/exim/exim4.conf
service exim restart
- Mon Jul 29, 2019 3:27 pm
- Forum: Web Server
- Topic: Nginx and Apache suddenly conflicting
- Replies: 4
- Views: 9071
Re: Nginx and Apache suddenly conflicting
First check apache and nginx error logs.
- Mon Jul 29, 2019 3:24 pm
- Forum: Web Server
- Topic: Upgrade apache 2.2 to 2.4, websites not showing
- Replies: 1
- Views: 2504
Re: Upgrade apache 2.2 to 2.4, websites not showing
Most probably your apache configuration is default. You need restore vesta default apache configuration.
Vesta default apache configs you can find here: http://c.vestacp.com/0.9.8/rhel/7/httpd/
Vesta default apache configs you can find here: http://c.vestacp.com/0.9.8/rhel/7/httpd/
- Mon Jul 29, 2019 3:21 pm
- Forum: Web Server
- Topic: Can't Start Vesta
- Replies: 1
- Views: 2442
Re: Can't Start Vesta
Try to check vesta logs first:
Code: Select all
/usr/local/vesta/log/nginx-error.log
/usr/local/vesta/log/system.log
- Mon Jul 29, 2019 3:19 pm
- Forum: Web Server
- Topic: Change port of the site
- Replies: 1
- Views: 3160
Re: Change port of the site
Hello, you change default web ports in vesta config file: # grep PORT /usr/local/vesta/conf/vesta.conf WEB_PORT='8080' WEB_SSL_PORT='8443' PROXY_PORT='80' PROXY_SSL_PORT='443' When you will change ports, then you need restart vestacp and rebuild vhost configs: service vesta restart for user in $(v-l...
- Mon Jul 29, 2019 3:14 pm
- Forum: Web Server
- Topic: Incorrect open_basedir
- Replies: 2
- Views: 10459
Re: Incorrect open_basedir
As I understand from your error, you should add location to your domain open_basedir record: /usr/share/php
@Edit:
Better add whole domain dir: /home/admin/web/smm.dreamwebsters.com/
@Edit:
Better add whole domain dir: /home/admin/web/smm.dreamwebsters.com/
- Mon Jul 29, 2019 2:59 pm
- Forum: Web Server
- Topic: File Manager
- Replies: 1
- Views: 2360
Re: File Manager
Hi,
you should buy a licence for file manager.
Connect to your vesta panel > Go to "Server" > Then press "Configure" button > At the bottom check for "Vesta Control Panel Plugins". There you will find "File Manager" activation.
you should buy a licence for file manager.
Connect to your vesta panel > Go to "Server" > Then press "Configure" button > At the bottom check for "Vesta Control Panel Plugins". There you will find "File Manager" activation.
- Mon Jul 29, 2019 2:43 pm
- Forum: Web Server
- Topic: Copy file in public_html folder when adding a domain
- Replies: 1
- Views: 2630
Re: Copy file in public_html folder when adding a domain
Hi,
you can copy your script to webroot skeleton: /usr/local/vesta/data/templates/web/skel/public_html
Then when you will create a new domain, your file should be copied to domain webroot folder.
you can copy your script to webroot skeleton: /usr/local/vesta/data/templates/web/skel/public_html
Then when you will create a new domain, your file should be copied to domain webroot folder.
- Sun Jul 28, 2019 9:02 pm
- Forum: General Discussion
- Topic: What to do before installing Vesta CP?
- Replies: 5
- Views: 8478
Re: What to do before installing Vesta CP?
Here are many things for security hardening, but not all are good for users ;) VestaCP is quite secure, but additional you can: Disable mysql/mariadb remote connections Add to my.cnf "local-infile = 0" Check firewall rules Disable ssh password logins, and use only keys Disable root login (use other ...
- Sun Jul 28, 2019 8:35 pm
- Forum: General Discussion
- Topic: Using reverse proxies as a substitute for routing tables?
- Replies: 1
- Views: 2472
Re: Using reverse proxies as a substitute for routing tables?
Hi,
Try refer to this article: https://docs.nginx.com/nginx/admin-guid ... -balancer/
And this one too: https://severalnines.com/blog/using-ngi ... ra-cluster
Try refer to this article: https://docs.nginx.com/nginx/admin-guid ... -balancer/
And this one too: https://severalnines.com/blog/using-ngi ... ra-cluster