[Zope] Apache port 8080

Kevin J Kalupson zope at psu.edu
Tue May 17 22:16:58 EDT 2005


Apache is not going to forward your requests to other ports without some 
sort of intervention on your part.   You need to set up some re-write 
rules for this to work.

Here's a link to a howto that seems to be working well for some people.

http://zope.psu.edu/index_html/tutorials/zopetut/zope_apache_ssl/document_view

>Hello all,
>
>I'm working remotely, logged into a FreeBSD webserver which hosts several
>websites. While logged in via SSH, I've finished installing Zope behind the
>Apache server. 
>
>I hope the answer is obvious: When I try to access the Zope installation
>(externally) at http://www.my_freebsd_website.com:8080 I get no page, though
>from within the freebsd webserver (while shelled into the webserver) I can
>open the Zope installation via the Lynx browser, http://www.localhost:8080
>as expected. What could I be missing? Is there a way to test the 8080 port? 
>
>Netstat output:
>
># netstat -an -finet -ptcp
>Active Internet connections (including servers)
>Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
>tcp4       0     20  200.1.1.15.22          24.161.85.118.34614
>ESTABLISHED
>tcp4       0      0  *.7786                 *.*                    LISTEN
>tcp4       0      0  127.0.0.1.7786         *.*                    LISTEN
>tcp4       0      0  *.8021                 *.*                    LISTEN
>tcp4       0      0  *.8080                 *.*                    LISTEN
>tcp4       0      0  *.3306                 *.*                    LISTEN
>tcp4       0      0  *.80                   *.*                    LISTEN
>tcp4       0      0  *.587                  *.*                    LISTEN
>tcp46      0      0  *.25                   *.*                    LISTEN
>tcp4       0      0  *.25                   *.*                    LISTEN
>tcp4       0      0  *.22                   *.*                    LISTEN
>tcp46      0      0  *.22                   *.*                    LISTEN
>tcp4       0      0  *.23                   *.*                    LISTEN
>tcp4       0      0  *.21                   *.*                    LISTEN
>
>Ps -aux output:
>
>www          806  0.0  0.3 25788  888  ??  S    10:43AM   0:15.44
>/usr/local/bin/python2.3 /usr/local/www/Zope/lib/python/Zope/Startup/run.py
>-C /usr/local/www/Zope/instance-rsci/etc/zope.conf
>root         805  0.0  0.2  6000  640  ??  Ss   10:43AM   0:00.99
>/usr/local/bin/python2.3 /usr/local/www/Zope/lib/python/zdaemon/zdrun.py -S
>/usr/local/www/Zope/lib/python/Zope/Startup/zopeschema.xml -b 10 -d -s
>/usr/local/www/Zope/instance-rsci/var/zopectlsock -x 0,2 -z
>/usr/local/www/Zope/instance-rsci /usr/
>
>
>Any help would be much appreciated,
>
>David Radovanovic
>WhatsTheBigIdea.com, Inc.
>-- Bright ideas for the Web!
>249 Partition Street
>Saugerties, New York 12477
>(845) 247-0909
>http://www.WhatsTheBigIdea.com
>
>
>
>_______________________________________________
>Zope maillist  -  Zope at zope.org
>http://mail.zope.org/mailman/listinfo/zope
>**   No cross posts or HTML encoding!  **
>(Related lists - 
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
>
>  
>



More information about the Zope mailing list