Apache and fcgid

So I decided to just go with apache2 and fcgid. I looked into Mongrel
and apache and I looked into lighttpd and fastcgi and found both to be
too time consuming and not well enough documented for what I’m doing.

My question is, how do I set up apache and fcgid to actually work? I got
apache installed. I think I got fcgid installed (I read somewhere all I
have to do is move the mod_fcgid.so file to the modules directory). What
I need to do now is properly configure apache so that it works because
right now it says it can’t find anything when I try to go to one of my
controllers. This leads me to believe apache isn’t properly using fcgid.
Is anyone else out there using this configuration and if they are what
do they have in their httpd.conf file?

You might find this useful:

http://duncandavidson.com/essay/2006/02/fcgid

On 8/1/06, Sean E. [email protected] wrote:

Is anyone else out there using this configuration and if they are what
do they have in their httpd.conf file?


Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Kent

Kent S. wrote:

You might find this useful:

http://duncandavidson.com/essay/2006/02/fcgid
DATANOISE.COM

On 8/1/06, Sean E. [email protected] wrote:

Is anyone else out there using this configuration and if they are what
do they have in their httpd.conf file?


Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


Kent

http://www.datanoise.com

I can’t seem to get mod_rewrite working. I’m guessing that’s the key to
getting rails working and for the life of me I can’t figure it out. I
have no mod_rewrite.so and I even recompiled apache with
–enable-module=rewrite twice. How on earth are you supposed to get this
dumb thing working? I can’t find any decent documentation that just says
“do this to make mod_rewrite work”, it seems like everything assumes you
have it installed already. Where am I supposed to get the .so file from?