Changeset 63692 in vbox for trunk/src/VBox
- Timestamp:
- Sep 2, 2016 12:41:41 PM (8 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r63602 r63692 4389 4389 m_host.detach(); 4390 4390 m_vbox.detach(); 4391 __debugbreak(); 4391 4392 m_client.detach(); 4392 4393 -
trunk/src/VBox/ValidationKit/testmanager/apache-template-2.4.conf
r56295 r63692 28 28 # 29 29 30 31 30 <LocationMatch "^/testmanager/logout.py"> 32 31 AuthType Basic … … 41 40 AuthUserFile ${TestManagerRootDir}/misc/htpasswd-sample 42 41 Require valid-user 42 </LocationMatch> 43 44 <LocationMatch "^/testmanager/testboxdisp.py"> 45 Order deny,allow 46 Require all granted 43 47 </LocationMatch> 44 48 -
trunk/src/VBox/ValidationKit/testmanager/misc/htpasswd-sample
r52776 r63692 1 1 admin:ZXHvyrLs.vCmw 2 2 test:ClO2uu6/D7jDg 3 kosmunds:$apr1$h83FUd4z$.54hstLoWFLmrXdggrVUP.
Note:
See TracChangeset
for help on using the changeset viewer.