Toon posts:

apache foutmelding

Pagina: 1
Acties:

Verwijderd

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

Verwijderd

Heb je al eens geprobeerd om <Directory g:\inetpub\wwwroot\cgi-bin> te veranderen in <Directory g:/inetpub/wwwroot/cgi-bin> ?

Verwijderd

Topicstarter
Op zondag 13 januari 2002 16:10 schreef sharpe het volgende:
Heb je al eens geprobeerd om <Directory g:\inetpub\wwwroot\cgi-bin> te veranderen in <Directory g:/inetpub/wwwroot/cgi-bin> ?
heb ik net gedaan hij geeft dezelfde foutmelding

  • luc
  • Registratie: Maart 2000
  • Niet online

luc

Dan zal er nog een dir boven liggen die verteld dat execcgi uit staat, en allowoverride zal op die config wel te laag staan..

Verwijderd

Topicstarter
Op zondag 13 januari 2002 16:19 schreef luc het volgende:
Dan zal er nog een dir boven liggen die verteld dat execcgi uit staat, en allowoverride zal op die config wel te laag staan..
hij doet het er stond twee keer deze dir in.

Bedankt