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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

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

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