Warnung: file_put_contents(/home/www/web1/html/php_dev/test.txt) [function.file-put-contents]: failed to open stream: Permission denied in /home/www/web1/html/php_dev/sys/lib.activity.php (Zeile 58)
Apache & CGI [Archiv] - PHP-Scripte PHP-Tutorials PHP-Jobs und vieles mehr

- Ad -
php-resource




Archiv verlassen und diese Seite im Standarddesign anzeigen :
Apache & CGI


 
DaPhreak
10-04-2002, 17:37 
 
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

- -

Alle Zeitangaben in WEZ +2. Es ist jetzt 17:49 Uhr.