Friday, March 12, 2010

How to setup http server in beagle board

please Follow below step
  1. Download the software
  2. Extract the software
  3. Compile the code(gcc -o httpd httpd.c -lpthread)
  4. Run output(./httpd)
check port and IP
If you give correct IP and port you will get the page.

No comments:

Post a Comment