Can i run a second web server?

37 Views Asked by At

So i own a raspberry pi server which runs a python web server i want to run a second web server on the pi but im not sure if it can handle it.

Raspberry pi 2 model B, Python 3, Ubuntu Software,

1

There are 1 best solutions below

0
Awesomepotato29 On BEST ANSWER

Short answer: Yes, you can.

Long answer: It depends on what your web servers will be doing and how good your internet is. I have a RasPi 4 running OctoPrint, a few bots and some other misc. stuff. Also, you may run into problems along the lines of your web servers trying to listen for connections on the same port, which is another problem outside the scope of your initial question.