1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Apache Login Instance

Discussion in 'Apache' started by Saric Net, Jan 31, 2013.

  1. #1
    Hello, I am a beginner with Apache web server and I need your help !
    Is it possible to fix the Apache instance login with httpd.conf ?
    I use proxypas :

    </Location>
    ProxyPass /test09 http://192.168.0.10:5109/test.ts max=1000 ttl=120 retry=0
    <Location /test09>
    AuthType Basic
    AuthName "Password Required"
    AuthUserFile "C:\Users\users.txt"
    Require valid-user
    </Location>

    I need user can log in only once when downloading file ( I want to protect with a simultaneous download ) !

    Apache is running on Windows.

    Thanks
     
    Saric Net, Jan 31, 2013 IP
  2. Saric Net

    Saric Net Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #2
    Any help ?!
     
    Saric Net, Feb 1, 2013 IP
  3. cesurasean

    cesurasean Active Member

    Messages:
    269
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #3
    No. Create an htaccess file inside that directory instead.
     
    cesurasean, Feb 19, 2013 IP
  4. Saric Net

    Saric Net Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    Thanks for the reply, can you give me an example ?
     
    Saric Net, Feb 20, 2013 IP