You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tim Kent <Ti...@centrixsystems.com.au> on 2002/02/04 07:54:25 UTC

acl within a VirtualHost

Hello,

Could you tell me the best way to have a deny/allow scenario within a VirtualHost as these directives are not allowed.

Thanks
Tim


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: acl within a VirtualHost

Posted by Matt Juszczak <ma...@atopia.net>.
.htaccess
----- Original Message -----
From: "Tim Kent" <Ti...@centrixsystems.com.au>
To: <us...@httpd.apache.org>
Sent: Monday, February 04, 2002 1:54 AM
Subject: acl within a VirtualHost


> Hello,
>
> Could you tell me the best way to have a deny/allow scenario within a
VirtualHost as these directives are not allowed.
>
> Thanks
> Tim
>
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>



---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: acl within a VirtualHost

Posted by Owen Boyle <ob...@bourse.ch>.
Tim Kent wrote:
> 
> Hello,
> 
> Could you tell me the best way to have a deny/allow scenario within a VirtualHost as these directives are not allowed.

They have to go in a <Directory> container. Or use a .htaccess file...

Rgds,

Owen Boyle.

---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org