First time here? Check out the FAQ!
0

how to start multi sites in one server?
 

I want to start more than one sites in my server with different sub-domain.

like this:

math.domain.com is a math site for math discussion, and english.domain.com is another domain for english learning. If there is an original configuration in askbot, or I need other way for this.

thx

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)
luckystar1992's avatar
71
luckystar1992
asked 8 years ago

Comments

see more comments

1 Answer

1

Yes you can do that by setup different python virtual environment with different path like /home/math/ and /home/english/ and add those path in nginx or apache virtual configuration files.

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)
gopalraha's avatar
332
gopalraha
answered 8 years ago, updated 8 years ago
link

Comments

see more comments