Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 6 matches
- Sat Jun 16, 2018 8:40 pm
- Forum: Modification & Patches
- Topic: [HOWTO] Recompile NGINX with OpenSSL 1.0.2+ for HTTP/2 via ALPN on Debian 8
- Replies: 17
- Views: 202628
- Mon Jun 11, 2018 4:58 pm
- Forum: Web Server
- Topic: Cloudfront error: alias root domain redirect to subdomain, wrong response header and SSL cert
- Replies: 0
- Views: 2610
Cloudfront error: alias root domain redirect to subdomain, wrong response header and SSL cert
Hey everyone,
I've nearly got AWS Cloudfront up and running with an Alias CNAME www. property. Everything is set-up and working, however the alias root - www.example.com - is redirecting to a completely different subdomain.
All internal pages such as www.example.com/page are resolving correctly ...
I've nearly got AWS Cloudfront up and running with an Alias CNAME www. property. Everything is set-up and working, however the alias root - www.example.com - is redirecting to a completely different subdomain.
All internal pages such as www.example.com/page are resolving correctly ...
- Mon Jun 11, 2018 3:55 pm
- Forum: Web Server
- Topic: PUB_KEY: 4096 bit to 2048 bit
- Replies: 2
- Views: 6868
Re: PUB_KEY: 4096 bit to 2048 bit
I have! You can modify the default public key through v-generate-ssl-cert
nano /usr/local/vesta/bin/v-generate-ssl-cert
Replace KEY_SIZE=4096
with KEY_SIZE=2048
Then you can create your new SSL with:
/usr/local/vesta/bin/v-add-letsencrypt-domain [domain] [aliases]
To check that it worked, open ...
nano /usr/local/vesta/bin/v-generate-ssl-cert
Replace KEY_SIZE=4096
with KEY_SIZE=2048
Then you can create your new SSL with:
/usr/local/vesta/bin/v-add-letsencrypt-domain [domain] [aliases]
To check that it worked, open ...
- Mon Feb 26, 2018 10:25 am
- Forum: RHEL/CentOS
- Topic: [HelpME] Softaculous error: the ionCube PHP
- Replies: 9
- Views: 57013
Re: [HelpME] Softaculous error: the ionCube PHP
Thank you so much!!! Worked for me as well.imperio wrote: Wed Jan 24, 2018 5:32 pm Try to this commandCode: Select all
/usr/local/vesta/ioncube/ioncube.sh
- Fri Dec 15, 2017 6:04 am
- Forum: Mail Server
- Topic: Exim does not forward emails
- Replies: 5
- Views: 11323
Re: Exim does not forward emails
Sorry don't have much time but got a notice on this forum your still not finding how to do this.
The Mail server tried to lookup the destination host and could not find one, that's your error I think
So is your DNS OK can your server lookup other hosts?
Mike
Hey guys,
Old post, but I'm having ...
The Mail server tried to lookup the destination host and could not find one, that's your error I think
So is your DNS OK can your server lookup other hosts?
Mike
Hey guys,
Old post, but I'm having ...
- Wed Dec 13, 2017 12:52 am
- Forum: Mail Server
- Topic: HOW TO: Configure VestaCP/Exim to send email using SendGrid (CentOS 6)
- Replies: 11
- Views: 266933
Re: HOW TO: Configure VestaCP/Exim to send email using SendGrid (CentOS 6)
I've noticed this seems to be a common issue, so I'm sharing the steps I took to get email successfully sending (and receiving) using SendGrid with VestaCP and Exim on CentOS 6.
Make sure that your domain is setup and validated in SendGrid and that your DNS/MX records are properly configured (use ...
Make sure that your domain is setup and validated in SendGrid and that your DNS/MX records are properly configured (use ...