Hi,

I'm trying to set up an apache instance with mod_python.  I downloaded
and compiled Apache 2 with no problems.  Also the redirect
instructions about setting up a proxy were very helpful in the wiki.
That seems to have worked.  However, once I set up the proxy, it
seemed that I could no longer access cadenhowell.com without the www.
cadenhowell.com without the www now redirects to hcoop.net.  Here's
what the domtool config file looks like:

dom "cadenhowell.com" where
 DefaultAlias = false;  (* avoids [EMAIL PROTECTED] e-mail alias *)
 DocumentRoot = home "public_html/cadenhowell.com/"
with
 emailAlias "caden" "[EMAIL PROTECTED]";
 web "www" with
   proxyPass "/pie" "http://localhost:4242/";;
   proxyPassReverse "/pie" "http://localhost:4242/";;
 end;
end;

I assume it is because I added the 'web "www"' section for the proxy,
but I could not figure out how to make those instructions apply to the
entire domain.  How would I do that?

I'm working out some other things but I don't want to ask about them
yet because I'm just learning python and I'm not sure if they're
general config questions or HCoop relevant questions.

Thanks,

Caden

_______________________________________________
HCoop-Help mailing list
[email protected]
https://lists.hcoop.net/listinfo/hcoop-help

Reply via email to