Added some simple configuration examples.
[ashd.git] / examples / vhosts / localhost / index.html
CommitLineData
7f838309
FT
1<?xml version="1.0" encoding="US-ASCII"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
4<head>
5<title>localhost site</title>
6<link rel="stylesheet" title="Default style" type="text/css" href="test.css" />
7</head>
8<body>
9<h1><code>localhost</code> site</h1>
10<p>
11This site is called when the requested Host is
12exactly <code>localhost</code> (plus any port specification).
13</p><p>
14Try requesting the server via a different hostname, such as
15<a href="http://127.0.0.1:8080/"><code>127.0.0.1</code></a>,
16instead.
17</p>
18</body>
19</html>