Closed GoogleCodeExporter closed 9 years ago
The CONF file is working perfectly with "mongoose-2[1].8.exe". So perhaps there
is some change in the file format.
Original comment by soom...@gmail.com
on 13 Sep 2010 at 12:57
Configuration file option names have been changed in 2.10.
Please refer to http://code.google.com/p/mongoose/wiki/MongooseManual and
rename options accordingly.
Original comment by valenok
on 13 Sep 2010 at 1:14
Found the new format and used it perfectly. Thanks. No issue now.
Original comment by soom...@gmail.com
on 13 Sep 2010 at 1:16
I've got a problem with the new configuration method: Command line options and
config file cannot be mixed anymore.
My start script checks if ssl certificate exists and then starts mongoose:
mongoose -s cert.pem -p 80,443s /etc/mongoose.conf
or
mongoose -p 80 /etc/mongoose.conf
This always returns an error. I have to completly remove command line options
to use the config file or put all options to the command line.
Original comment by thenk...@gmail.com
on 14 Sep 2010 at 8:37
Original issue reported on code.google.com by
soom...@gmail.com
on 13 Sep 2010 at 12:10Attachments: