[Cppcms-users] Make application externally available
Brought to you by:
artyom-beilis
|
From: giovani m. <gio...@ho...> - 2014-06-04 03:46:44
|
Hello, how can i make my application externally available? For example, i can only access my app from http://localhost:8080/appBut others computer from my local network can't access http://192.168.0.104:8080/app In apache we can do it by changing the httpd.conf file to something like 'Listen *:8080'But Im not using apache. I want to do it with the cppcms embedded web server. Thanks. |