How to start dart web app on server on default port -


i install dart on server ubuntu 12.04. started on mydomain.com:8080/ , "hello word" displayed. real web app need run on address mydomain.com (without :8080). when try set port 80 on dart script failed because apache run on port 80. here current dart script: https://www.dartlang.org/dart-by-example/#http-server how can it?

if want dart app bind port 80 have stop apache or bind apache port. solution make dart run apache http://news.dartlang.org/2012/05/run-dart-in-apache-web-server.html (didn't read or try myself)


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -