Leser: 1
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |
use IRONY-Tags;
for my $var (sort keys %ENV) {
1
2
3
4
5
6
7
8
9
10
11
12
13
ScriptAlias /cgi-bin/ "C:/Programme/Apache Group/Apache/cgi-bin/"
AddHandler cgi-script .cgi .pl
#
# "C:/Programme/Apache Group/Apache/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "C:/Programme/Apache Group/Apache/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
![]() |
|< 1 2 >| | ![]() |
16 Einträge, 2 Seiten |