How can my Zope site be accessed outside
Hi, I set up the zope on my machine where my IIS server works. When I created the new homepage on zope(http://www.nautilus.org:8080/) and changed the security property that this page can be viewed anonymous, I can only view this page inside my work place but cannot view it from outside place such as at home. I know our IIS server use port 8000. So can any one help me to figure out this problem? Many thanks..... Jin _______________________________________ Jin Chen The Nautilus Institute 125 University Avenue Berkeley, CA 94710-1616 USA (510) 295-6121 * Fax: (510) 295-6130 jchen@nautilus.org http://www.nautilus.org
On Fri, 30 Nov 2001, Jin Chen wrote:
I set up the zope on my machine where my IIS server works. When I created the new homepage on zope(http://www.nautilus.org:8080/) and changed the security property that this page can be viewed anonymous, I can only view this page inside my work place but cannot view it from outside place such as at home. I know our IIS server use port 8000. So can any one help me to figure out this problem?
Sounds like a firewall problem. Is your firewall at work allowing traffic on port 8080? -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.com W. St. Paul, MN | | http://slashdot.org wilson@visi.com | <dtml-var pithy_quote> | http://linux.com
Jin Chen writes:
I set up the zope on my machine where my IIS server works. When I created the new homepage on zope(http://www.nautilus.org:8080/) and changed the security property that this page can be viewed anonymous, I can only view this page inside my work place but cannot view it from outside place such as at home. I know our IIS server use port 8000. So can any one help me to figure out this problem? You could use [p]cgi to interface your IIS with Zope. You may find information on how to set up Zope with PCGI in the "doc" subdirectory of your Zope distribution. How to use CGI with IIS should be described in the IIS documentation. You may also find HowTos on Zope.org.
Of course, the above is only relevent, if you can access your IIS from outside.... Dieter
participants (3)
-
Dieter Maurer -
Jin Chen -
Timothy Wilson