Hallo,
ich benutze Confixx Version 3.3.0 unter Debian und habe ein problem mit htaccess, wenn ich ein Passwort schutz erstelle,
dann kommt dieser Fehler: 500
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Im errorlog steht das hier:
[Mon Jun 01 22:19:08 2009] [alert] [client 78.xx.xxx.x] /var/www/web11/html/.htaccess: AuthName not allowed here
/etc/apache2/httpd.conf die httpd.conf ist völlig leer
und mein aus zug vom confixx_vhosts siehst so aus:
<Directory "/var/www/web11/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_access.c>
Allow from all
</IfModule>
<IfModule mod_authz_host.c>
Allow from all
</IfModule>
php_admin_flag engine on
</Directory>
<VirtualHost 91.xxx.xx.xxx:xx>
ServerName test.de
ServerAlias sexhits.de web11.xx.webxx.xxx.xxxx.de
DocumentRoot /var/www/web11/html
SuexecUserGroup web11 web11
ScriptAlias /cgi-bin/ /var/www/web11/html/cgi-bin/
php_admin_value open_basedir /var/www/web11/html/:/var/www/web11/phptmp/:/var/www/web11/files/:/var/www/web11/atd/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /var/www/web11/phptmp/
php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M
<IfModule mod_rewrite.c>
RewriteLog "/var/www/web11/log/rewrite.log"
RewriteLogLevel 3
</IfModule>
<Directory "/var/www/web11/html">
AllowOverride FileInfo
Options +FollowSymlinks
</Directory>
php_admin_value open_basedir none
php_admin_flag register_globals on
php_admin_flag safe_mode on
</VirtualHost>
achso ich habe noch eine htaccess datei, da steht das hier: "Order deny,allow Deny from all" drin und verursacht genau den selben Fehler wie oben beschrieben.
Bitte um Hilfe
MFG
ich benutze Confixx Version 3.3.0 unter Debian und habe ein problem mit htaccess, wenn ich ein Passwort schutz erstelle,
dann kommt dieser Fehler: 500
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Im errorlog steht das hier:
[Mon Jun 01 22:19:08 2009] [alert] [client 78.xx.xxx.x] /var/www/web11/html/.htaccess: AuthName not allowed here
/etc/apache2/httpd.conf die httpd.conf ist völlig leer
und mein aus zug vom confixx_vhosts siehst so aus:
<Directory "/var/www/web11/html">
Options -FollowSymLinks -SymLinksIfOwnerMatch
<IfModule mod_access.c>
Allow from all
</IfModule>
<IfModule mod_authz_host.c>
Allow from all
</IfModule>
php_admin_flag engine on
</Directory>
<VirtualHost 91.xxx.xx.xxx:xx>
ServerName test.de
ServerAlias sexhits.de web11.xx.webxx.xxx.xxxx.de
DocumentRoot /var/www/web11/html
SuexecUserGroup web11 web11
ScriptAlias /cgi-bin/ /var/www/web11/html/cgi-bin/
php_admin_value open_basedir /var/www/web11/html/:/var/www/web11/phptmp/:/var/www/web11/files/:/var/www/web11/atd/
php_admin_value file_uploads 1
php_admin_value upload_tmp_dir /var/www/web11/phptmp/
php_admin_value upload_max_filesize 8M
php_admin_value memory_limit 64M
<IfModule mod_rewrite.c>
RewriteLog "/var/www/web11/log/rewrite.log"
RewriteLogLevel 3
</IfModule>
<Directory "/var/www/web11/html">
AllowOverride FileInfo
Options +FollowSymlinks
</Directory>
php_admin_value open_basedir none
php_admin_flag register_globals on
php_admin_flag safe_mode on
</VirtualHost>
achso ich habe noch eine htaccess datei, da steht das hier: "Order deny,allow Deny from all" drin und verursacht genau den selben Fehler wie oben beschrieben.
Bitte um Hilfe
MFG
Last edited by a moderator: