First time here? Check out the FAQ!
1

askbot http port

Hello, I am new to Askbot and I am about to install it on my AWS EC2 where I already have several apps running on 80 or 8080, so before installing Askbot I was wondering how to configure it to run on different port, like 8081 or so?

nenad.bulatovic's avatar
21
nenad.bulatovic
asked 2018-11-27 09:31:36 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

4 Answers

1

Askbot is a Django app and requires a runtime, such as a webserver. How to configure listening ports is specific to your choice of webserver.

martin-bts's avatar
78
martin-bts
answered 2020-10-27 10:34:35 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

I use gunicorn, which can listen any ports you want.

mzch's avatar
1
mzch
answered 2020-11-04 00:25:07 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments