> I have no problem getting his ip. When i put this ip into the httpd.conf
> file with the <allow from <ip>> statement, everything works fine. Is there
> another way to write the ip into a file and to import this as an allow from
> ... statement ?
while i don't really see why password auth is not ok, it can be done
with a rewrite-map:
RewriteEngine On
RewriteMap ipmap txt:/usr/local/apache/conf/ipmap.txt
RewriteRule (.*) ${ipmap:%{REMOTE_ADDR}|forbidden.html} [C]
RewriteRule forbidden.html - [F]
with /usr/local/apache/conf/ipmap.txt containing the following:
w.x.y.z $1
joachim<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Access from only one, changing IP