Re: [Mono-dev] Houston error during web request on Apache 2.4

2014-10-23 Thread APS
Some news. I created a small test-case that submit a request every time bigger and I've been able to reproduce the problem. The strange thing is that the more logs I add the more loops are performed without errors. It makes me think that is something related to the data sent from apache to the

Re: [Mono-dev] Houston error during web request on Apache 2.4

2014-10-14 Thread APS
The patch is related to mod_mono compilation with Apache 2.4 The original reporter didn't solved the problem, he's investigating using FastCGI instead of mod_mono but with some difficult due to lack of instructions. On 10/10/2014 23:05, Andres G. Aragoneses wrote: On 09/10/14 11:46, APS wrote

Re: [Mono-dev] Houston error during web request on Apache 2.4

2014-10-10 Thread Andres G. Aragoneses
On 09/10/14 11:46, APS wrote: Thanks for the funny answer, if I was able to find a solution I didn't asked for an help. I already found where is the "Houston..." exception, is also specified inside the attached bugreport (https://bugzilla.xamarin.com/show_bug.cgi?id=16796). In the meanwhile I

Re: [Mono-dev] Houston error during web request on Apache 2.4

2014-10-09 Thread APS
Thanks for the funny answer, if I was able to find a solution I didn't asked for an help. I already found where is the "Houston..." exception, is also specified inside the attached bugreport (https://bugzilla.xamarin.com/show_bug.cgi?id=16796). In the meanwhile I added some more log and I found

Re: [Mono-dev] Houston error during web request on Apache 2.4

2014-10-08 Thread Andres G. Aragoneses
On 08/10/14 15:01, APS wrote: Any hint about how to solve or diagnose better the problem? Yes, find the "Houston..." string in the sources of mod-mono, and try to determine why the exception is being thrown. If you succeed, try to find a solution, and if you succeed again, please submit your

[Mono-dev] Houston error during web request on Apache 2.4

2014-10-08 Thread APS
Hi, I installed mono on a Centos 7 box with Apache 2.4 in order to serve aspx pages. I had to use a patched version of mod_mono because the standard version 2.10 doesn't compile on Apache 2.4. It works pretty well but in some request, I've not been able yet to discover the case, I obtain the