tschmidt Posted November 26, 2023 Posted November 26, 2023 I am getting a 503 error on rf5.co and can't figure out why? Appreciate your support
wolstech Posted November 26, 2023 Posted November 26, 2023 The site is working for me. I see a wordpress installer. Is this still an issue?
Krydos Posted November 26, 2023 Posted November 26, 2023 On 8/30/2022 at 10:46 PM, Krydos said: I added your domain to Hestia, installed SSL, installed Django, and set up a sample Django app on your domain. You can see it running at https://rf5.co/ Django is running on port 8000 currently in a screen. To stop Django log in to SSH as tschmidt, run "sudo su" command which will ask your for your password that you picked during signup on our website. Then once you're root you can run the command "screen -Dr django" to access the running Django app, and hit Ctrl-C to stop it. Let us know if you have any problems with any of this. It looks like your VPS rebooted 3 days ago. The way I had the Django app running doesn't automatically restart after a reboot as it was just a simple example to help you get started. Are you going to switch that domain to Wordpress?
tschmidt Posted November 26, 2023 Author Posted November 26, 2023 Ah. Sorry I forgot about django on that domain. I am still playing with that, so all good for now. Thank you!
Krydos Posted November 26, 2023 Posted November 26, 2023 The reason http shows Wordpress install and https shows 503 is because of the Django config file only proxies requests over https. You can remove Wordpress and use Django by deleting the files in public_html and redirecting all requests to use SSL. You can remove Django and use Wordpress by deleting or renaming the Django config file and restarting Apache. Let us know if you need help with that.
tschmidt Posted November 29, 2023 Author Posted November 29, 2023 Thanks for the detail. Makes sense. One additional question, how do I associate a domain to my https://vps##.heliohost.us/ control panel? I'd like to assign rf6.co. I believe I need to disable cloudflare proxy to use alternate ports, what else? Thanks in advance.
tschmidt Posted November 30, 2023 Author Posted November 30, 2023 Another question, perhaps not unrelated since the host SSL certificate is for vps##.heliohost.us. When I try to check POP3 in gmail for one of my domains I get "TLS negotiation failed the certificate doesn't match the host. code 550" **and a weirder error from Outlook.** I do get success with POP3 a without encryption, so seems configured correctly. Is there a way to resolve this?
tschmidt Posted December 7, 2023 Author Posted December 7, 2023 Can you help me with this e-mail question? **Moving this question to a new thread about e-mail server configuration**
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now