Leser: 3
6 Einträge, 1 Seite |
Lightman+2009-02-14 22:42:11--Also ich bekomme bloß plain-text angezeigt, wenn ich die cgi-Datei aufrufe.
1
2
3
4
5
6
7
8
9
10
11
# "/Library/WebServer/CGI-Executables" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/Users/*/Sites/cgi-bin">
AllowOverride All
Options Includes +ExecCGI
Order allow,deny
Allow from all
</Directory>
AddHandler cgi-script .cgi
6 Einträge, 1 Seite |