From: kouril Date: Mon, 17 Nov 2003 00:14:44 +0000 (+0000) Subject: Added 'make install' line X-Git-Tag: v5.0-rc4~27 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=commitdiff_plain;h=f94445529d480adcd4e46aa0d5dc5a0b1b6602d9 Added 'make install' line --- diff --git a/README b/README index 75b4e16..a18c49f 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ 1. ./configure 2. make -3. edit your httpd.conf, eg: +3. make install +4. edit your httpd.conf, eg: Options Indexes FollowSymLinks AuthType Kerberos @@ -10,4 +11,4 @@ KrbMethodK5Pass On require valid-user -4. start httpd +5. start httpd