PHP4.1.1. macht unter WAMP Probleme. Suche dringend Hilfe.

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

  • PHP4.1.1. macht unter WAMP Probleme. Suche dringend Hilfe.

    Hi!

    Apache 2 beta ist installiert und läuft sauber. Nun will ich PHP als CGI einbinden (als .exe, nicht als Modul). Dabei kommt eine Fehlermeldung.

    In meine http.conf habe ich Folgendes geschrieben:
    ScriptAlias /php/ "C:/php/"
    Action application/x-httpd-php "/php/php.exe"
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php .phtml

    Die PHP.ini liegt in c:/php, wo sie hingehört. Groß verändert habe daran nichts.

    Der Apache sagt das (beim ausführen von PHPinfo() ):

    [an error occurred while processing this directive] Dir Proxy-Anfrage konnte nicht ausgeführt werden. [an error occurred while processing this directive] Fehlermeldung:
    couldn't create child process: 22623: C:/php/php.exe [an error occurred while processing this directive]

    Ich hoffe auf Hilfe!!

    Danke,
    Bastian

  • #2
    Ich kenne PHP4.1.1. nicht.

    In meiner Version PHP 4.0.6 (WAMP) steht betreffend php.ini im c:\php\install.txt:

    "Copy the file, php.ini-dist to your %WINDOWS% directory on Windows 95/98 or to your %SYSTEMROOT% directory under Windows NT or Windows 2000 and rename it to php.ini. Your %WINDOWS% or %SYSTEMROOT% directory is typically:
    c:\windows for Windows 95/98
    c:\winnt or c:\winnt40 for NT/2000 servers

    Ich habe die php.ini im c:\windows Directory.

    Kann Dein Problem damit zusammenhängen?

    Kommentar


    • #3
      Hi!

      Ich möchte es ja nicht als Modul (s.o.) installieren, sprich die .dlls nutzen, wie du es sicherlich tust, sondern die exe. Also eigenständig...

      -Bastian

      Kommentar


      • #4
        Probier's mal mit Backslashes in den Pfaden (also z.B. \php\php.exe).

        CAT Music Files

        Kommentar


        • #5
          Schreib mal ein hallo welt oder so und teste das in der Dos oberflache direkt ohne webserver und Brauser und schau mal obs geht wenn ja dann geht php und Du musst in der httpd.conf vom apachen was ändern. zB die include modules oder so...
          Beantworte nie Threads mit mehr als 15 followups...
          Real programmers confuse Halloween and Christmas because OCT 31 = DEC 25

          Kommentar


          • #6
            Mag schon sein. Ich halte es einfach für gut, wenn man sich an Installationsdirektiven hält. In c:\php\install.txt wird nicht in Abhängigkeit von CGI oder Modul angewiesen die php.ini nach c:\winnt oder c:\windows zu kopieren.

            Nicht nur PHP meint, daß es sinvoll ist die php.ini ins System-Directory zu kopieren, auch die Autoren folgender Tutorials:
            http://www.cgi-now.de/wamp.html
            http://www.netzadmin.org/apache.htm
            http://www.phpwelt.de/tutorials/tutorials.php?tid=78
            http://www.bananajoe.de/wamp_install.html
            http://home.t-online.de/home/rbertoldi/index.htm

            Good Luck

            Kommentar

            Lädt...
            X