From cbf955c2424b7b928e43492b5b2b27ffa9c0f145 Mon Sep 17 00:00:00 2001 From: kouril Date: Mon, 8 Sep 2003 11:24:39 +0000 Subject: [PATCH] Added _very_ rough documentation --- README | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README b/README index 87452a8..b0be532 100644 --- a/README +++ b/README @@ -1 +1,13 @@ -This README is temporary. I'll make it say something good soon. +1. Edit the makefile.include header +2. make +3. edit your httpd.conf, eg: + + Options Indexes FollowSymLinks + AuthType Kerberos + KrbAuthRealms ICS.MUNI.CZ + Krb5Keytab /etc/httpd/keytab + KrbMethodNegotiate On + KrbMethodK5Pass On + require valid-user + +4. start httpd -- 2.1.4