Sun Jan 13 15:19:30 2002] [error] [client 192.168.0.2] Options ExecCGI is off in this directory: g:/inetpub/wwwroot/cgi-bin/yabb.pl
dit is een stuk van mijn httpd.conf file
ik snap er niks van want ExecCGI staat gewoon aan.
dit is een stuk van mijn httpd.conf file
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| <Directory g:\inetpub\wwwroot\cgi-bin>
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks MultiViews ExecCGI Includes
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
# AllowOverride none
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory> |
ik snap er niks van want ExecCGI staat gewoon aan.