robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.6k stars 1.31k forks source link

Dynamic iPhoneHTTPServer #117

Open partho-maple opened 10 years ago

partho-maple commented 10 years ago

For one of my project i need to create a dynamic iPhoneHTTPServer. After searching on the web i found this(https://github.com/robbiehanson/CocoaHTTPServer/tree/master/Samples/iPhoneHTTPServer) which pretty much solves my issue. But i need to create a dynamic server. So i tried putting PHP, JavaScript file into that "web" folder of "iPhoneHTTPServer". But none of those worked.

So can anyone please tell me that how i will be able to create a dynamic server ? Any sample will be very helpful. Thanks in advance.

colemancda commented 10 years ago

This is not StackOverflow. Don't open an issue if you haven't found a bug.