0
我有一個Apache安裝問題
其中任何POST請求導致:無法張貼在Apache 2.2.17(Unix的)
Error 324 (net::ERR_EMPTY_RESPONSE): The server closed the connection without sending any data.
或者
Error 115 Connection Reset
我建立一個基本的測試下面和Apache每次都失敗。任何人都有可能導致這種情況的想法?謝謝!
<?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>
* nix的版本是什麼?你是如何安裝Apache的? – 2012-07-12 20:26:05
@Dagon Linux x86 2.6.36.1 - Angstrom GNU/Linux v2012 – Fostah 2012-07-12 20:38:21