Question

I need to start, stop mongoose using windows cli.

I tried with sc start mongoose.exe command. But I am getting this error.

[SC] StartService: OpenService FAILED 1060:

Any body can help me please.

Thanks in advance

Was it helpful?

Solution

I found start command for mongoose

Mongoose Folder >mongoose -cgi_interpreter /full/path/to/php-cgi -listening_ports 8080,8081s -document_root C:\ProjectFolder

But still I dont know how to stop service

OTHER TIPS

For Mongoose 6.5, either you just kill the process from the Task Manager, or you go to the tray icon (blue one), right click on it and choose Exit.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top