RE: Need some ideas for Apache


Subject: RE: Need some ideas for Apache
From: Leif Sawyer (lsawyer@gci.com)
Date: Mon Feb 24 2003 - 11:52:49 AKST


You could use an .htaccess file
and limit the IP's that have accessability that way:

$ cat .htaccess
<Limit GET POST HEAD PUT>
        Order deny,allow
        deny from all
        allow from 192.168.1.0/24
        allow from 10.100.254
        allow from fnord.org
        allow from 172.16.31.252/32
</Limit>
<--------------------->8 snip 8<----------------------->

That should give you enough examples..

> -----Original Message-----
> From: Mike Barsalou [mailto:mbarsalou@aidea.org]
> Sent: Monday, February 24, 2003 11:43 AM
> To: 'aklug@aklug.org'
> Subject: Need some ideas for Apache
>
>
>
> I am going to be hosting some internal web sites on my apache
> server that I
> want only folks internally to access. I have one website
> that needs to be
> exposed to the outside.
>
> Can I accomplish this with virtual hosts? What are some of
> the possible
> methods of accomplishing this task?
>
>
> Mike
>
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>

-- Binary/unsupported file stripped by Listar --
-- Type: application/x-pkcs7-signature
-- File: smime.p7s

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.



This archive was generated by hypermail 2a23 : Mon Feb 24 2003 - 11:53:55 AKST