|
|
|
|
||||||
| comp.info.servers.unix Web servers for UNIX platforms. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi, in an apache virtual host I'm trying to allow only specific parts of
the internet in. such as: # Restrict Access <Directory /usr/apache/htdocs/www.website.com> Order Deny,Allow Allow from 61.9 Allow from 61.10 Allow from 61.11 Allow from 61.12 ... Can I specify a range? Like Allow from 61.9 - 61.15? I'm using Apache 1.3.37 with Linux 2.4.33. Thanks. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Ken Williams wrote:
> Hi, in an apache virtual host I'm trying to allow only specific parts of > the internet in. such as: > > # Restrict Access > <Directory /usr/apache/htdocs/www.website.com> > Order Deny,Allow > Allow from 61.9 > Allow from 61.10 > Allow from 61.11 > Allow from 61.12 > ... > > > Can I specify a range? Like Allow from 61.9 - 61.15? I'm using Apache > 1.3.37 with Linux 2.4.33. > > Thanks. See the doc for Allow directive. There are two ways to do address ranges. |
|
![]() |
| Outils de la discussion | |
|
|