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
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
I ave already copied both the modules in the modules directory. Still it
is givingthe problem
Cayce B. 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