Hi!I am a newbie in Zope and web server. Is Zserver reliable or prefer to use Apache as front end? Now I am using Dynamic DNS (www.dyndns.org) because of dynamic IP, and my ISP has blocked the port 80. My Zope default is port 8080. If people visit my web site, is it compulsory to type ":8080" after my domain name? Is there any way that can visit my site without mentioning port 8080?Sincerly,Terence --------------------------------- Do You Yahoo!? 曬 4R 數碼相,每張只需 $2.5! Print 4R Digital photo for $2.5 only!.
ZServer is fine, especially if you don't have a high volume of traffic. You can change the port it listens for ... look in the file z2.py to see the command line options to use. Cheers, Tom P [Terence Ng] Hi!I am a newbie in Zope and web server. Is Zserver reliable or prefer to use Apache as front end? Now I am using Dynamic DNS (www.dyndns.org) because of dynamic IP, and my ISP has blocked the port 80. My Zope default is port 8080. If people visit my web site, is it compulsory to type ":8080" after my domain name? Is there any way that can visit my site without mentioning port 8080?Sincerly,Terence
On Wed, Jan 16, 2002 at 12:55:12PM -0500, Thomas B. Passin wrote:
ZServer is fine, especially if you don't have a high volume of traffic.
... but watch out for the "slashdot effect". Look into caching *before* your site gets popular. Aside from Zserver itself, there may be some particular part of your site that's problematic and that won't show up under light load. Also, I've read on this list that Zserver is vulnerable to D.O.S. attacks due to its http implementation. I don't know if any of these vulnerabilities have been fixed. More info can be found in this thread. Check the thread view, you won't get all the messages just by hitting "Next..." http://lists.zope.org/pipermail/zope/2001-November/104116.html -- paul winkler home: http://www.slinkp.com music: http://www.reacharms.com calendars: http://www.calendargalaxy.com
Just for quick response: Use ProxyPass in httpd.conf as well as VirtualHost in Zope See the help of Zope about VirtualHost for detail. Iap, Singuan ----- Original Message ----- From: Terence Ng To: zope@zope.org Sent: Thursday, January 17, 2002 1:46 AM Subject: [Zope] hide ":8080" Hi! I am a newbie in Zope and web server. Is Zserver reliable or prefer to use Apache as front end? Now I am using Dynamic DNS (www.dyndns.org) because of dynamic IP, and my ISP has blocked the port 80. My Zope default is port 8080. If people visit my web site, is it compulsory to type ":8080" after my domain name? Is there any way that can visit my site without mentioning port 8080? Sincerly, Terence ------------------------------------------------------------------------------ Do You Yahoo!? 曬 4R 數碼相,每張只需 $2.5! Print 4R Digital photo for $2.5 only!.
On Thu, Jan 17, 2002 at 01:46:45AM +0800, Terence Ng wrote:
Hi!I am a newbie in Zope and web server. Is Zserver reliable or prefer to use Apache as front end? Now I am using Dynamic DNS (www.dyndns.org) because of dynamic IP, and my ISP has blocked the port 80. My Zope default is port 8080. If people visit my web site, is it compulsory to type ":8080" after my domain name? Is there any way that can visit my site without mentioning port 8080?Sincerly,Terence
No, if your provider blocks port 80 you won't be able to get it access like you.dyndns.org. If you have a friend which makes a url rewrite rule on his server you might get your-ip.your-friend.org get mapped to you.dyndns.org:8080. http://blu.org is just short for http://blu.org:80 since http defaults to port 80 -- Open Source Software Solutions Thomas Guettler <guettli@thomas-guettler.de> http://www.thomas-guettler.de
I'm using no-ip.com for dynamic dns. They provide a system by which you could map a particular port to a host. For example, if they were hosting blu.org, www.blu.org could point to port 8080. Perhaps dyndns can do this. Here' a link on the no-ip site help article about this feature: http://www.no-ip.com/tips/id/2 -- Jud Dagnall SGI Electronic Services jdagnall@sgi.com -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Thomas Guettler Sent: Wednesday, January 16, 2002 10:00 AM To: zope@zope.org Subject: Re: [Zope] hide ":8080" On Thu, Jan 17, 2002 at 01:46:45AM +0800, Terence Ng wrote:
Hi!I am a newbie in Zope and web server. Is Zserver reliable or prefer to use Apache as front end? Now I am using Dynamic DNS (www.dyndns.org) because of dynamic IP, and my ISP has blocked the port 80. My Zope default is port 8080. If people visit my web site, is it compulsory to type ":8080" after my domain name? Is there any way that can visit my site without mentioning port 8080?Sincerly,Terence
No, if your provider blocks port 80 you won't be able to get it access like you.dyndns.org. If you have a friend which makes a url rewrite rule on his server you might get your-ip.your-friend.org get mapped to you.dyndns.org:8080. http://blu.org is just short for http://blu.org:80 since http defaults to port 80 -- Open Source Software Solutions Thomas Guettler <guettli@thomas-guettler.de> http://www.thomas-guettler.de _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (6)
-
iap@y2fun.com -
Jud Dagnall -
Paul Winkler -
Terence Ng -
Thomas B. Passin -
Thomas Guettler