1<LocationMatch "^/(afe|new_tko|loginz).*"> 2 AuthType google-sso 3 AuthName ChromeOSAutotest 4 TicketSigningKey /usr/local/autotest/apache/conf/sso_login_server_cert.crt 5 ServiceRoot / 6 LoginServer https://login.corp.google.com 7 Require group eng eng-intern nonconf 8 Order allow,deny 9 allow from all 10</LocationMatch> 11 12<LocationMatch "^/(afe|new_tko)/server/noauth/"> 13 Order allow,deny 14 Allow from all 15 Satisfy any 16</LocationMatch> 17