Hello Freddy, Thank you for the reply ! Here is one sample segfault after 2 refreshes on one of the pages :
"Processing MainController#signup (for 127.0.0.1 at 2009-05-20 09:24:34) [GET] D:/nu codes/R/ruby-1.8.6/lib/ruby/gems/1.8/gems/mongrel-1.1.5-x86-mswin32-60/lib/mongrel.rb:114: [BUG] Segmentation fault ruby 1.8.6 (2009-03-31) [i386-mswin32] This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information." I tried hitting Mongrel direct but forgot to edit the line in my /etc/hosts Win32 file - contents thereof are : 127.0.0.1 localhost 127.0.0.1 www.niche.eu ::1 localhost So it did not work with Mongrel direct until after introducing the first line. As in the server not responding on http://localhost:3333, responding on the fake domain name http://www.niche.eu[:3333, eventually] -> on the fake domain name I'm able to do https. Should I dig into the Apache logs ? Maybe there is a timeout value in the httpd config, or it is not properly setup ? I must say I've never looked into Apache before, just wanted to have a solution of working https. Another striking issue is that I cannot get the web interface to Apache (as in http://localhost) to work, perhaps it has something to do with the hosts file having those redirects. Nevertheless, Apache works - going to http://www.niche.eu redirects it to Mongrel, the site shows up. Mongrel with https obviously not reachable (https://localhost:3333/). Apache https with port included not reachable (https://www.niche.eu:3333/) Or maybe I didn't get the hit Mongrel / hit Apache correctly ? :) Thank you for your input ! I'm gonna try and investigate the matter further. Freddy Andersen wrote: > Where is the segfault? > > Does Apache work like normal if you hit http and https ? You should be > able hit the site with both before you even install the rail ssl > require plugin. Mongrel does not care about if the client is talking > http or https with Apache. > > Does the site work like normal if you hit Mongrel direct? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

