Re: [Zope] Zope failing to load causing 503 error

2008-10-20 Thread rugbert

like using the port number? going to mysite.com:1080 yields no result.

would the port number zope uses be located in the virtual host file or in
the zope.conf file? Im really new to zope and I just got this server from
another company who went under so Im still figuring out how zope works. 


Dieter Maurer wrote:
 
 rugbert wrote at 2008-10-17 09:33 -0700:

I migrated a server from one machine to another (using this thread:
http://ubuntuforums.org/showthread.php?t=35087) and while most everything
transferred over correctly (some permission settings didnt) apache isnt
%100
working.
 
 Does your Zope work correctly when you contact it directly (without
 Apache)?
 
 If so, then your problem lies on the Apache side.
 
 
 
 -- 
 Dieter
 ___
 Zope maillist  -  Zope@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 )
 
 

-- 
View this message in context: 
http://www.nabble.com/Zope-failing-to-load-causing-503-error-tp19860988p20079069.html
Sent from the Zope - General mailing list archive at Nabble.com.

___
Zope maillist  -  Zope@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 )


Re: [Zope] Zope failing to load causing 503 error

2008-10-19 Thread Dieter Maurer
rugbert wrote at 2008-10-17 09:33 -0700:

I migrated a server from one machine to another (using this thread:
http://ubuntuforums.org/showthread.php?t=35087) and while most everything
transferred over correctly (some permission settings didnt) apache isnt %100
working.

Does your Zope work correctly when you contact it directly (without
Apache)?

If so, then your problem lies on the Apache side.



-- 
Dieter
___
Zope maillist  -  Zope@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 )


Re: [Zope] Zope failing to load causing 503 error

2008-10-17 Thread rugbert

here is an error I found in my apache error log, its repeated over and over:

127.0.0.1 - - [07/Oct/2008:05:27:41 -0500] GET / HTTP/1.0 503 323 -
Apache/2.2.3 (Ubuntu) PHP/5.2.1 mod_ssl/2.2.3 OpenSSL/0.9.8c (internal
dummy connection) 



rugbert wrote:
 
 I migrated a server from one machine to another (using this thread:
 http://ubuntuforums.org/showthread.php?t=35087) and while most everything
 transferred over correctly (some permission settings didnt) apache isnt
 %100 working.
 
 There are two virtual host files, the default, and the mysite.test.com.
 and Mysite is using zope for all the web stuff. At first, apache would
 only server the default virtualhost file, but I disabled it and now I get
 a 503 error. Im assuming zope is failing to load correctly, how can I fix
 this?
 
 would it help to post my virtual host file?
 

-- 
View this message in context: 
http://www.nabble.com/Zope-failing-to-load-causing-503-error-tp19860988p19900803.html
Sent from the Zope - General mailing list archive at Nabble.com.

___
Zope maillist  -  Zope@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 )