ProxyPass "http://localhost:4200/" ProxyPassReverse "http://localhost:4200/" Order Allow,Deny Allow from All AuthType Basic AuthName "Please login with Domainaccount" AuthBasicProvider ldap #LDAPVerifyServerCert Off AuthLDAPURL 'ldap://mydomainctl:389/DC=my,DC=do,DC=main?sAMAccountName?sub?(objectClass=*)' AuthLDAPBindDN "my_ldap@my.do.main" AuthLDAPBindPassword "geheim" AuthLDAPGroupAttribute sAMAccountName AuthLDAPGroupAttributeIsDN off Require valid-user ServerAdmin webmaster@localhost DocumentRoot /var/www/html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined