CUWebAuth for Apache and IIS
LoadModule modules/mod_cuwebauth.so
# Replace mandarin-agent.test with the name of your production srvtab when appropriate.
# The location of the srvtab on the web server. Make sure you change this
# if you put it somewhere else
CUWAsrvtabPath /etc/srvtab
# The SRLs to the primary and backup CUWebLogin server
CUWAcuwlServerSRL "ipHost=cuweblogin.cit.cornell.edu ipPort=1010
\
a.netid=erpcd.webster a.protocol=k4"
CUWAcuwlServerSRL "ipHost=cuweblogin2.cit.cornell.edu ipPort=1010
\
a.netid=erpcd.webster2 a.protocol=k4"
# The SRL to the permit server
CUWApermitServerSRL ipHost=permit1.cit.cornell.edu ipPort=756
a.netid=permitd.permit1 a.protocol=k4
# How many seconds to wait for a valid response from SideCar or a CUWL server
# A 5 second timeout value seems to work the best for most applications...
CUWAcusspTimeout 5
<Directory "students">
AuthName CORNELL
AuthType all
Require valid-user
</Directory>