Sha256: 731d0ba7cabc8e29f0d9c0692b0efcd922e9f126ef5b06cd50b07ea7e647da4c
Contents?: true
Size: 1.08 KB
Versions: 13
Compression:
Stored size: 1.08 KB
Contents
<virtualhost *> ServerAdmin webmaster@localhost ServerName <%= server_hostname %> DocumentRoot <%= docs_dir %> ErrorLog <%= log_dir %>/error.<%= server_hostname %>.log CustomLog <%= log_dir %>/access.<%= server_hostname %>.log combined LogLevel error RewriteEngine On RewriteRule ^/$ http://<%= server_hostname %>/<%= default_client.downcase %>/<%= default_project.downcase %> RewriteRule ^/index*$ http://<%= server_hostname %>/<%= default_client.downcase %>/<%= default_project.downcase %> <location /> AuthType Basic AuthName '<%= server_name %>' AuthUserFile <%= install_dir %>/.passwd Require valid-user AuthBasicProvider file <% if enable_ldap then %> #AuthBasicProvider file ldap #AuthLDAPBindDN '<%= ldap_bind_dn %>' #AuthLDAPBindPassword '<%= ldap_bind_password %>' #AuthLDAPURL '<%= ldap_url %>' #AuthzLDAPAuthoritative off <% end %> </location> <location <%= svn_url %>> DAV svn SVNParentPath <%= svn_dir %>/ SVNListParentPath On SVNAutoversioning On SVNReposName '<%= server_name %>' </location> Include <%= locations_dir %>/* </virtualhost>
Version data entries
13 entries across 13 versions & 1 rubygems