[appengine-java] Re: Weird 500 Internal Server Error nginx/0.7.67

2011-04-10 Thread Sinan Yuce
rml, Thanks for reply, but issue still exists. Our investigation showed that it only happens when the post size exceed ~40K bytes. If you do not have any issue like this, can you make any suggestions about why this happens when I try to post to an url that starts with my custom domain rather

[appengine-java] Re: Weird 500 Internal Server Error nginx/0.7.67

2011-04-10 Thread rml
We use Nginx with SLL to proxy to our GAE application and don't have any issue with multipart/form-data posts. You may find this useful: http://radomirml.com/2011/01/30/reverse-proxy-for-gae-application-using-nginx-and-ssl On Apr 10, 4:31 am, miglate wrote: > Hi I have just found out that this

[appengine-java] Re: Weird 500 Internal Server Error nginx/0.7.67

2011-04-09 Thread miglate
Hi I have just found out that this error occurs when I use my custom domain. If I use appspot.com, no error is given. Is this a bug of GAE or is there a problem with nginx? I'd really like someone from Google check this issue. Thanks in advance, -- You received this message because you are su