Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 20.04, installed using instal.sh. Getting a 501 bad gateway error #589

Open
jwaltrip4 opened this issue Jun 30, 2023 · 8 comments
Open

Comments

@jwaltrip4
Copy link

I am not sure where to begin on troubleshooting this. help? :)

@jwaltrip4 jwaltrip4 changed the title Ubuntu 20.04, installed using instal.sh. Getting a 501 bas gateway wrror Ubuntu 20.04, installed using instal.sh. Getting a 501 bad gateway error Jun 30, 2023
@sandaruwanbandara
Copy link

Check supervisor daemon status.if it shows webvirtcloud is running check your nginx configuration

@jwaltrip4
Copy link
Author

jwaltrip4 commented Jul 1, 2023 via email

@sandaruwanbandara
Copy link

did you run install.sh script ?

@jwaltrip4
Copy link
Author

jwaltrip4 commented Jul 1, 2023 via email

@sandaruwanbandara
Copy link

check configuration file of supervisor daemon
sudo nano /etc/supervisord.conf

there should be following section
[program:webvirtcloud]
[program:novncd]

then start supervisor
sudo systemctl start supervisor

add it to startup service list
sudo systemctl enable supervisor

supervisor will start your webvirtcloud,to check it
sudo supervisorctl status

application should be run without error,I think error should be 502 not 501

@jwaltrip4
Copy link
Author

jwaltrip4 commented Jul 1, 2023 via email

@sandaruwanbandara
Copy link

Sorry in ubuntu configuration file located in
"/etc/supervisor/conf.d/webvirtcloud.conf"
check install.sh line 354-356

@jwaltrip4
Copy link
Author

jwaltrip4 commented Jul 1, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants