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