On 1/29/06, Nick Kew <[EMAIL PROTECTED]> wrote:
> On Sunday 29 January 2006 03:53, McDouglas wrote:
>
> > I've read the documentations of mod_access and mod_auth, but could not find
> > any information.
> >
> > "Access can be granted or denied based on a wide variety of criteria, such
> > as the network address of the client, the TIME OF DAY, the phase of the
> > moon, or the browser which the visitor is using."
> > (http://httpd.apache.org/docs/1.3/howto/auth.html)
> >
> > After reading this, I hoped it is possible to do. Any ideas?
>
> Come to think of it, you could presumably also work around it with
> mod_rewrite and a rewriterule that sends users to a "go away" page
> at forbidden times.  But that's going to be a bit of a nightmare if you
> want, for example, to permit *some* users access all the time.

In fact, there is a "Time-Dependent Rewriting" example in
http://httpd.apache.org/docs/2.2/misc/rewriteguide.html
and you can forbid access using the [F] flag to RewriteRule.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to