On Oct 14, 9:35 pm, Nicolas Kassis <[EMAIL PROTECTED]> wrote: > Talin wrote: > > 1) Bluehost does not have mod_proxy installed > > 2) Bluehost does not have mod_python installed > Odd, I remember talking with a tech and he assured me that Bluehost had > mod_python installed. I haven't tested. (just thought I would use it > latter on. I don't run turbogears projects on there yet).
Its possible that its only installed on some servers. Since bluehost doesn't have any documentation telling you what modules they have installed (or anything at all about the apache configuration, really), I had to test for the presence of modules empircally - I created a series of .htaccess files that had deliberate syntax errors, each surrounded by a conditional module test - if the server was able to load the file, then I knew that the module *wasn't* installed. -- Talin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

