Zope

Discussion in 'Installation/Configuration' started by smathaven, Aug 13, 2007.

  1. smathaven

    smathaven New Member

    Can we have both apache2 and zope installed on the same server?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Hi,

    I'am no zope expert. But as long as two http servers do not use the same port, you can always run them together on the same port. E.g you run the zope server on port 8080 and then us mod_proxy in apache to show the content of the zope server as if it was the native content from the apache vhost.
     
  3. smathaven

    smathaven New Member

    zope not working

    actually i have installed zope and no damage has been made to ispconfig setup. However http://localhost:8080 is not working, the error is unable to connect. Should i modify some other configurations?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    ?
     
  5. smathaven

    smathaven New Member

    you want to know the output for which services
     
  6. smathaven

    smathaven New Member

    when i do netstat -tap | grep 81, i can get ..... 730 / ispconfig-http whereas when i do netstat -tap | grep8080, i get no answer. Probably the service has not started yet.

    Should i modify my apache2.conf so that i can access it at http://localhost:8080/
     
  7. falko

    falko Super Moderator Howtoforge Staff

    That's what I was assuming. Please start Zope.
     
  8. smathaven

    smathaven New Member

    Thanks! It works

    Thanks, it works. How do i add it to my init.d script so that it starts automatically when my server reboots.
     
  9. falko

    falko Super Moderator Howtoforge Staff

    Depends on your distribution. Which distribution do you use?
     
  10. smathaven

    smathaven New Member

    Debian etch
     
  11. falko

    falko Super Moderator Howtoforge Staff

    Try
    Code:
    update-rc.d [I]name_of_init_script[/I] defaults
     

Share This Page