无法在Apache 2.2.17上发布(Unix)

时间:2012-07-12 20:13:01

标签: php apache apache2

我遇到任何POST请求导致的apache安装问题:

Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.

或者

Error 115 Connection Reset

我在下面设置了一个基本测试,每次都会失败。任何人都知道可能导致这种情况的原因是什么?谢谢!

 <?php
     // Note: This is running on my localhost:8080
    if(isset($_POST)) print_r($_POST);
    ?>
    <!DOCTYPE html>
    <body>
        <form method="post" action="posttest.php">
        <input type="text" name="test" value="test" />
        <input type="submit" />
        </form>
    </body>

1 个答案:

答案 0 :(得分:0)

我们遇到了同样的问题。

解决了重新安装Apache的问题

yum reinstall httpd

希望这有帮助。 RGDS