Search found 11 matches
- Fri Sep 04, 2020 10:59 pm
- Forum: Debian/Ubuntu
- Topic: Restore VestaCP from files
- Replies: 1
- Views: 7262
Restore VestaCP from files
I recently had a server crash on me, but I had good system level backups. Unfortunately I am having to move to a new server for various reasons. (Old provider gives little to no support.) What would be the necessary steps to restore a VestaCP install to a new server when ALL i have access to is file...
- Sun Feb 23, 2020 3:41 pm
- Forum: DNS Server
- Topic: Change default SOA
- Replies: 3
- Views: 10268
Re: Change default SOA
simple .... there has been a section for several years https://forum.vestacp.com/viewtopic.php?t=9957 I hope to help you I appreciate the comment, but I saw that post and tried to make those changes. In the linked post he wants all domains to have the same root.domain.com, I however want to do the ...
- Fri Feb 14, 2020 5:09 am
- Forum: Mail Server
- Topic: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
- Replies: 1
- Views: 9182
Re: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready.
Did you ever figure out what was causing this?
- Sun Feb 09, 2020 7:14 am
- Forum: DNS Server
- Topic: Change default SOA
- Replies: 3
- Views: 10268
Re: Change default SOA
So piggy backing.... I got the change to happen and not happen. I changed some lines in #Update domain zone to the following: # Update domain zone update_domain_zone() { domain_param=$(grep "DOMAIN='$domain'" $USER_DATA/dns.conf) eval $domain_param SOA=$(idn --quiet -a -t "$SOA") if [ -z "$SERIAL" ]...
- Sun Feb 09, 2020 6:10 am
- Forum: DNS Server
- Topic: Change default SOA
- Replies: 3
- Views: 10268
Change default SOA
So on my server, I have vanity nameservers for all domains (ie ns1.domainname.com, ns2.domainname.com), these have corresponding a records for ns1/ns2 to the IP address. I figured out how to update the default by modifying the default.tpl file in /usr/local/vesta/data/templates/dns folder Which now ...
- Sun Feb 02, 2020 7:56 pm
- Forum: Web Server
- Topic: Install Comodo SSL, now HTTPS delivers 400 Bad Request
- Replies: 1
- Views: 2815
Re: Install Comodo SSL, now HTTPS delivers 400 Bad Request
To help those that come after, especially for VestaCP: to fix this error it is likely caused by server misconfiguration, or you are needing to update large_client_header_buffers. This is done quite easily in VestaCP. Go to your Control Panel, click on Server, drop down to NGINX, and click on configu...
- Sun Feb 02, 2020 7:53 pm
- Forum: Debian/Ubuntu
- Topic: NGINX - peer closed connection in SSL Handshake 500 /502 error
- Replies: 1
- Views: 6824
NGINX - peer closed connection in SSL Handshake 500 /502 error
I have a server that has SSL loaded on it. For some reason now I am getting 500 server errors. Doing a curl -v https://www.mylakewoodsanta.com reveals: # curl -v https://www.mylakewoodsanta.com * Rebuilt URL to: https://www.mylakewoodsanta.com/ * Trying 162.245.239.218... * TCP_NODELAY set * Connect...
- Sun Feb 02, 2020 5:25 pm
- Forum: Web Server
- Topic: Install Comodo SSL, now HTTPS delivers 400 Bad Request
- Replies: 1
- Views: 2815
Install Comodo SSL, now HTTPS delivers 400 Bad Request
So I have a site that was operating great with Let's Encrypt, but every now and then would throw out errors complaining about that it was a self-signed certificate. So I decided to add a PositiveSSL from Comodo to that domain. For WHATEVER reason, now when I visit pretty much any site on my server w...
- Mon Jan 27, 2020 9:07 am
- Forum: Web Interface
- Topic: Move VestaCP from 8083 to 443 with Comodo SSL
- Replies: 0
- Views: 6635
Move VestaCP from 8083 to 443 with Comodo SSL
I just purchased a PositiveSSL certificate from Comodo for my panel's hostname, and it checks out with SSL checker.... The problem is, the ONLY thing that runs on that subdomain is my panel access. I would like to change the panel access to utilize standard 443 with utilizing the Comodo PositiveSSL ...
- Sun Jan 19, 2020 7:05 pm
- Forum: Mail Server
- Topic: Full setup needed for email
- Replies: 0
- Views: 2361
Full setup needed for email
Ok.... I am a bit baffled by the mix messages I am seeing in the forums about email setup, security SMTP, etc. I will eventually be hosting a few domains on this VestaCP server and need it to work for all of them. I am needing to move my email from my old hosting company to my new server and have be...