On Tue, Oct 20, 2009 at 3:00 PM, Jeremy Woertink <[email protected]> wrote: > > OMG, lol. This whole thing is a huge mess. The actual server > administrator doesn't know how to do anything on it. I had originally > suggested doing that, and he goes "I don't know how, can you do it?". > This is for a place here in vegas, and they have weird rules > about how > things have to be done. I don't know how to create a subdomain on their > site, and neither do they >.<
The *server administrator* doesn't know how? Madre de dios. It's so trivial. Seriously, look at the comments in httpd.conf. That's enough for most stuff, and if not, the Apache httpd documentation is very nice. Read both. > The formmail.php file is in the public folder. It was suggested by a > friend of mine that I create a subfolder like "stupid_php_scripts" and > then tell mongrel to ignore that folder since everything is being > proxied through mongrel. then I would post to > "/stupid_php_scripts/formmail.php". The only thing is that I don't know > how to tell mongrel to ignore some fodlers or files. I don't know either, but I'd bet it would be easier to configure httpd to *not* proxy `/stupid_php_scripts/*` to mongrel. I guess all I can say is good luck :-) -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

