Sha256: a641d0ef472e102e542f9d46d0223e99c76e1fe6d652d406ff67954af89e9a00

Contents?: true

Size: 1.36 KB

Versions: 2

Compression:

Stored size: 1.36 KB

Contents

<virtualhost *>
	ServerAdmin webmaster@localhost
	ServerName <%= @server_hostname %>
	DocumentRoot <%= @docs_dir %>
	ErrorLog <%= @APP_CONFIG[:dirs][:log] %>/error.<%= @server_hostname %>.log
	CustomLog <%= @APP_CONFIG[:dirs][:log] %>/access.<%= @server_hostname %>.log combined
	LogLevel error

	RewriteEngine On
	RewriteRule ^/$ http://<%= @server_hostname %>/saint/public
	RewriteRule ^/index*$ http://<%= @server_hostname %>/saint/public

	<location />
		AuthType Basic
		AuthName 'SaintDigitalSourceRepository'
		AuthUserFile <%= @APP_CONFIG[:dirs][:install] %>/passwords
		#Require valid-user
		AuthBasicProvider file ldap
		AuthLDAPBindDN 'CN=WTMS LDAP Auth,OU=WTMS,OU=STS,OU=Europe,OU=EMEA-YR-LON-GLH,OU=EMEA-YR-LON,OU=EMEA-YR,DC=emea,DC=corp,DC=yr,DC=com'
		AuthLDAPBindPassword 'l00kmeup'
		AuthLDAPURL 'ldap://emea-root03.emea.corp.yr.com:389/dc=emea,dc=corp,dc=yr,dc=com?sAMAccountName?sub?(&(objectClass=user)(memberOf=cn=EMEA-YR-LON-GLH-SAINT-DEVELOPERS,ou=Groups,ou=Saint,ou=RKCRYR,ou=EMEA-YR-LON-GLH,ou=EMEA-YR-LON,ou=EMEA-YR,dc=emea,dc=corp,dc=yr,dc=com))'
		AuthzLDAPAuthoritative off
	</location>

	<location <%= @APP_CONFIG[:urls][:svn] %>>
		DAV svn
		SVNParentPath <%= @APP_CONFIG[:dirs][:svn] %>/
		SVNListParentPath On
		SVNAutoversioning On
		SVNReposName 'SaintDigitalSourceRepository'
	</location>

	Include <%= @APP_CONFIG[:dirs][:conf_locations] %>/*

</virtualhost>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
keithsalisbury-subtrac-0.1.5 lib/subtrac/templates/vhost.erb
keithsalisbury-subtrac-0.1.6 lib/subtrac/templates/vhost.erb