How to configure one directory which would not require user & password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Claus Mygind
    Contributor
    • Mar 2008
    • 571

    How to configure one directory which would not require user & password

    I have authentication setup which require authorized users and passwords. Now I need to add a directory, in which the user is not presented with the login request.

    The reason for this is I have a Chrome App in our lab which cannot contain that request (because I don't know how to add it to the Chrome App).

    I saw an example (but cannot find it again) where a separate directory was added to the Apache config file which allowed two specific ip address to access a folder.

    If you have an example of how I can add a new directory which is restricted to an ip range and will not be challenged with a log in request that would be appreciated.

    Note I'm using Apache 2.4 So I need an example with <require> and not <allow> (I think)
  • Claus Mygind
    Contributor
    • Mar 2008
    • 571

    #2
    go it figured out

    require ip my.ip.address

    Comment

    Working...