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?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
nenad.bulatovic's avatar
21
nenad.bulatovic
asked 6 years ago

Comments

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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
martin-bts's avatar
78
martin-bts
answered 4 years ago
link

Comments

see more comments
0

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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
mzch's avatar
1
mzch
answered 4 years ago
link

Comments

see more comments