Hi,
I want to make it in such a way, that when I call: http://myserver.tld:3000, a website opens. This isn't difficult at all when I use apache (the webserver I'll be using). However, when this page is called, I want a c++ programm to think of the output that should be given to the user.
How...