搜索

大约有 15 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.0042秒)

1.fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

发布时间:2011-10-17 16:10 t By mengfanchao

fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

2.RE: fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

发布时间:2011-10-17 16:10 t By hightman

大概有可能是你启用了 redhat 系的 SELinux 所以限制了连接?建议非必要就把它关了。或者网上搜索一下再看看怎么解决。

3.RE: fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

更新时间:2011-10-17 16:10 t By mengfanchao

...D:127.0.0.1:8384) 这个应该是服务启动成功了吧可还是报:fsockopen(): unable to connect to localhost:8384 (Permission denied)[hr] 我用的是centos6.0.

4.RE: fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

发布时间:2011-10-17 16:10 t By hightman

这说明你的服务端没有开啊 安装完 xunsearch 必须启动 xunsearch server的。运行 安装目录下的 bin/xs-ctl.sh start 来启动。 xunsearch 是c/s的工作模型,php 的代码相当于客户端,它去连接 c/c++ 写的服务端。

5.RE: 搜索时出现错误

发布时间:2011-12-07 12:12 t By hightman

这个错误应该是 fsockopen() 抛出的,以前有人问过。 多数是因为 SELinux 或 安全模式的 PHP 运行方式,或 php.ini 禁用了 fsockopen 导致的

6.RE: 搜索骨架代码测试时报错

发布时间:2011-10-17 16:10 t By mengfanchao

... type = title [message] type = body [chrono] type = numeric 另外fsockopen() 报 fsockopen(): unable to connect to localhost:8384 (Permission denied)(2)

7.RE: ./sdk/php/util/Indexer.php --source=csv --clean demo

发布时间:2012-06-05 10:06 t By inner

经hightman老大提醒,是服务器禁用了fsockopen,修改php.ini把disable_functions = 后的fsockopen删掉即可

8.RE: 创建索引失败

发布时间:2012-12-18 18:12 t By hightman

是不是PHP配置禁用了fsockopen或开启了类似selinux的限制

9.RE: 创建索引失败

更新时间:2012-12-19 13:12 t By HiLinz

PHP配置把禁用的fsockopen去掉,问题解决了,谢谢。

10.RE: 升级php5.5就报错了

发布时间:2014-05-20 13:05 t By zzjin

应该是你的php.ini禁用了部分函数(fsockopen?)导致的吧.我一直在用最新的php(5.5.12),没有问题

12
  • 时间不限
  • 按相关性排序