QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1501|回复: 1

cgi-bin目录无法进入的问题

[复制链接]
发表于 2005-4-12 23:12:20 | 显示全部楼层 |阅读模式
Forbidden
You don't have permission to access /cgi-bin/ on this server.

Apache/1.3.33 Server at 192.168.1.110 Port 80

我的配置文件如下:
<IfModule mod_alias.c>
                                                                                                                                               
    #
    # Note that if you include a trailing / on fakename then the server will
    # require it to be present in the URL.  So "/icons" isn't aliased in this
    # example, only "/icons/".  If the fakename is slash-terminated, then the
    # realname must also be slash terminated, and if the fakename omits the
    # trailing slash, the realname must also omit it.
    #
    Alias /icons/ "/usr/local/apache/icons/"
                                                                                                                                               
    <Directory "/usr/local/apache/icons">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    # This Alias will project the on-line documentation tree under /manual/
    # even if you change the DocumentRoot. Comment it if you don't want to
    # provide access to the on-line documentation.
    #
    Alias /manual/ "/usr/local/apache/htdocs/manual/"
                                                                                                                                               
    <Directory "/usr/local/apache/htdocs/manual">
        Options Indexes FollowSymlinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
                                                                                                                                               
    #
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the realname directory are treated as applications and
    # run by the server when requested rather than as documents sent to the client.
    # The same rules about trailing "/" apply to ScriptAlias directives as to
    # Alias.
    #
    ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
                                                                                                                                               
    #
    # "/usr/local/apache/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    #
    <Directory "/usr/local/apache/cgi-bin">
        AllowOverride None
        Options +ExecCGI
        Order allow,deny
        Allow from all
    </Directory>
                                                                                                                                               
</IfModule>   
icon文件同manual文件都能正常访问,就是cgi-bin文件进不了,它的权限是755,还会是哪的原因啊,帮帮忙嘛!谢谢
发表于 2005-4-13 11:15:51 | 显示全部楼层
是不是应该是 http://localhost/cgi-bin/xxx.cgi 这样访问呢?

直接 http://localhost/cgi-bin/ 我的apache2 也一样是403
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-6 05:14 , Processed in 0.062873 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表