need webserver c file

arun
Am new to mini2440 now i collect all c programs except webserver..
so please help me to get the web server program, where it is available..

davef
I assume you are talking about Boa.  Is the source code available on their
site?

boa-0.94.13.tar.gz

arun
i created some HTML pages how can i upload in to mini2440... And also tell
me how to install and modify boe server

davef
You just place your .html files in /www

Have a look at the examples in the manual.

Boa is on the mini2440 from the factory.

How do you want to modify it?

arun
how to move the html files to www folder ...

eduardo
You could telnet or console (ttySAC0), and copy your files from pen drive.
Or you could use ftp ;).


If you don't know any linux command, I think you need to learn some basic
commands before you start with your project.

http://info.ee.surrey.ac.uk/Teaching/Unix/
http://ss64.com/bash/
http://www.debianhelp.co.uk/commands.htm

gl

aris setyawan
Hi arun,

You can develop dynamic web application with C script too. Or you can have
the static one (html, css, js).

I have try G-WAN web server (only 200K, fastest web server in the world
:)). Just download and extract it.

visit www.gwan.ch or  
http://cplus.about.com/b/2009/08/30/g-wan-superfast-webserver-for-c-scri...

-aris