[APPS] HTTP Web Server in Dingux
by alex320 Thurs, March 24, 2011 - 3:19
Hello,
I just finished porting NullHTTPD for Dingux under the A320. This is a very small HTTP server, but very fast and lightweight.
After some problems processing files, I manage to modify the famous '/ usr /' at the base
Installation:
+ Copy the folder 'httpd'in / usr / local / apps /
+ Write the following lines in the file / usr / local / sbin / hand:
cd / usr / local / apps / httpd / bin
. / httpd
+ Place your file. htm,. html, etc ... in the folder:
/ usr / local / apps / httpd / htdocs
+ Dingoo Reboot the A320 by connecting it to your PC via USB.
+ Open your browser and type:
http://10.1.0.2/
The index contained in the basic package is in the colors of Dingoo Mania
Voila!