NAME
Apache::DayLimit - Limit access based on weekday
SYNOPSIS
<Limit GET>
PerlSetVar RequireWeekdays monday,tuesday,wednesday
PerlAccessHandler Apache::DayLimit
satisfy any
</Limit>
DESCRIPTION
Access to the given uri will only be allowed if the current weekday is the RequireWeekdays list.
SEE ALSO
mod_perl(3), Apache(3)
AUTHOR
Doug MacEachern