wok view 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
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>SliTaz Web Server</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 </head>
8 <body>
10 <!-- Header -->
11 <div id="header">
12 <h1>SliTaz Web Server</h1>
13 </div>
15 <!-- Content -->
16 <div id="content">
17 <h2>Index of /</h2>
19 <p>
20 Welcome to SliTaz Busybox HTTP web server. You can delete or modify this
21 page to put your own xHTML pages, web sites, CGI or PHP scripts. The server
22 configuration file is: /etc/httpd.conf. CGI support is activated by default
23 using the SHell interpreter for *.sh and *.cgi files. This page is located
24 in the server root directory: /var/www. Default configuration is to allow
25 connection only from localhost so the port 80 is not open for security
26 reason.
27 </p>
29 <!-- End content -->
30 </div>
32 <!-- Footer -->
33 <div id="footer">
34 Copyright &copy; 2011 <a href="http://www.slitaz.org/">SliTaz GNU/Linux</a>
35 </div>
37 </body>
38 </html>