File: apache-sitealias.tmpl

package info (click to toggle)
ikiwiki-hosting 0.20120527
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 728 kB
  • sloc: perl: 4,848; sh: 182; ansic: 155; makefile: 50
file content (20 lines) | stat: -rw-r--r-- 481 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Apache config file for <TMPL_VAR ALIAS>
# Automatically generated by ikisite; do not modify directly.

<VirtualHost *:80>
	ServerAdmin <TMPL_VAR ADMINEMAIL>
	ServerName <TMPL_VAR ALIAS>:80

	<TMPL_IF SUEXEC>
	SuexecUserGroup <TMPL_VAR USER> <TMPL_VAR USER>
	</TMPL_IF>

	UserDir disabled

	RewriteEngine On
	RewriteRule ^/(.*) <TMPL_VAR URL_ESCAPED>$1 [L,R,NE]

	ErrorLog <TMPL_VAR LOGDIR>/error.log
	LogLevel warn
	CustomLog <TMPL_VAR LOGDIR>/access.log combined
</VirtualHost>