On 9/12/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

How can I configure the HTTP server to only allow certain IP addresses to
access the site without including java scripts in the HTML pages? I am
running 2 servers, one for production environment and one for a QA
environment, but I want only certain users to access the QA environment.

<Location />
Order Allow,Deny
Allow from 111.111.111/24
Allow from 222.222.222.222
</Location>

See the docs for mod_access/mod_authz_host (depending on your version).

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