ich habe hier ein Debian Etch System mit Apache2 mit PHP Version 5.2.5-0.dotdeb.2 CGI/FastCGI.
Bei manchen Seiten auf diesem Server erhalte ich die Fehlermeldung:
soweit so gut, ich habe die Configuration geöffnet und versucht den Fehler zu finden und verschiedene Einstellungen getestet (AllowOverride Allclient denied by server configuration
Order allow,deny, Allow from all ) leider jedoch ohne Erfolg.
Anbei mal die vhost.conf:
Code: Select all
<Directory "/var/www/web54/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_access.c>
Allow from all
</IfModule>
<IfModule mod_authz_host.c>
Allow from all
</IfModule>
suPHP_engine on
</Directory>
<VirtualHost 12.34.56.78:443>
ServerName domain.de
ServerAlias http://www.domain.de domain.de http://www.domain.de
web54.domain.de
DocumentRoot /var/www/web54/html
SuexecUserGroup web54 web54
ScriptAlias /cgi-bin/ /var/www/web54/html/cgi-bin/
suPHP_ConfigPath /etc/apache2/confixx_phpini/web54/1
<IfModule mod_ssl.c>
SSLEngine on
SSLCertificateKeyFile /etc/apache2/ssl.key/admin.key
SSLCertificateFile /etc/apache2/ssl.crt/admin.crt
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
<Files ~ ".(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/var/www/web54/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
<IfModule mod_rewrite.c>
RewriteLog "/var/www/web54/log/rewrite.log"
RewriteLogLevel 1
</IfModule>
ErrorLog /var/www/web54/log/error_log
<Directory "/var/www/web54/html">
AllowOverride FileInfo
Options +FollowSymlinks
</Directory>
<Directory "/var/www/web54/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost 12.34.56.78:80>
ServerName domain.de
ServerAlias http://www.domain.de domain.de http://www.domain.de
web54.domain.de
DocumentRoot /var/www/web54/html
SuexecUserGroup web54 web54
ScriptAlias /cgi-bin/ /var/www/web54/html/cgi-bin/
suPHP_ConfigPath /etc/apache2/confixx_phpini/web54/2
<IfModule mod_rewrite.c>
RewriteLog "/var/www/web54/log/rewrite.log"
RewriteLogLevel 1
</IfModule>
ErrorLog /var/www/web54/log/error_log
<Directory "/var/www/web54/html">
AllowOverride FileInfo
Options +FollowSymlinks
</Directory>
<Directory "/var/www/web54/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost 12.34.56.78:443>
ServerName domain.de
ServerAlias http://www.domain.de
DocumentRoot /var/www/web54/html
SuexecUserGroup web54 web54
ScriptAlias /cgi-bin/ /var/www/web54/html/cgi-bin/
suPHP_ConfigPath /etc/apache2/confixx_phpini/web54/3
<IfModule mod_ssl.c>
SSLEngine on
SSLCertificateKeyFile /etc/apache2/ssl.key/admin.key
SSLCertificateFile /etc/apache2/ssl.crt/admin.crt
SetEnvIf User-Agent ".*MSIE.*"
nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0
<Files ~ ".(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/var/www/web54/html/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
</IfModule>
<IfModule mod_rewrite.c>
RewriteLog "/var/www/web54/log/rewrite.log"
RewriteLogLevel 1
</IfModule>
ErrorLog /var/www/web54/log/error_log
<Directory "/var/www/web54/html">
AllowOverride FileInfo
Options +FollowSymlinks
</Directory>
<Directory "/var/www/web54/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
<VirtualHost 12.34.56.78:80>
ServerName domain.de
ServerAlias http://www.domain.de
DocumentRoot /var/www/web54/html
SuexecUserGroup web54 web54
ScriptAlias /cgi-bin/ /var/www/web54/html/cgi-bin/
suPHP_ConfigPath /etc/apache2/confixx_phpini/web54/4
<IfModule mod_rewrite.c>
RewriteLog "/var/www/web54/log/rewrite.log"
RewriteLogLevel 1
</IfModule>
ErrorLog /var/www/web54/log/error_log
<Directory "/var/www/web54/html">
AllowOverride FileInfo
Options +FollowSymlinks
</Directory>
<Directory "/var/www/web54/html">
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sonnige Grüße!
Adioz
