Re: [Zope] Zope on Mac OS X Server

2006-11-18 Thread Garito

Tom Von Lahndorff escribió:
Hi I'm having trouble setting redirecting port 80 to port 8080 on Mac 
OS X Server 10.4. I installed Zope via the Plone installer and have a 
an Instance running in the Applications folder. I can access the ZMI 
on port 8080 via the machines IP address, but I can't seem to get the 
Apache rewrite rule to work as shown in the various documentation. I'm 
curious if anyone has done this before and/or has used OS X Server's 
Server Admin tool to create an alias or redirect from port 80 to 8080. 
Thanks in advance.


Tom
___
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 )

Hi, Tom!
I have a zope 2.3.5 running on a Macmini with MacOSX Server with rewrite 
module working ok


I set the rewrite module sentence by hand:

RewriteRule ^/(.*) 
http://your.ip:8080/VirtualHostBase/http/your.domain.net:80/Blogs/VirtualHostRoot/$1 
[L,P]


I can set it at /private/etc/httpd/sites (the server put here the 
virtual sites's settings


Need some aditional help?

See ya!

--
Mis Cosas
http://blogs.sistes.net/Garito


___
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 )


[Zope] Zope on Mac OS X Server

2006-11-17 Thread Tom Von Lahndorff
Hi I'm having trouble setting redirecting port 80 to port 8080 on Mac OS 
X Server 10.4. I installed Zope via the Plone installer and have a an 
Instance running in the Applications folder. I can access the ZMI on 
port 8080 via the machines IP address, but I can't seem to get the 
Apache rewrite rule to work as shown in the various documentation. I'm 
curious if anyone has done this before and/or has used OS X Server's 
Server Admin tool to create an alias or redirect from port 80 to 8080. 
Thanks in advance.


Tom
___
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 )


[Zope] Zope on Mac OS X

2000-10-25 Thread Dominique . Dutoit

I'm trying to build Zope with the Apple developer tools but it didn't work.
Python 2.0 seems easier to build and works well but Zope C source codes must
be modified to get it build. The How-to note about Mac OS X server doesn't
apply to the public beta.

Does somebody have already tried to use Zope with Mac OS X public beta?

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope and Mac

2000-07-24 Thread Chris Withers

Tom Scheidt wrote:
   icon = 'survey_icon.gif'
   )
  ^
  SyntaxError: invalid syntax

Looks like a line ending problem.

I'd download the .tar.gz, ftp it to your server and unpack it there
using tar.

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Zope and Mac

2000-07-21 Thread Tom Scheidt

Hi,

I'm having problems installing products from a Macintosh. I downloaded them
onto my hard drive and uncompressed the .tgz files with Stuffit Expander. I
then FTPed them with Fetch to my server, then restarted Zope. The products
were listed in the Product Management folder, but they had broken icons and
were not showing up in the "Add" list. I did not have this problem when
doing the exact same thing on a PC. Any ideas how to fix this? Thanks.


Tom Scheidt | www.falsemirror.com | [EMAIL PROTECTED]
---



___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope and Mac

2000-07-21 Thread Peter Bengtsson

Have had similar problems, but not on Mac, but on Windows98.
My problem has been that IE saves files from zope.org with a different
extension than that show on the Products page. This has caused archives to
be incomplete, hence broken products.

If you download a xxx.tar.gz, make sure it's called so on your Mac desktop
as well.
Maybe a Windows problem?
- Original Message -
From: Tom Scheidt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, July 21, 2000 2:59 PM
Subject: [Zope] Zope and Mac


 Hi,

 I'm having problems installing products from a Macintosh. I downloaded
them
 onto my hard drive and uncompressed the .tgz files with Stuffit Expander.
I
 then FTPed them with Fetch to my server, then restarted Zope. The products
 were listed in the Product Management folder, but they had broken icons
and
 were not showing up in the "Add" list. I did not have this problem when
 doing the exact same thing on a PC. Any ideas how to fix this? Thanks.


 Tom Scheidt | www.falsemirror.com | [EMAIL PROTECTED]
 ---



 ___
 Zope maillist  -  [EMAIL PROTECTED]
 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 )



