|
|
|
|
|
by dozzie
3424 days ago
|
|
No. Usually web application would be exposed through FastCGI or similar
protocol. Insisting that either your tiny web application that can do next to nothing is
the thing that owns 80/tcp (and/or 443/tcp) or runs behind a HTTP proxy is
stupid. Proxying HTTP requests properly is harder than it sounds, which is
surprising every now and then and thus is easy to screw up (what happens to
Host: header? who is the TCP client? is it HTTP or HTTPs?), and your tiny
web application, as I've called it, is not the only thing I want to host on
the machine. |
|
Edit: You can run multiple apps on separate ports, so that shouldn't be an issue.