Ankündigung

Einklappen
Keine Ankündigung bisher.

[Erledigt] Apache2 und PHP5 Problem

Einklappen

Neue Werbung 2019

Einklappen
X
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • [Erledigt] Apache2 und PHP5 Problem

    Betriebssystem: Microsoft Windows XP Professional + Service Pack 2

    Ich habe mir folgende Pakete heruntergeladen:
    apache_2.0.54-win32-x86-no_ssl.msi
    php-5.0.5-Win32.zip

    Apache Verzeichnis:
    C:\Programme\Apache Group\Apache2\
    PHP Verzeichnis:
    C:\Programme\Apache Group\Apache2\php


    httpd.conf

    Code:
    ### My Modifications
    
    ScriptAlias /php/ "C:/Programme/Apache Group/Apache2/php/"
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php-source .phps
    Action application/x-httpd-php /php/php.exe
    error.log

    Code:
    [Fri Sep 09 16:47:36 2005] [notice] Apache/2.0.54 (Win32) configured -- resuming normal operations
    [Fri Sep 09 16:47:36 2005] [notice] Server built: Apr 16 2005 14:25:31
    [Fri Sep 09 16:47:36 2005] [notice] Parent: Created child process 1008
    [Fri Sep 09 16:47:36 2005] [notice] Child 1008: Child process is running
    [Fri Sep 09 16:47:36 2005] [notice] Child 1008: Acquired the start mutex.
    [Fri Sep 09 16:47:36 2005] [notice] Child 1008: Starting 250 worker threads.
    [Fri Sep 09 16:47:49 2005] [error] [client 127.0.0.1] File does not exist: C:/Programme/Apache Group/Apache2/htdocs/favicon.ico
    [Fri Sep 09 16:47:55 2005] [error] [client 127.0.0.1] Premature end of script headers: php.exe
    Mein Problem liegt hier:

    Code:
    Internal Server Error
    
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    
    Please contact the server administrator, xxxxxx@xxx.xx 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.
    Apache/2.0.54 (Win32) Server at localhost Port 80
    Ich habe mir eine phpinfo geschrieben und wollte sie auslesen lassen, doch dabei zeigte er mir nur die oben eingebundene Fehlermeldung an. Was kann ich also tun, damit ich PHP bei mir parsen (war das jetz richtig ^^') kann.

  • #2
    www.apachefriends.org <- hol dir nen xampp und gut is

    greez search
    schlimmer gehts nimmer.... dümmer immer!
    [url=http://www.in-dvd.net][img]http://in-dvd.net/images/go_indvd.gif[/img][/url]

    Kommentar


    • #3
      Das Problem hat sich wohl gerade erledigt.

      es lag an der CGI konfiguration

      # For PHP 5
      Action application/x-httpd-php "/php/php-cgi.exe"

      Kommentar

      Lädt...
      X