Sorry but it's not clear what you need help with. Do you just need to find the httpd.conf file?
if you're on *nix machine, use the find command: find . -name httpd.conf Regards, Steven Dark Ambient wrote: > I have a site that is PHP on Apache / RedHat , but will send requests > to a subdomain (running Rails) for database operations. > I believe the set up should be to have ROR using Mongrel, and an > Apache virtual host passing requests from apache to mongrel. > Does this sound correct ? > I believe the Virtual Host is set up in Apache. > One of my problems is I can't find the httpd.conf file for apache. > Sounds strange. > Currently Rails is in a folder under /var/www/html/railsapp > > However I see that the Rails app is configured to this path > |/home/virtual/site8/fst/var/www/html/railsapp. > > Any one know what I should be looking for on the Apache side ? > > TIA > Stuart > | > > -- > http://en.wikipedia.org/wiki/Dark_ambient > ------------------------------------------------------------------------ > > _______________________________________________ > Mongrel-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/mongrel-users _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
