View | Details | Raw Unified | Return to bug 17659
Collapse All | Expand All

(-)services/univention-apache/debian/univention-apache.postinst (-1 / +1 lines)
 Lines 43-49    Link Here 
43
43
44
univention-config-registry set apache2/autostart?"yes"
44
univention-config-registry set apache2/autostart?"yes"
45
univention-config-registry set apache2/loglevel?"warn"
45
univention-config-registry set apache2/loglevel?"warn"
46
univention-config-registry set apache2/startsite?"ucs-overview/de.html"
46
univention-config-registry set apache2/startsite?"ucs-overview/"
47
univention-config-registry set apache2/documentroot?"/var/www/"
47
univention-config-registry set apache2/documentroot?"/var/www/"
48
univention-config-registry set apache2/maxclients?150
48
univention-config-registry set apache2/maxclients?150
49
univention-config-registry set mail/alias/webmaster?root
49
univention-config-registry set mail/alias/webmaster?root
(-)services/univention-apache/conffiles/etc/apache2/sites-available/default (+7 lines)
 Lines 49-51    Link Here 
49
	print 'RedirectMatch ^/$ /%s' % baseConfig['apache2/startsite']
49
	print 'RedirectMatch ^/$ /%s' % baseConfig['apache2/startsite']
50
@!@
50
@!@
51
</Directory>
51
</Directory>
52
53
<Directory /var/www/ucs-overview/>
54
	RewriteEngine On
55
	RewriteCond %{HTTP:Accept-Language} (^de) [NC]
56
	 RewriteRule ^$ /ucs-overview/de.html [L,R]
57
	RewriteRule ^$ /ucs-overview/en.html [L,R]
58
</Directory>

Return to bug 17659