Closed GoogleCodeExporter closed 9 years ago
John,
Mongoose will not run listening at port 80 on command line. You can change port
80 to port 8080 or set mongoose as startup net service.
To set mongoose as startup service, follow the next steps:
1) delete the mongoose.conf file
2) run mongoose.exe
3) right click the mongoose icon in the tray bar
4) select 'Install'
5) edit and save te desired mongoose.conf file
6) restart PC
7) check mongoose is running by ctrl-alt-del
Regards,
Rolf
Original comment by r.nooteb...@gmail.com
on 18 Apr 2011 at 8:50
Rolf,
You're (probably) right. I'm not running port 80. I just pasted a copy of the
example file http://mongoose.googlecode.com/svn/trunk/win32/mongoose.conf with
corrected option names. Mongoose's example file has port "80,443s".
Regards, John
Original comment by john.wil...@gmail.com
on 18 Apr 2011 at 8:55
Removed link to the obsolete mongoose.conf from the home page.
Note that step 6 in Rolf's suggestion could be replaced with "restart Mongoose
service" step.
Original comment by valenok
on 22 Jun 2011 at 11:14
Original comment by valenok
on 22 Jun 2011 at 11:15
Rolf, you say mongoose will not run listening on port 80, why is that?
On my Windows laptop I used mongoose on port 80 all the time, on a mac mongoose
just won't start if I change config file to listen on port 80. But I really
would like to use that port, because why not? I have a list of bookmarks that
are kept in sync in Chrome between two OSes and those bookmarks don't work on a
mac, because Mongoose won't run if configured to use.
Original comment by vitalyx
on 22 Dec 2013 at 9:27
Mac is UNIX based system. On UNIX, all ports numbers less then 1024 are
reserved and require root access.
Windows is not a UNIX based system and does allow any program listening on any
port.
Original comment by valenok
on 23 Dec 2013 at 5:04
valenok, thank you. That explains everything.
Original comment by vitalyx
on 1 Jan 2014 at 4:10
Original issue reported on code.google.com by
john.wil...@gmail.com
on 18 Apr 2011 at 8:16