Bug #1040
$_POST data empty on r1657
| Status: | Missing Feedback | Start: | ||
| Priority: | High | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_proxy_backend_fastcgi | |||
| Target version: | - | |||
| Pending: | Resolution: | worksforme |
||
| Patch available: |
Description
on r1657 POST data isn't transfered to php as expected.
uploading files or posting data via textareas is not possible.
We use a rewrite rule, so every url is sent to something like index.php?d=$0
so $_GET data is transfered too on every upload.
After fiddling around and asking someone on the freenode i tried 1640 and its working with it.
My config : http://rafb.net/p/GgdP7d85.html
./configure --with-bzip2 --with-pcre --with-memcache --with-linux-aio --with-lua5.1
on an debian - etch system.
-- malte
History
02/22/2007 02:48 AM - jakabosky
- Status changed from New to Fixed
- Resolution set to worksforme
worksforme with the attached html form and php script with lighttpd revision 1688. I also had
url.rewrite-once = ( "^/post/post_test.php" => "/post/post_test.php?test=3" )
in my config.
Re-open if revision 1688 fails and attach example html form, php script and config settings to re-produce the bug.