___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope and Mac

2000-07-21 Thread Tom Scheidt

Thanks for your help.

It seems to download an uncompress fine. It's alos showing up in the Zope
management interface, but I get this when I look at the product in the
Product Management Folder:

Traceback (innermost last):
  File "/usr/local/Zope-2.1.5-src/lib/python/OFS/Application.py", line 395,
in import_products
product=__import__(pname, global_dict, global_dict, silly)
  File "/home/tscheidt/Products/PMPSurvey/__init__.py", line 1
 __doc__ = """Survey Product Initialization Module"""
__version__ = 'v0.01'[1:]

import Survey
import Question

def initialize(context):
  context.registerClass(
  Survey.Survey,
  constructors = (
Survey.manage_addSurveyForm,
Survey.manage_addSurvey),
  icon = 'survey_icon.gif'
  )
 ^
 SyntaxError: invalid syntax


Tom Scheidt | www.falsemirror.com | [EMAIL PROTECTED]
---


 From: "Peter Bengtsson" [EMAIL PROTECTED]
 Date: Fri, 21 Jul 2000 15:44:33 +0100
 To: "Tom Scheidt" [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [Zope] Zope and Mac
 
 Have had similar problems, but not on Mac, but on Windows98.
 My problem has been that IE saves files from zope.org with a different
 extension than that show on the Products page. This has caused archives to
 be incomplete, hence broken products.
 
 If you download a xxx.tar.gz, make sure it's called so on your Mac desktop
 as well.
 Maybe a Windows problem?
 - Original Message -
 From: Tom Scheidt [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, July 21, 2000 2:59 PM
 Subject: [Zope] Zope and Mac
 
 
 Hi,
 
 I'm having problems installing products from a Macintosh. I downloaded
 them
 onto my hard drive and uncompressed the .tgz files with Stuffit Expander.
 I
 then FTPed them with Fetch to my server, then restarted Zope. The products
 were listed in the Product Management folder, but they had broken icons
 and
 were not showing up in the "Add" list. I did not have this problem when
 doing the exact same thing on a PC. Any ideas how to fix this? Thanks.
 
 
 Tom Scheidt | www.falsemirror.com | [EMAIL PROTECTED]
 ---
 
 
 
 ___
 Zope maillist  -  [EMAIL PROTECTED]
 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 )
 
 
 


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope and Mac

2000-07-21 Thread Phil Harris

Peter,

If you mean that IE renames the file to xxx.ar instaed of xxx.tar.gz then
all you have to do is rename it after you have downloaded and all will be
well.

hth

Phil

- Original Message -
From: "Peter Bengtsson" [EMAIL PROTECTED]
To: "Tom Scheidt" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, July 21, 2000 3:44 PM
Subject: Re: [Zope] Zope and Mac


 Have had similar problems, but not on Mac, but on Windows98.
 My problem has been that IE saves files from zope.org with a different
 extension than that show on the Products page. This has caused archives to
 be incomplete, hence broken products.

 If you download a xxx.tar.gz, make sure it's called so on your Mac desktop
 as well.
 Maybe a Windows problem?
 - Original Message -
 From: Tom Scheidt [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, July 21, 2000 2:59 PM
 Subject: [Zope] Zope and Mac


  Hi,
 
  I'm having problems installing products from a Macintosh. I downloaded
 them
  onto my hard drive and uncompressed the .tgz files with Stuffit
Expander.
 I
  then FTPed them with Fetch to my server, then restarted Zope. The
products
  were listed in the Product Management folder, but they had broken icons
 and
  were not showing up in the "Add" list. I did not have this problem when
  doing the exact same thing on a PC. Any ideas how to fix this? Thanks.
 
 
  Tom Scheidt | www.falsemirror.com | [EMAIL PROTECTED]
  ---
 
 
 
  ___
  Zope maillist  -  [EMAIL PROTECTED]
  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 )
 


 ___
 Zope maillist  -  [EMAIL PROTECTED]
 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 )


___
Zope maillist  -  [EMAIL PROTECTED]
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 )