APACHE und PHP4 auf WIN98

  • Moin moin,
    ich hab hier mal wieder n nettes Problem.Ich habe APACHE installiert (läuft
    auch wunderbar) und will PHP4 installieren. Wo muss ich denn jetzt das PHP
    Modul in die httpd.conf aufrufen lassen ?
    Hier ?
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Please read the file README.DSO in the Apache 1.3 distribution for more
    # details about the DSO mechanism and run `apache -l for the list of already
    # built-in (statically linked and thus always available) modules in your Apache
    # binary.
    #
    # Note: The order in which modules are loaded is important. Dont change
    # the order below without expert advice.
    #
    #LoadModule anon_auth_module modules/mod_auth_anon.so
    #LoadModule dbm_auth_module modules/mod_auth_dbm.so
    #LoadModule digest_auth_module modules/mod_auth_digest.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    #LoadModule digest_module modules/mod_digest.so
    #LoadModule expires_module modules/mod_expires.so
    #LoadModule headers_module modules/mod_headers.so
    #LoadModule proxy_module modules/mod_proxy.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    #LoadModule speling_module modules/mod_speling.so
    #LoadModule info_module modules/mod_info.so
    #LoadModule status_module modules/mod_status.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    LoadModule php4_module /php4/sapi/php4apache.dll
    wenn ja dann kommt immer die fehlermeldung er kann eine benötigte
    Bibliothek nicht laden....
    hat einer ne Idee ?
    thx a lot
    mooni

  • Lars Raube wrote:
    >
    > Moin moin,
    >
    > ich hab hier mal wieder n nettes Problem.Ich habe APACHE installiert
    > (läuft auch wunderbar) und will PHP4 installieren. Wo muss ich denn
    > jetzt das PHP Modul in die httpd.conf aufrufen lassen ?
    >
    > Hier ?
    >
    > # To be able to use the functionality of a module which was built as a
    > DSO you
    > # have to place corresponding `LoadModule lines at this location so
    > the
    > # directives contained in it are actually available _before_ they are
    > used.
    > # Please read the file README.DSO in the Apache 1.3 distribution for
    Hi,
    es sieht so aus, als ob Apache nur relative Pfade kennt.
    kopiere doch die dll in das "modules/" Verzeichnis und aendere den
    Eintrag analog zu den anderen ab:
    #LoadModule status_module modules/mod_status.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    LoadModule php4_module modules/php4apache.dll
    Thomas
    --
    --------------------------------------------
    Computerprobleme? Kostenlose Antwort in 24h!
    http://www.pc-special.de
    eMail: tom@pc-special.de
    --------------------------------------------

    Tom - ex Mitglied im Team der PC-Special
    Computer-Hilfe-Forum, Tipps und Tricks, Scripte, Downloads und mehr