Added _very_ rough documentation
authorkouril <kouril>
Mon, 8 Sep 2003 11:24:39 +0000 (11:24 +0000)
committerkouril <kouril>
Mon, 8 Sep 2003 11:24:39 +0000 (11:24 +0000)
README

diff --git a/README b/README
index 87452a8..b0be532 100644 (file)
--- 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:
+   <Directory "/var/www/secure">
+      Options Indexes FollowSymLinks
+      AuthType Kerberos
+      KrbAuthRealms ICS.MUNI.CZ
+      Krb5Keytab /etc/httpd/keytab
+      KrbMethodNegotiate On
+      KrbMethodK5Pass On
+      require valid-user
+   </Directory>
+4. start httpd