1 Alias /imip-manager/styles.css /var/www/imip-agent/styles.css 2 ScriptAlias /imip-manager /var/www/imip-agent/imip_manager.py 3 4 <Location "/imip-manager"> 5 AuthType basic 6 AuthName "imip-manager" 7 8 # Choose one of the sections below. 9 10 # LDAP authentication... 11 #AuthBasicProvider ldap 12 #AuthLDAPUrl "ldap://localhost/ou=People,dc=example,dc=com?mail?sub" 13 14 # Simple file-based authentication... 15 AuthUserFile /var/www/imip-agent/users 16 17 # Access policy. Where users and groups are involved, specific users or 18 # groups can be required here. 19 20 Require valid-user 21 </Location>