dongmimeng5500 2014-09-01 07:04
浏览 87
已采纳

为什么stomp不能在apache中运行?

  • Brief Intro

I'm now using stomp to connect with ActiveMQ based on a PHP site running on apache server. The Stomp can run in bash but can't run in apache.

  • Preparation

I install stomp by

pecl install stomp

and modify the php.ini with

extension=stomp.so

I have a 'index.php' like this:

<?php
echo 'runing-';
/* connection */
try {
    $stomp = new Stomp('tcp://localhost:61613');
    echo 'connecting-';
} catch(StompException $e) {
    die('Error! Connection failed: ' . $e->getMessage());
}
$stomp->send('/queue/test', 'Hello from PHP');
echo 'finished.';
/* close connection */
unset($stomp);
?>
  • Start Working

Firstly, I run with

$ php index.php

And it echo as my expectation:

$ php index.php
runing-connecting-finished.

Then I open it in browser:

http://localhost/index.php

It reports

runing-Error! Connection failed: Unable to connect to localhost:61613
  • Question

I've searching resolution for this error all day... I guess apache block the request from stomp since it runs successfully in bash.

What should I do to fix this bug?

Thanks really.

  • 写回答

1条回答 默认 最新

  • duanfei9278 2014-09-01 09:29
    关注

    an experienced colleague called Justin get things done! Though not really understand this situation, I post my solution here:

    Firstly, I run sestatus:

    $ sestatus
    SELinux status:                 enabled
    SELinuxfs mount:                /selinux
    Current mode:                   enforcing
    Mode from config file:          enforcing
    Policy version:                 24
    Policy from config file:        targeted
    

    Justin told me to change settings in /etc/sysconfig/selinux to

    SELINUX=permissive
    

    Then I restart and run sestatus again:

    $ sestatus
    SELinux status:                 enabled
    SELinuxfs mount:                /selinux
    Current mode:                   permissive
    Mode from config file:          permissive
    Policy version:                 24
    Policy from config file:        targeted
    

    Finally things work!

    Linux stuff still seems a little magical for me. Who knows something about this please give an explanation about this.

    Thanks a lot.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 oracle集群安装出bug
  • ¥15 关于#python#的问题:自动化测试
  • ¥20 问题请教!vue项目关于Nginx配置nonce安全策略的问题
  • ¥15 教务系统账号被盗号如何追溯设备
  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效
  • ¥15 再不同版本的系统上,TCP传输速度不一致
  • ¥15 高德地图2.0 版本点聚合中Marker的位置无法实时更新,如何解决呢?
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题