Through all the way I try to configure apache for ruby on windows. I made changes in httpd.conf for fastcgi as : LoadModule fastcgi_module modules/mod_fastcgi.so LoadModule ruby_module modules/mod_ruby.so FastCgiServer e:/web/cookbook/public/dispatch.fcgi -initial-env RAILS_ENV=production -processes 3 -idle-timeout 60 So after doing this when I check the httpd.conf it give error as connot load mod_fastcgi.so and mod_ruby.so So can any body give the solution for that ankit -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Are the files mod_fastcgi.so and mod_ruby.so in your apache /modules folder? It looks like it isn''t finding them. c. Ankit Varshney wrote:> Through all the way I try to configure apache for ruby on windows. I > made changes in httpd.conf for fastcgi as : > > LoadModule fastcgi_module modules/mod_fastcgi.so > > LoadModule ruby_module modules/mod_ruby.so > > FastCgiServer e:/web/cookbook/public/dispatch.fcgi -initial-env > > RAILS_ENV=production -processes 3 -idle-timeout 60 > > So after doing this when I check the httpd.conf it give error as connot > load mod_fastcgi.so and mod_ruby.so > > So can any body give the solution for that > > > ankit-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I ave already copied both the modules in the modules directory. Still it is givingthe problem Cayce Balara wrote:> Are the files mod_fastcgi.so and mod_ruby.so in your apache /modules > folder? It looks like it isn''t finding them. > > c. > > > Ankit Varshney wrote: >> Through all the way I try to configure apache for ruby on windows. I >> made changes in httpd.conf for fastcgi as : >> >> LoadModule fastcgi_module modules/mod_fastcgi.so >> >> LoadModule ruby_module modules/mod_ruby.so >> >> FastCgiServer e:/web/cookbook/public/dispatch.fcgi -initial-env >> >> RAILS_ENV=production -processes 3 -idle-timeout 60 >> >> So after doing this when I check the httpd.conf it give error as connot >> load mod_fastcgi.so and mod_ruby.so >> >> So can any body give the solution for that >> >> >> ankit-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---