Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have Nginx + Apache2. When I send post request with this form:
<form enctype="multipart/form-data" method="post">
Server return me 502 Bad gateway error

But if I use just simple form like:
<form method="post">
All work fine.

I have analised and understood that problem with Apache2. If restart apache, then all work fine some time and after it start again.

share|improve this question
No one can help? – Berny Dec 9 '12 at 15:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.