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
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