also der Virtualhost fuer das Wiki sieht folgendermassen aus:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<VirtualHost 217.172.179.49:80>
ServerName faq.perl-community.de
ServerAlias faq.perlcommunity.de wiki.perl-community.de wiki.perlcommunity.de faq.de.perl.org wiki.de.perl.org
DocumentRoot /srv/www/htdocs/web2/html
User web2
Group ftponly
ScriptAlias /cgi-bin/ /srv/www/htdocs/web2/html/cgi-bin/
php_admin_value open_basedir /srv/www/htdocs/web2/
php_admin_value upload_tmp_dir /srv/www/htdocs/web2/phptmp/
ScriptAlias /twiki/bin/ "/srv/www/htdocs/web2/html/bin/"
ErrorLog /srv/www/htdocs/web2/log/faq.perl-community.de.error.log
Alias /twiki/ "/srv/www/htdocs/web2/"
<Directory "/srv/www/htdocs/web2/html/bin">
Options +ExecCGI
SetHandler cgi-script
Allow from all
</Directory>
<Directory "/srv/www/htdocs/web2/html/pub">
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
</Directory>
<Directory "/srv/www/htdocs/web2/html/data">
deny from all
</Directory>
<Directory "/srv/www/htdocs/web2/html/templates">
deny from all
</Directory>
</VirtualHost>