[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Apache
James P. Kinney III wrote:
>Yes and no. You have access to the client IP address as a variable
>within the apache data environment. You would then need to have a
>cgi/php/java/javascript app(let) that allows access from the IP address
>and returns and error page otherwise.
>
>That is if you want to block access to only one branch/page of your
>site. If you want to do that for everything, using iptables to redirect
>to port 8080 where apache listens but only has an error page is easier.
>
>
you could also use the allow/deny pair
- Follow-Ups:
- [ale] Apache
- From: jkinney at localnetsolutions.com (James P. Kinney III)
- References:
- [ale] Apache
- From: terry at bitlinx.com (Terry Bailey)
- [ale] Apache
- From: jkinney at localnetsolutions.com (James P. Kinney III)