summaryrefslogtreecommitdiffstats
path: root/projectroot/var/www/lighttpd.html
blob: 1b53ddb3ee98e99e920f8bd93909b2580d3c2609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>