开发者

Error[13]: Access Denied -On Apache Thrift generated PHP client

开发者 https://www.devze.com 2023-04-06 08:37 出处:网络
I\'m using a PHP-JAVA bridging using Apache thrift. A java server file, it is accesses by a php 开发者_开发知识库client on some port xxxx.

I'm using a PHP-JAVA bridging using Apache thrift. A java server file, it is accesses by a php 开发者_开发知识库client on some port xxxx.

This is working fine in Windows, but when i did it in CentOS 6, its giving me Access Denied Error, somthing like given below:

Fatal error: Uncaught exception 'TException' with message 'TSocket:
Could not connect to localhost:xxxx (Permission denied [13])'
in /var/www/html/Thrift/transport/TSocket.php:229
Stack trace: #0 /var/www/html/Thrift/transport/TBufferedTransport.php(82):
TSocket->open() #1 /var/www/html/FileGateway.php(19): TBufferedTransport->open()
#2 {main} thrown in /var/www/html/Thrift/transport/TSocket.php on line 229 

Tried to change the file permissions to 777. but its not working. What is the problem here?


Found it was the problem with selinux. Disabled it , so httpd have the permission to netwrking.

Thanks

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号