You can also use httpd to redirect all traffic on port 80 to Zope on 8080 (or whatever you want to use). Have a look at the following post, specifically the section entitled "Configure Apache to redirect all URLs to HTTPS on 8443" for an example of how to do this.
http://community.zenoss.com/forums/viewtopic.php?p=12991 That post is actually about setting up SSL for Zenoss which is not what you're asking, but I do use Apache to redirect all traffic on ports 80 and 8080 to 8443. httpd can bind to port 80 (obviously), so you don't have to start zope with root privs and don't have to muck with the Zenoss' (or Zope's) conf files. --seth -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=14881#14881 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
