Webserver
From LinuxC6xWiki
A very simple webserver demo is being enabled in the filesystems that are being provided as part of the release.
- In /etc/inetd.conf we have the following line
http stream tcp nowait root /usr/sbin/httpd httpd -i -h /web
- We populate all the files that are part of the webserver demo in the /web directory
- The user should be able to type in the IP address of the EVM in web browser.
- The following screen should then open up

