chesterpolo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Problem with CONF file with XP SP2 #172

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tried to load the Mongoose with the attached configuration file but everytime 
it is coming out with error saying "Failed to start Mongoose. Maybe some 
options are having bad values.....". The server is running perfectly without 
the CONF file.

The name of the executable file is: "mongoose-2[1].10.exe"

The computer I'm using is having XP SP2

My email address: soomitb@gmail.com

Original issue reported on code.google.com by soom...@gmail.com on 13 Sep 2010 at 12:10

Attachments:

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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