apache 2.0.32 & php 4.1.1

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

  • apache 2.0.32 & php 4.1.1

    Hallo

    nach dem versuch, apache2 und php4 wie apache1.3 und php4 zu installieren, musste ich feststellen, dass das nicht geht. der service startet nicht und wenn man den apache an der konsole startet, kommt die meldung, er könne das php modul nicht laden. ich habe alles 10 mal geprüft (pfad-angaben, schreibfehler, usw.) und es scheint alles zu stimmen.
    nach einer internet-recherche habe ich herausgefunden, dass unter apache2 php anders gestartet werden muss, nur leider nicht wie )-:
    kann mir jemand weiterhelfen?

    vielen dank
    tobru

  • #2
    Hi,

    schau mal unter Apache 2.0 Documentation

    Da steht folgendes unter LoadModule folgendes :

    Code:
    LoadModule directive
    
    Syntax: LoadModule module filename
    Context: server config
    Status: Base
    Module: mod_so 
    
    The LoadModule directive links in the object file or library filename and adds the module structure named module to the list of active modules. Module is the name of the external variable of type module in the file, and is listed as the Module Identifier in the module documentation. Example:
    
    LoadModule status_module modules/mod_status.so 
    loads the named module from the modules subdirectory of the ServerRoot.
    Und soweit ich das überblicke hat sich im Gegensatz zu Version 1.3.*** nichts geändert.

    Hast du zusätzlich zu der LoadModule-Anweisung auch die AddModule-Anweisung ausgeführt ??? Apache 2.0 Module Core

    Mit der musst du nämlich ersteinmal das Modul laden ...

    mfg DaPhreak

    [Editiert von DaPhreak am 27-02-2002 um 20:22]
    If something's HARD to do,

    then it's not worth doing.
    (Homer J. (Jay) Simpson)

    Kommentar


    • #3
      Danke für die Antwort, aber...

      Unter Version 1.3.xx musste man nur LoadModule ... angeben! nix von AddModule! (was vielleicht noch so zu erwähnen währe: ich arbeite mit windows)

      die genaue Fehlermeldung sieht so aus:
      Code:
      Syntax error on line 726 of C:/Program Files/Apache Group/Apache2/conf/httpd.conf:
      Cannot load C:/Program Files/Apache Group/Apache2/modules/php4apache.dll into server: The specified module could not be found.
      eigentlich heisst das ja, dass die datei php4apache.dll im angegebenen verzeichnis nicht existiert, doch ich habe 10mal geschaut, und sie ist wirklich am richtigen ort!

      falls du noch die ganze httpd.conf anschauen möchtest, musst du es nur sagen (dann poste ich es)!

      gruz
      tobru


      Original geschrieben von DaPhreak
      Hi,

      schau mal unter Apache 2.0 Documentation

      Da steht folgendes unter LoadModule folgendes :

      Code:
      LoadModule directive
      
      Syntax: LoadModule module filename
      Context: server config
      Status: Base
      Module: mod_so 
      
      The LoadModule directive links in the object file or library filename and adds the module structure named module to the list of active modules. Module is the name of the external variable of type module in the file, and is listed as the Module Identifier in the module documentation. Example:
      
      LoadModule status_module modules/mod_status.so 
      loads the named module from the modules subdirectory of the ServerRoot.
      Und soweit ich das überblicke hat sich im Gegensatz zu Version 1.3.*** nichts geändert.

      Hast du zusätzlich zu der LoadModule-Anweisung auch die AddModule-Anweisung ausgeführt ??? Apache 2.0 Module Core

      Mit der musst du nämlich ersteinmal das Modul laden ...

      mfg DaPhreak

      [Editiert von DaPhreak am 27-02-2002 um 20:22]

      Kommentar

      Lädt...
      X