Lochfraß auf kde.de ?
Mark Ziegler
mark.ziegler at rakekniven.de
Thu Aug 30 20:40:05 CEST 2007
Am Mittwoch, 29. August 2007 schrieb Frederik Schwarzer:
> ON Mittwoch 29 August 2007 15:10:25 mark.ziegler at rakekniven.de wrote:
> Ich habe mich vor ein paar Jahren in vhosts eingearbeitet.
> Wenn du mit die config zuschicken magst, könnte ich einmal schauen, ob ich
> daraus noch schlau werde. :)
Config:
<VirtualHost 85.10.209.187:80>
ServerAdmin info at erfrakon.de
ServerName www.kde.de
ServerAlias kde.de
ServerAdmin martin at konold.de
DocumentRoot /var/www/www.kde.de/international/germany/
ErrorDocument 404 /media/404.php
# php part
php_value short_open_tag Off
php_value register_globals No
php_value safe_mode On
php_value
include_path ".:/var/www/www.kde.de/international/germany/media/includes"
# enable .php, add .html here, for developer.kde.org
AddType application/x-httpd-php .php
DirectoryIndex index-script.php index.html index.php index.php3
index.php4 index.phtml
AddType application/x-httpd-php-source .phps
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/www.kde.de>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
# ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
# <Directory "/usr/lib/cgi-bin">
# AllowOverride None
# Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
# Order allow,deny
# Allow from all
# </Directory>
Alias /img/ /var/www/www.kde.de/fileadmin/img/
ErrorLog /var/log/apache2/kde-error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/kde-access.log combined
ServerSignature Off
</VirtualHost>
Gruß,
Mark
More information about the kde-i18n-de
mailing list