Where is the apache httpd file?

I’m attempting to install Rforum and I’m having problems locating and
modifying the httpd conf file.

I’m using a shared host.

Below is from:
http://wiki.rubyonrails.com/rails/pages/FastCGI


add the following to your apache httpd. conf

LoadModule fastcgi_module /usr/lib/apache2/modules/mod_fastcgi.so

FastCgiIpcDir /tmp/fcgi_ipc/
AddHandler fastcgi-script .fcgi

You may have mod_fastcgi.so installed in a different place. If so, use
the correct path.

Bryan W. wrote:

I’m attempting to install Rforum and I’m having problems locating and
modifying the httpd conf file.

I’m using a shared host.

Below is from:
Peak Obsession


add the following to your apache httpd. conf

LoadModule fastcgi_module /usr/lib/apache2/modules/mod_fastcgi.so

FastCgiIpcDir /tmp/fcgi_ipc/
AddHandler fastcgi-script .fcgi

You may have mod_fastcgi.so installed in a different place. If so, use
the correct path.

‘find /etc -name httpd.conf’
‘find / -name httpd.conf’ if it isn’t enough…