Search found 2 matches

by kwmiebach
Wed Jun 27, 2012 6:34 pm
Forum: Dragonfly
Topic: Start dragonfly on port 80
Replies: 1
Views: 4097

Re: Start dragonfly on port 80

For more information see this question on stackoverflow:

http://stackoverflow.com/questions/4138 ... -1024-on-l

It is considered unsecure to do this in a production environment, but for development it can be nice.
by kwmiebach
Wed Jun 27, 2012 6:27 pm
Forum: Dragonfly
Topic: Start dragonfly on port 80
Replies: 1
Views: 4097

Start dragonfly on port 80

I found a way to run dragonfly directly on port 80 on linux. First I found out where the newlisp binary is: $ ls -l `which newlisp` lrwxrwxrwx 1 root root 14 Jun 26 23:37 /usr/bin/newlisp -> newlisp-10.3.4 This tells me that the binary is at /usr/bin/newlisp-10.3.4 I use the setcap command to allow ...