Setup and configure tiny server to reply to any request

Posted by alexeypro on Stack Overflow See other posts from Stack Overflow or by alexeypro
Published on 2010-04-22T20:22:56Z Indexed on 2010/04/22 20:23 UTC
Read the original article Hit count: 281

Filed under:
|
|
|

What's the best way to setup simple and tiny Web server (on port) which will reply to any request with static file; Target OS -- Mac OS X; Needs to be very light and (would be nice), if it would be configurable, so I can configure which requests which static files to serve.

Thank you.

© Stack Overflow or respective owner

Related posts about macosx

Related posts about server