On 3/23/07, David Joyner <[EMAIL PROTECTED]> wrote: > Can you please install rsync? It is needed is needed by my mirroring > scripts.
Done. And regarding this: > You might be able to use > http://httpd.apache.org/docs/2.0/misc/rewriteguide.html to internally > redirect everything after say sagenb.com/ to > sage.math.washington.edu:8101 That's what I'm trying to do. With my setup as follows: RewriteEngine On ProxyRequests off <VirtualHost *> ServerName sagenb.com ProxyPass / http://sage.math.washington.edu:8101/ ProxyPassReverse / http://sage.math.washington.edu:8101/ </VirtualHost> ... I get this error every time someone tries to connect to sagenb.com: [Fri Mar 23 13:20:36 2007] [error] ap_proxy_connect_backend disabling worker for (sage.math.washington.edu) [Fri Mar 23 13:20:37 2007] [error] proxy: HTTP: disabled connection for (sage.math.washington.edu) It's probably some sort of permissions error or something (?). With exactly the same httpd.conf files on ubuntu this worked. One difference is that I enabled the modules differently in Debian -- but they are enabled (when they aren't enabled the ProxyPass line gives a syntax error. William --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---