Srebrenko Sehic wrote:
There is a bug introduced in Apache 2.0.55 which breaks mod_proxy in
various ways with POST data. Try 2.0.54 and see if that helps.
Yes thanks very much that was the problem. I installed 2.2.0 as the
front_end and works fine.
Scott
On 12/5/05, Scott Alexander <[EMAIL PROTECTED]> wrote:
Hi,
I did have two seperate machines in my test environment. A lite weight
front end with just apache2 and a back end with mod_perl. File uploads
worked fine using apache2::upload
Now I have a front_end and mod_perl on the same machine but file uploads
stopped working
front_end with just one machine is Apache/2.0.55 (Unix) mod_ssl/2.0.55
OpenSSL/0.9.8a
and the back_end on the same machine is
Apache/2.0.55 (Unix) DAV/2 PHP/4.4.1 mod_apreq2-20050712/2.1.3-dev
mod_perl/2.0.2 Perl/v5.8.5
Now when I try to upload a file it doesn't work. I get no errors in
either logs files.
What is the reason for it to stop working? Both apache process are
running as same user 'nobody'
Regards
Scott