Am Freitag, 24. Februar 2006 14:13 schrieb Carsten Henkel:
ein klizekleiner auszug aus deinen configdateien könnte weiterhelfen. und wenn du dann noch das errorlog der domain hast, dann kann man dir bestimmt helfen ;-)
[TOFU gelöscht] Hallo Carsten Welche conf soll ich senden? Hier mal der relevante Auszug aus der httpd.conf: User nobody Group nogroup ServerName localhost DocumentRoot "/opt/lampp/htdocs" <Directory /> Options FollowSymLinks AllowOverride None #XAMPP #Order deny,allow #Deny from all </Directory> <Directory "/opt/lampp/htdocs"> Options Indexes FollowSymLinks ExecCGI Includes AllowOverride All Order allow,deny Allow from all </Directory> <IfModule dir_module> DirectoryIndex index.html index.html.var index.php </IfModule> <FilesMatch "^\.ht"> Order allow,deny Deny from all </FilesMatch> ErrorLog logs/error_log LogLevel warn <IfModule log_config_module> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common <IfModule logio_module> # You need to enable mod_logio.c to use %I and %O LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio </IfModule> # CustomLog logs/access_log common </IfModule> <Directory "/opt/lampp/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> DefaultType text/plain <IfModule mime_module> TypesConfig etc/mime.types AddType application/x-compress .Z AddType application/x-gzip .gz .tgz AddHandler cgi-script .cgi .pl AddType text/html .shtml AddOutputFilter INCLUDES .shtml </IfModule> <IfModule ssl_module> Include etc/extra/httpd-ssl.conf </IfModule> <IfModule ssl_module> SSLRandomSeed startup builtin SSLRandomSeed connect builtin </IfModule> Include etc/extra/httpd-xampp.conf Die httpd-xampp.conf sieht gekürzt so aus: <IfDefine PHP4> LoadModule php4_module modules/libphp4.so </IfDefine> <IfDefine PHP5> LoadModule php5_module modules/libphp5.so </IfDefine> # since LAMPP 0.9.8: LoadModule perl_module modules/mod_perl.so Alias /phpmyadmin "/opt/lampp/phpmyadmin" Alias /phpsqliteadmin "/opt/lampp/phpsqliteadmin" # since XAMPP 1.4.3 <Directory "/opt/lampp/phpmyadmin"> AllowOverride AuthConfig Limit Order allow,deny Allow from all </Directory> <Directory "/opt/lampp/phpsqliteadmin"> AllowOverride AuthConfig Limit Order allow,deny Allow from all </Directory> # since LAMPP 1.0RC1 AddType application/x-httpd-php .php .php3 .php4 XBitHack on # since 0.9.8 we've mod_perl PerlModule Bundle::Apache2 Wenn noch mehr conf-Dateien zur Analyse gebraucht werden, einfach mal Bescheid sagen. Diese Dateien stammen aus der aktivierten XAMPP-Installation. Die SuSE-Installation ist ja derzeit deaktiviert. Gruß Martin .. und bitte kein TOFU mehr und nur über die Liste schreiben
participants (1)
-
Martin Falley