Hi all, Just noticed a minor spelling mistake in the example httpd.conf. Regards, Michael
diff -u /etc/examples/httpd.conf httpd.conf
--- /etc/examples/httpd.conf Thu Jan 22 19:03:06 2015
+++ httpd.conf Tue Feb 3 19:07:41 2015
@@ -62,7 +62,7 @@
server "intranet.example.com" {
listen on 10.0.0.1 port 80
directory { auto index, index "default.htm" }
- root "/htdocs/internet.example.com"
+ root "/htdocs/intranet.example.com"
}
# An IPv6-based server on a non-standard port

