Forums » RForum » Where is the apache httpd file?

Where is the apache httpd file?
Posted by Bryan W. (railsroad)
on 11.01.2006 00:57
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
<IfModule mod_fastcgi.c>
    FastCgiIpcDir /tmp/fcgi_ipc/
    AddHandler fastcgi-script .fcgi
</IfModule>


You may have mod_fastcgi.so installed in a different place. If so, use 
the correct path.
Re: Where is the apache httpd file?
Posted by Lionel Orry (lionel)
on 11.01.2006 08:24
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:
> 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
> <IfModule mod_fastcgi.c>
>     FastCgiIpcDir /tmp/fcgi_ipc/
>     AddHandler fastcgi-script .fcgi
> </IfModule>
> 
> 
> 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...