Lass mich raten, du greifst von einem anderen Rechner drauf zu?
> <Location />
> Order Deny,Allow
> Deny From All
> Allow From 127.0.0.1
^^^^^^^^^^^^^^^^
> </Location>
>
> <Location /admin>
> AuthType Basic
> AuthClass System
>
> ## Restrict access to local domain
> Order Deny,Allow
> Deny From All
> Allow From 127.0.0.1
^^^^^^^^^^^^^^^^^^^^^^
> #Encryption Required
> </Location>
>
>
> Gruß
> Felix
Jonathan
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sun 04 Jul 2004 - 21:07:49 CEST