wok annotate busybox/stuff/www/index.html @ rev 10818
busybox: add HTTPD_OPTIONS and start httpd as www user (+ add files forgot in previews commit)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jun 06 00:44:11 2011 +0200 (2011-06-06) |
parents | |
children | 6c7adad93c4c |
rev | line source |
---|---|
pankso@10818 | 1 <!DOCTYPE html> |
pankso@10818 | 2 <html xmlns="http://www.w3.org/1999/xhtml"> |
pankso@10818 | 3 <head> |
pankso@10818 | 4 <title>SliTaz Web Server</title> |
pankso@10818 | 5 <meta charset="utf-8" /> |
pankso@10818 | 6 <link rel="stylesheet" type="text/css" href="style.css" /> |
pankso@10818 | 7 </head> |
pankso@10818 | 8 <body> |
pankso@10818 | 9 |
pankso@10818 | 10 <!-- Header --> |
pankso@10818 | 11 <div id="header"> |
pankso@10818 | 12 <h1>SliTaz Web Server</h1> |
pankso@10818 | 13 </div> |
pankso@10818 | 14 |
pankso@10818 | 15 <!-- Content --> |
pankso@10818 | 16 <div id="content"> |
pankso@10818 | 17 <h2>Index of /</h2> |
pankso@10818 | 18 |
pankso@10818 | 19 <p> |
pankso@10818 | 20 Welcome to SliTaz Busybox HTTP web server. You can delete or modify this |
pankso@10818 | 21 page to put your own xHTML pages, web sites, CGI or PHP scripts. The server |
pankso@10818 | 22 configuration file is: /etc/httpd.conf. CGI support is activated by default |
pankso@10818 | 23 using the SHell interpreter for *.sh and *.cgi files. This page is located |
pankso@10818 | 24 in the server root directory: /var/www. Default configuration is to allow |
pankso@10818 | 25 connection only from localhost so the port 80 is not open for security |
pankso@10818 | 26 reason. |
pankso@10818 | 27 </p> |
pankso@10818 | 28 |
pankso@10818 | 29 <!-- End content --> |
pankso@10818 | 30 </div> |
pankso@10818 | 31 |
pankso@10818 | 32 <!-- Footer --> |
pankso@10818 | 33 <div id="footer"> |
pankso@10818 | 34 Copyright © 2011 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a> |
pankso@10818 | 35 </div> |
pankso@10818 | 36 |
pankso@10818 | 37 </body> |
pankso@10818 | 38 </html> |