8000端口无法打开

chrome 显示can not get
IE 显示404

win7 python2.7.11 32位 seafile-server6.0.7
服务器能正常启动,但是8000端口无法访问,尝试过防火墙新建端口等操作,都是无效

netstat -anb看一下是不是其它应用占用8000端口了

netstat -ano|findstr 8000

output:
0.0.0.0:8000 LISTENIG 2252
[::]:8000 LISTENIG 2252

使用 tasklist | findstr 2252
output:
docservice.exe 2252 services

任务管理器 python.exe seafserv.exe等都有,但是log里seahub_django_request.log不会出现数据,其他的log文件都会产生数据