.php im cgi-bin Verzeichnis läuft nicht:(

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

  • .php im cgi-bin Verzeichnis läuft nicht:(

    Bin ich zu doof ?
    Was muss in die httpd.conf damit auch im cgi-bin Verzeichnis die php Seiten laufen ? Irgendwie bin ich eute nicht gar so gut drauf

  • #2
    Lnux oder Windoz (Du wirst doch wohl nicht .... )
    install.txt
    Code:
    Web server configuration
    ========================
    
     Installing PHP on Windows with Apache 1.3.x
     
      ... you need to insert these lines to your Apache conf
      file to set up the CGI binary:
    
       ScriptAlias /php/ "c:/php/"
       AddType application/x-httpd-php .php
       Action application/x-httpd-php "/php/php.exe"
    
      Remember to restart the server, for example,
       NET STOP APACHE
      followed by
       NET START APACHE
    
      ...

    Kommentar


    • #3
      hmm,

      das geht ja auch alles, aber im CGI-BIN verzeichnis geht es nicht, aber ich hab mittlerweile irgendwo gehört dass das garnicht geht, aus Sicherheitsgründen kann man beim Apachen nichts in das cgi-bin Verzeichnis legen und ich dachte ich hätte das Apachekonfigurieren verlernt.

      Kommentar

      Lädt...
      X