Apache & CGI

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

  • Apache & CGI

    Also,

    nutze das interne CGI-Modul von Apache und möchte nu
    die Perl-Dateien anzeigen ...

    Nur der Browser zeigt mir den Quelltext des Scripts an .

    Warum das ???

    [Auzug httpd.conf]
    <Directory "d:/web/domain(1)/cgi-bin/">
    AllowOverride None
    Options Indexes FollowSymLinks MultiViews ExecCGI
    Order allow,deny
    Allow from all
    </Directory>
    <IfModule mod_dir.c>
    DirectoryIndex index.cgi default.cgi
    </IfModule>
    <IfModule mod_mime.c>
    AddHandler cgi-script .cgi
    AddHandler perl-script .pl
    </IfModule>
    [/Auszug]

    Kann mir da jemand helfen ????

    mfg DaPhreak
    Zuletzt geändert von DaPhreak; 10.04.2002, 17:00.
    If something's HARD to do,

    then it's not worth doing.
    (Homer J. (Jay) Simpson)
Lädt...
X