0 0

Tomcat搭建gitweb,Windows始终处于等待5

Server: CentOS 6.5
Tomcat: 2.2

在这台服务器上搭建了gitweb.
httpd的配置:
Alias /git "/var/www/gitweb"

   <Directory /var/www/gitweb>
#        Options ExecCGI +SymLinksIfOwnerMatch
        Options ExecCGI
        AllowOverride AuthConfig
        Order allow,deny
        Allow from all
        AddHandler cgi-script cgi
        DirectoryIndex gitweb.cgi
        Require User webuser
        AuthName "Git Access"
        AuthType Basic
        AuthUserFile /etc/httpd/.htpasswd
    </Directory>

配置了用户名和密码。
奇怪的是局域网内有些电脑可以访问并且正常显示,有些提示输入用户名和密码后就始终处于等待状态。
请假各位,是httpd的配置不对,还是网络的配置需要检查?
2014年9月04日 12:06
目前还没有答案

相关推荐

Global site tag (gtag.js) - Google Analytics