Anzeige:
Ergebnis 1 bis 7 von 7

Thema: Apache Webserver liefert keine Bilder mehr

  1. #1
    vorlon
    Gast

    Apache Webserver liefert keine Bilder mehr

    Hallo, ich habe einen virtuellen Root Server mit SuSE 9.0 bei Server4You. Ich hatte leider schon ein paar Probleme damit... aktuell das hier:

    Nach einem Online Update (you) - liefert der Apache Server mir keine Bilder und Flash-Files mehr. Vor dem Update ging das noch ohne Probleme. Hier könnt ihr Euch anschauen, wie das aussieht: http://web2.vs209017.vserver.de.

    Die Webseiten sind erreichbar, nur Bilder und Flash Files werden im Internet Explorer als X angezeigt. Es liegt nicht am Browser... vor dem Update ging alles.

    Ich habe mir die Logfiles vom Apache angesehen, da taucht nichts außergewöhnliches auf. Habe leider keine Idee mehr, wo ich noch nachschauen kann. Die letzte Antwort vom Support bei Server4You war "wir geben das Problem an unsere Entwickler weiter".

    Tia

    André

  2. #2
    Registrierter Benutzer Avatar von Hitman
    Registriert seit
    May 2002
    Ort
    Rhein-Main-Gebiet
    Beiträge
    482
    Wir gehören hier alle einer okulten Gruppe an. Wir nutzen zur Weissagung vor allem unsere Glaskugel.

    Bitte poste doch mal die Konfig.-Dateien von Apache und dessen (Error-)Logs.

  3. #3
    vorlon
    Gast
    /etc/apache2/httpd.conf

    Code:
    ### Global Environment ######################################################
    
    # run under this user/group id
    Include /etc/apache2/uid.conf
    
    # - how many server processes to start (server pool regulation)
    # - usage of KeepAlive
    Include /etc/apache2/server-tuning.conf
    
    ErrorLog /var/log/apache2/error_log
    
    # generated from APACHE_MODULES in /etc/sysconfig/apache2
    Include /etc/apache2/sysconfig.d/loadmodule.conf
    
    # IP addresses / ports to listen on
    Include /etc/apache2/listen.conf
    
    # predefined logging formats
    Include /etc/apache2/mod_log_config.conf
    
    # generated from global settings in /etc/sysconfig/apache2
    Include /etc/apache2/sysconfig.d/global.conf
    
    # optional mod_status, mod_info
    Include /etc/apache2/mod_status.conf
    Include /etc/apache2/mod_info.conf
    
    # configuration of server-generated directory listings
    Include /etc/apache2/mod_autoindex-defaults.conf
    
    # associate MIME types with filename extensions
    TypesConfig /etc/apache2/mime.types
    DefaultType text/plain
    Include /etc/apache2/mod_mime-defaults.conf
    
    # set up (customizable) error responses
    Include /etc/apache2/errors.conf
    
    # global (server-wide) SSL configuration, that is not specific to 
    # any virtual host
    Include /etc/apache2/ssl-global.conf
    
    # forbid access to the entire filesystem by default
    <Directory />
        Options None
        AllowOverride None
        Order deny,allow
        Deny from all
    </Directory>
    
    # use .htaccess files for overriding,
    AccessFileName .htaccess
    # and never show them
    <Files ~ "^\.ht">
        Order allow,deny
        Deny from all
    </Files>
    
    # List of resources to look for when the client requests a directory
    DirectoryIndex index.html index.html.var
    
    ### 'Main' server configuration #############################################
    
    Include /etc/apache2/default-server.conf
    
    # Another way to include your own files
    
    Include /etc/apache2/sysconfig.d/include.conf
    
    ### Virtual server configuration ############################################
    
    Include /etc/apache2/vhosts.d/*.conf
    Include /etc/apache2/vhosts.d/vhost-ssl.template
    
    ## CONFIXX
    <Directory "/srv/www/confixx/html">
     AllowOverride all
    </Directory>
    NameVirtualHost 62.75.209.17:80
    <VirtualHost 62.75.209.17:80>
    ServerName vs209017.vserver.de
    #User confixx
    #Group users
    DocumentRoot /srv/www/confixx/html
    Alias /phpmyadmin /srv/www/htdocs/phpmyadmin
    php_admin_value safe_mode Off
    php_admin_value safe_mode_exec_dir /srv/www/confixx/bin
    php_admin_value upload_tmp_dir /srv/www/confixx/tmp
    php_admin_value open_basedir none
    ScriptAlias /cgi-bin/ /srv/www/confixx/html/cgi-bin/
    CustomLog /var/log/apache2/vs209017.vserver.de_access.log "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\""
    ErrorLog /var/log/apache2/vs209017.vserver.de_error.log
    </VirtualHost>
    Include /etc/apache2/confixx_vhost.conf
    # ^- Dieser Eintrag sollte unbedingt am Ende der Datei bleiben
    ## /CONFIXX
    php_value short_open_tag 1
    php_value register_globals 1
    Apache Error Log

    Code:
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile
    piped log program '/usr/local/confixx/pipelog.pl' failed unexpectedly
    [Wed Jan 12 07:30:56 2005] [notice] caught SIGTERM, shutting down
    [Wed Jan 12 07:30:58 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Jan 12 07:30:58 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
    [Wed Jan 12 07:41:30 2005] [error] [client 81.173.213.38] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 07:42:27 2005] [error] [client 81.173.213.38] File does not exist: /srv/www/web2/html/favicon.ico
    piped log program '(null)' failed unexpectedly
    [Wed Jan 12 07:43:10 2005] [notice] caught SIGTERM, shutting down
    [Wed Jan 12 07:43:12 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Jan 12 07:43:13 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
    [Wed Jan 12 07:43:18 2005] [error] [client 81.173.213.38] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 07:43:23 2005] [error] [client 81.173.213.38] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 07:43:27 2005] [error] [client 81.173.213.38] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 07:43:55 2005] [error] [client 81.173.213.38] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 07:44:42 2005] [error] [client 81.173.213.38] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 07:51:55 2005] [error] [client 217.91.105.9] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 07:51:55 2005] [error] [client 217.91.105.9] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    piped log program '/usr/local/confixx/pipelog.pl' failed unexpectedly
    [Wed Jan 12 08:05:25 2005] [notice] caught SIGTERM, shutting down
    [Wed Jan 12 08:07:25 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Jan 12 08:07:26 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
    [Wed Jan 12 09:28:03 2005] [error] [client 217.91.105.9] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 09:28:03 2005] [error] [client 217.91.105.9] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 10:22:13 2005] [error] [client 217.91.105.9] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 10:22:13 2005] [error] [client 217.91.105.9] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 13:54:49 2005] [error] [client 217.91.105.9] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 13:54:49 2005] [error] [client 217.91.105.9] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 16:45:50 2005] [error] [client 217.172.191.230] File does not exist: /srv/www/web2/html/favicon.ico, referer: http://web2.vs209017.vserver.de/
    [Wed Jan 12 16:45:51 2005] [error] [client 66.249.66.147] File does not exist: /srv/www/web2/html/robots.txt
    [Wed Jan 12 17:58:09 2005] [error] [client 80.146.116.70] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 17:58:09 2005] [error] [client 80.146.116.70] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 18:19:34 2005] [error] [client 80.146.116.70] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 18:19:34 2005] [error] [client 80.146.116.70] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 18:29:30 2005] [error] [client 80.146.116.70] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 18:29:30 2005] [error] [client 80.146.116.70] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 18:33:12 2005] [error] [client 80.146.116.70] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 18:33:12 2005] [error] [client 80.146.116.70] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 18:51:37 2005] [warn] child process 10081 still did not exit, sending a SIGTERM
    piped log program '(null)' failed unexpectedly
    [Wed Jan 12 18:51:37 2005] [notice] caught SIGTERM, shutting down
    [Wed Jan 12 18:51:40 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Jan 12 18:51:42 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
    [Wed Jan 12 18:51:53 2005] [error] [client 80.146.116.70] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 18:51:53 2005] [error] [client 80.146.116.70] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 18:52:08 2005] [error] [client 80.146.116.70] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 18:52:08 2005] [error] [client 80.146.116.70] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    piped log program '/usr/local/confixx/pipelog.pl' failed unexpectedly
    [Wed Jan 12 18:52:17 2005] [notice] caught SIGTERM, shutting down
    [Wed Jan 12 18:52:23 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Jan 12 18:52:25 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
    [Wed Jan 12 18:53:03 2005] [error] [client 80.146.116.70] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 18:53:03 2005] [error] [client 80.146.116.70] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    piped log program '(null)' failed unexpectedly
    [Wed Jan 12 18:56:29 2005] [notice] caught SIGTERM, shutting down
    [Wed Jan 12 18:56:32 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Jan 12 18:56:34 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
    piped log program '(null)' failed unexpectedly
    [Wed Jan 12 19:06:42 2005] [notice] caught SIGTERM, shutting down
    [Wed Jan 12 19:06:45 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Jan 12 19:06:47 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
    [Wed Jan 12 19:20:30 2005] [warn] child process 20000 still did not exit, sending a SIGTERM
    [Wed Jan 12 19:20:30 2005] [warn] child process 20106 still did not exit, sending a SIGTERM
    [Wed Jan 12 19:20:30 2005] [warn] child process 1376 still did not exit, sending a SIGTERM
    piped log program '(null)' failed unexpectedly
    [Wed Jan 12 19:20:30 2005] [notice] caught SIGTERM, shutting down
    [Wed Jan 12 19:22:41 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Wed Jan 12 19:22:43 2005] [notice] Apache/2.0.48 (Linux/SuSE) configured -- resuming normal operations
    [Wed Jan 12 19:31:28 2005] [error] [client 80.146.116.70] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 19:31:28 2005] [error] [client 80.146.116.70] no acceptable variant: /usr/share/apache2/error/HTTP_NOT_FOUND.html.var
    [Wed Jan 12 19:37:03 2005] [error] [client 82.82.237.114] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 19:39:10 2005] [error] [client 84.57.32.14] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 19:39:19 2005] [error] [client 84.57.32.14] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 19:39:22 2005] [error] [client 84.57.32.14] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 19:42:04 2005] [error] [client 84.57.32.14] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 19:42:04 2005] [error] [client 84.57.32.14] File does not exist: /srv/www/web2/html/favicon.ico
    [Wed Jan 12 19:42:12 2005] [error] [client 84.57.32.14] File does not exist: /srv/www/web2/html/favicon.ico
    Ende des Access Logs:

    Code:
    84.57.32.14 - - [12/Jan/2005:19:42:04 +0100] "GET /images/amazon.gif HTTP/1.1" 206 1380 "http://web2.vs209017.vserver.de/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:04 +0100] "GET /flash/itfdad.swf HTTP/1.1" 206 42945 "http://web2.vs209017.vserver.de/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:04 +0100] "GET /flash/welcome_akt_meldungen.swf HTTP/1.1" 206 2895 "http://web2.vs209017.vserver.de/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:04 +0100] "GET /favicon.ico HTTP/1.1" 404 1056 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:04 +0100] "GET /favicon.ico HTTP/1.1" 404 1056 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /index.php HTTP/1.1" 200 20559 "http://web2.vs209017.vserver.de/" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /default.css HTTP/1.1" 206 1308 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/itfriends.gif HTTP/1.1" 206 31910 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/right_top.gif HTTP/1.1" 206 23873 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/menu/home.gif HTTP/1.1" 206 719 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/menu/forum.gif HTTP/1.1" 206 860 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/menu/images.gif HTTP/1.1" 206 1349 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/menu/contact.gif HTTP/1.1" 206 580 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/menu/impressum.gif HTTP/1.1" 206 763 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/menu/server_info.gif HTTP/1.1" 206 1242 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/title/menu/admin.gif HTTP/1.1" 206 833 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/captions/small/sidebar/allgemein.gif HTTP/1.1" 206 3009 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/captions/small/sidebar/allg_uebersicht.gif HTTP/1.1" 206 1715 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/captions/small/sidebar/allg_news.gif HTTP/1.1" 206 1754 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:11 +0100] "GET /images/captions/small/sidebar/itsecurity.gif HTTP/1.1" 206 2972 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/secnews.gif HTTP/1.1" 206 853 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/fungames.gif HTTP/1.1" 206 3444 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/game_news.gif HTTP/1.1" 206 550 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/lankalender.gif HTTP/1.1" 206 569 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/hardware.gif HTTP/1.1" 206 3209 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/hw_info.gif HTTP/1.1" 206 743 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/business.gif HTTP/1.1" 206 3594 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/reseller.gif HTTP/1.1" 206 630 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/developer.gif HTTP/1.1" 206 4028 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/dev_allg.gif HTTP/1.1" 206 716 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/msdn.gif HTTP/1.1" 206 877 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/os.gif HTTP/1.1" 206 3512 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/windows.gif HTTP/1.1" 206 486 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/linux.gif HTTP/1.1" 206 344 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/search.gif HTTP/1.1" 206 3117 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/sidebar/Impressum.gif HTTP/1.1" 206 1422 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /imagelib/captions/homepage/lastupload.gif HTTP/1.1" 206 591 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /imagelib/images/tn_20050107091429_11.jpg HTTP/1.1" 206 4277 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /imagelib/captions/homepage/randshot.gif HTTP/1.1" 206 601 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /imagelib/images/tn_20040819123533_4.jpg HTTP/1.1" 200 5419 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /imagelib/images/tn_20040727074331_9.jpg HTTP/1.1" 200 3308 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /imagelib/images/tn_20040812085754_1.jpg HTTP/1.1" 200 4544 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /imagelib/captions/homepage/togallery.gif HTTP/1.1" 206 690 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/impressum.gif HTTP/1.1" 206 3908 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/captions/small/shoutbox.gif HTTP/1.1" 206 2713 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /images/amazon.gif HTTP/1.1" 206 1380 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /flash/itfdad.swf HTTP/1.1" 206 42945 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /flash/welcome_akt_meldungen.swf HTTP/1.1" 206 2895 "http://web2.vs209017.vserver.de/index.php" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    84.57.32.14 - - [12/Jan/2005:19:42:12 +0100] "GET /favicon.ico HTTP/1.1" 404 1056 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041109 Firefox/1.0"
    Geändert von Tomek (12.01.05 um 19:32 Uhr) Grund: Für Konfigurations- oder Logdateien bitte die Code-Tags und nicht die Quote-Tags benutzen.

  4. #4
    vorlon
    Gast
    In den Logfiles ist mir die Zeile

    /usr/sbin/httpd2-prefork: relocation error: /usr/sbin/httpd2-prefork: undefined symbol: apr_sendfile

    aufgefallen. Ich habe jetzt verschiedene Newsgroups nach dieser Meldung durchsucht, aber leider nichts gefunden, was mir weiter hilft. Meint ihr die Deinstallation des Apache Prefork bringt was? Ich möchte mir aber jetzt auch nicht den ganzen Server zerschießen. Der Support hat sich leider immer noch nicht gemeldet. In welchen Logfiles könnte ich noch suchen?

  5. #5
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Ort
    Bad Wünnenberg
    Beiträge
    5.402
    Hmm, komische Fehler. Kommt es nur mir so vor, dass die SuSE Updates mehr kaputt machen als helfen?
    Gruß,
    Tomek

  6. #6
    vorlon
    Gast
    Ja, glaube ich langsam auch. Habe eben nochmal mit dem Support telefoniert. Die haben wohl Pakete auf den vServern installiert, die sie selber noch angepaßt haben. Er meinte "SuSE macht die meisten Probleme nach Online Updates". Werde mir jetzt mal Fedore installieren lassen, da dies laut Aussage am wenigsten Probleme macht. We will se ......

  7. #7
    Registrierter Benutzer Avatar von Hitman
    Registriert seit
    May 2002
    Ort
    Rhein-Main-Gebiet
    Beiträge
    482
    Error Code 206: Partial Information

    Keine Ahnung was diesen Fehler verursacht, aber ist da vielleicht irgend etwas mit einem Proxy dazwischen?

Ähnliche Themen

  1. make modules - fehlermeldung
    Von Nobse im Forum Kompilieren von Kernel und Sourcen
    Antworten: 8
    Letzter Beitrag: 15.11.04, 01:23
  2. von SuSE- zu DebianLinux ?
    Von verve im Forum Linux Allgemein
    Antworten: 5
    Letzter Beitrag: 23.03.04, 18:28
  3. apache 1.3.27 Berechtigung
    Von Kupfer im Forum Linux als Server
    Antworten: 10
    Letzter Beitrag: 30.12.03, 19:45
  4. Apache liefert keine Bilder
    Von MrMarco im Forum Linux als Server
    Antworten: 11
    Letzter Beitrag: 03.10.03, 10:08
  5. xine - wackelt,ruckelt, verwirft bilder
    Von hmikux im Forum Fernsehen
    Antworten: 15
    Letzter Beitrag: 24.09.02, 17:31

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •