Recommended VPS specs
unrealistic-reality opened this issue · 5 comments
Hi Guys,
I would like to ask if what specs are your VPS that can run ezXSS smoothly.
I'm currently using Vultr - High Frequency with the below specs:
vCPU/s: 1 vCPU
RAM: 2048.00 MB
Storage: 64 GB NVMe
upon checking if it has a bottle neck, I don't see any suspicious but the ezXSS app is so slow and sometimes it's having a timeout.
I'm using 2 GB Memory / 1 AMD vCPU / 25 GB Disk
on Digital Ocean and haven't had a single problem. It's fast and responsive.
Hmm.. it's pretty much the same though. The SSL is a little bit of a headache too.
Starting ezXSS with Apache in the background...
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.3. Set the 'ServerName' directive globally to suppress this message
Checking and obtaining SSL certificate if necessary...
Setting ServerName redacted.me in Apache configuration...
Attempting to obtain SSL certificate for redacted.me...
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Account registered.
Requesting a certificate for redacted.me
An unexpected error occurred:
AttributeError: can't set attribute
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
Certbot failed to obtain the certificate. Exiting...
Starting ezXSS with Apache in the background...
Checking and obtaining SSL certificate if necessary...
Setting ServerName redacted.me in Apache configuration...
Attempting to obtain SSL certificate for redacted.me...
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for redacted.me
An unexpected error occurred:
AttributeError: can't set attribute
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
Certbot failed to obtain the certificate. Exiting...
Starting ezXSS with Apache in the background...
So weird. I haven't seen any behaviors like that. The only difference appears to be that you're using Apache, while I'm using Nginx.
I'm using docker and by default it's Apache2, sadly.
BTW, just changed the vCPU to AMD. It's fast, thanks for your suggestion @geeknik.
Hmm.. it's pretty much the same though. The SSL is a little bit of a headache too.
Starting ezXSS with Apache in the background... AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.3. Set the 'ServerName' directive globally to suppress this message Checking and obtaining SSL certificate if necessary... Setting ServerName redacted.me in Apache configuration... Attempting to obtain SSL certificate for redacted.me... Saving debug log to /var/log/letsencrypt/letsencrypt.log Account registered. Requesting a certificate for redacted.me An unexpected error occurred: AttributeError: can't set attribute Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. Certbot failed to obtain the certificate. Exiting... Starting ezXSS with Apache in the background... Checking and obtaining SSL certificate if necessary... Setting ServerName redacted.me in Apache configuration... Attempting to obtain SSL certificate for redacted.me... Saving debug log to /var/log/letsencrypt/letsencrypt.log Requesting a certificate for redacted.me An unexpected error occurred: AttributeError: can't set attribute Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details. Certbot failed to obtain the certificate. Exiting... Starting ezXSS with Apache in the background...
Now I see why, It's being rate-limited. Gonna try it tomorrow :)