Differences
This shows you the differences between the selected revision and the current version of the page.
| howto:mongoose 2011/01/18 19:35 | howto:mongoose 2017/09/06 17:34 current | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| http://code.google.com/p/mongoose/ | http://code.google.com/p/mongoose/ | ||
| - | == Comment == | + | === Comments: === |
| The mongoose webserver is running on my DNS-323 with file browsing and Musicbrowser (http://musicbrowser.sourceforge.net/). | The mongoose webserver is running on my DNS-323 with file browsing and Musicbrowser (http://musicbrowser.sourceforge.net/). | ||
| - | At this moment I don't now how to upload the ready to use compiled mongoose binary (65 Kb). | + | === Download Binary for DNS-323: === |
| - | Later I will describe an example configuration. | + | {{:howto:mongoose.zip}} |
| + | |||
| + | == starting mongoose webserver: === | ||
| + | ** Example: ** | ||
| + | <code> | ||
| + | /ffp/sbin/mongoose -r /mnt/HD_a2/ffp/var/mongoose_web,Music=/mnt/HD_a2/Music,Films=/mnt/HD_a2/Films -i index.html,index.htm,index.cgi,index.shtml -u Leser -I /mnt/HD_a2/ffp/bin/php-cgi & | ||
| + | </code> | ||
| + | |||
| + | see more examples / options: http://code.google.com/p/mongoose/wiki/MongooseManual | ||
| + | |||