Updated sample apache config
authorwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 24 Sep 2002 04:36:36 +0000 (04:36 +0000)
committerwarlord <warlord@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 24 Sep 2002 04:36:36 +0000 (04:36 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@92 cb58f699-b61c-0410-a6fe-9272a202ed29

configs/apache.config

index 9b751aa..43a60cd 100644 (file)
@@ -2,27 +2,23 @@
 ## SHIB Config
 ######
 
+LoadModule shibrm_module /mit/shibboleth/src/shibboleth/c/mod_shibrm/mod_shibrm.so
 LoadModule shire_module /mit/shibboleth/src/shibboleth/c/mod_shire/mod_shire.so
-#AddModule mod_shire.cpp
 
 # SHIRE Configuration
 SHIREConfig /mit/shibboleth/src/shibboleth/c/shibboleth.ini
 
-SHIRELocation /shibboleth/SHIRE
-#SHIRESSLOnly
-WAYFLocation https://shibprod0.internet2.edu/shibboleth/WAYF
-ShibCookieName shib-cookie-name
 #ShibNormalizeRequest Off
 
 # Configure a test directory
 <Location /test>
   AuthType shibboleth
   require valid-user
-  #ShibBasicHijack
-  #ShibSSLOnly
-  #ShibCheckAddress
-  #ShibAuthLifetime
-  #ShibAuthTimeout
+  #ShibBasicHijack On
+  #ShibSSLOnly On
+  #ShibCheckAddress On
+  #ShibAuthLifetime 60
+  #ShibAuthTimeout 600
 </Location>
 
 <Location /shibboleth/SHIRE>