summaryrefslogtreecommitdiffstats
path: root/projectroot/var/www/lighttpd.html
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/var/www/lighttpd.html')
-rw-r--r--projectroot/var/www/lighttpd.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/projectroot/var/www/lighttpd.html b/projectroot/var/www/lighttpd.html
new file mode 100644
index 000000000..1b53ddb3e
--- /dev/null
+++ b/projectroot/var/www/lighttpd.html
@@ -0,0 +1,23 @@
+<html>
+<head>
+ <title>This is a small demo file to show http server is up and running</title>
+</head>
+
+<body>
+ <p>
+ <center>
+ <font size=+1>
+ This is your target system.<br>lighttpd is up and running
+ </font>
+ </center>
+ </p>
+
+ <p>
+ <center>
+ Here you can test the fastcgi ability of lighttpd:<br>
+ <a href="bottles.php">A Test-CGI-Program</a><br>
+ <a href="more_bottles.php">Another Test-CGI-Program</a>
+ </center>
+ </p>
+</body>
+</html>