Re: [Zope] IMAP and WorldPilot?

2000-12-04 Thread Jørn Helge B. Dahl

* "Cymen Vig" <[EMAIL PROTECTED]>

| I'm trying to setup WorldPilot on one server with IMAP running on another.
| The documentation for the install says simply:
| 
| "Set your corresponding IMAP and SMTP servers, if they are not on
| localhost."
| 
| I went ahead and added a MailHost (SMTP) server but how do I add an IMAP
| one?  Do I need to digup a product?

No, you just need to add the names of your usual IMAP and SMTP-servers
to the config. The MailHost is not needed.
-- 
Jørn Helge B. Dahl
Falch.net developer - http://falch.net


___
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] Bug tracking tool

2000-10-26 Thread Jørn Helge B. Dahl

Does anybody know of a bug tracking product for Zope which is free to
try out? I found http://www.zope.org/Members/klm/Tracker/>, which
seemed to be nice, but I didn't see where to get it.

-- 
Jørn Helge B. Dahl
http://falch.net


___
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] Apache in front of ZServer

2000-10-26 Thread Jørn Helge B. Dahl

* "Stephan Goeldi" <[EMAIL PROTECTED]>

| >On a second thought: What I _really_  want (I think, unless someone
| >tells me differently :-) ) is a conditional ProxyPass, to tell apache
| >to redirect everything _unless_ the URI is /static (or something).
| 
| When you ProxyPass so:
| 
| ProxyPass /static/ http://www.website.com:80/static/
| ProxyPass /http://www.website.com:8080/
| 
| It should work as you want. Keep the order (root is last line).

Seems simple enough. Thanks. Will try.
-- 
Jørn Helge B. Dahl
http://falch.net


___
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] Apache in front of ZServer

2000-10-25 Thread Jørn Helge B. Dahl

* "Phil Harris" <[EMAIL PROTECTED]>

| Jorn,
| 
| I'm no Apache GrandMaster but couldn't you use the [p] option of a
| RewriteRule to make it proxy if the url matches a pattern:
| 
| RewriteEngine on
| RewriteRule !^(/static/.*) http://myserver.com:8080$1 [p,l]
| 
| Or something along those lines.

Looks promising. I will come back to the results later, when I have
tested  it.

Thanks again.
-- 
Jørn Helge B. Dahl
http://falch.net


___
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] Apache in front of ZServer

2000-10-24 Thread Jørn Helge B. Dahl

* [EMAIL PROTECTED] (JXrn Helge B. Dahl)

| | for the other part of serving static content, it really depends what you
| | want but here are two ways to do it.
| | 
| | 1.use the LocalFileSystem product,
| | http://www.zope.org/Products/Members/jfarr/Products/LocalFS/LocalFS-0.9.6.tg
| | z
| 
| That I already do, so that one is okay.
| 
| | 2.use Apache to intercept calls to a specific dir before passing it onto
| | Zope, e.g. use a RewriteRule.
| 
| Yup, this is what I need. I think was being unclear about what I really
| -wanted: I want to still be able to use php and such thing, even if I
| serve Zope from root. So the RewriteRule does the trick?

On a second thought: What I _really_  want (I think, unless someone
tells me differently :-) ) is a conditional ProxyPass, to tell apache
to redirect everything _unless_ the URI is /static (or something).

But this is probably something for apache geeks.

Thanks anyway.
-- 
Jørn Helge B. Dahl
http://falch.net


___
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] Apache in front of ZServer

2000-10-24 Thread Jørn Helge B. Dahl

* "Phil Harris" <[EMAIL PROTECTED]>

| Jorn,
| 
| It's perfectly possible, you just need to do a little work ;)

That's OK, that way it'll be more fun :-)

| Your proxy pass will be something like this:
| 
| ProxyPass / http://myserver.com:8080/
| ProxyPassReverse http://myserver.com:8080/ /

I had that one already figured out. but I thought the ProxyPassReverse
directive was to be the other way around: To be exactly like the
ProxyPass directive?

| for the other part of serving static content, it really depends what you
| want but here are two ways to do it.
| 
| 1.use the LocalFileSystem product,
| http://www.zope.org/Products/Members/jfarr/Products/LocalFS/LocalFS-0.9.6.tg
| z

That I already do, so that one is okay.

| 2.use Apache to intercept calls to a specific dir before passing it onto
| Zope, e.g. use a RewriteRule.

Yup, this is what I need. I think was being unclear about what I really
-wanted: I want to still be able to use php and such thing, even if I
serve Zope from root. So the RewriteRule does the trick?

Thanks Phil,
-- 
Jørn Helge B. Dahl
System Administrator
http://falch.net


___
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] Apache in front of ZServer

2000-10-24 Thread Jørn Helge B. Dahl

Hi all!

I am aware of http://www.zope.org/Members/anser/apache_zserver>,
but I am looking for at way to make Apache serve Zope from the root URL.

It is possible to make the apache front end
<http://machine.domain.com/Zope> be served by zope backend
<http://machine.domain.com:8080>, but what really want is to make apache
frontend <http://machine.domain.com> be served by Zope, and still be
able to serve static content from selected locations. Example:

<http://machine.domain.com/><- Zope w/Apache frontend
<http://machine.domain.com/static>  <- Apache static

Am I clear? Is it possible to do that without NameVirtualHost?
-- 
Jørn Helge B. Dahl
System Administrator
http://falch.net


___
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] file upload and MySQL

2000-09-18 Thread Jørn Helge B. Dahl

Sorry for the malformed subject header on the last post, corrected now.

Previous post:

Hi all.

I'm sorry if this is discussed before, but my search thru the archive
did not yield any results.

Basically, this is what I want:

1. I have a file that I want to upload. That I know how to do.

2. Then I want to use the properties of the file I uploaded (id, size,
   name and so forth) to make an entry in an external database (MySQL it
   is, but that is not relevant).

3. Update another entry in the external database, using the
   beforementioned properties.

So, what I do not know, is how I "extract" the information from the file
upload, and make it available to my sqlMethod.

Does anyone know what I'm talking about? Could anyone point me in the
right direction, or, preferably, show me what do do?

Thanks in advance,
-- 
Jørn Helge B. Dahl
System administrator
http://falch.net


___
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] 1

2000-09-18 Thread Jørn Helge B. Dahl

Hi all.

I'm sorry if this is discussed before, but my search thru the archive
did not yield any results.

Basically, this is what I want:

1. I have a file that I want to upload. That I know how to do.

2. Then I want to use the properties of the file I uploaded (id, size,
   name and so forth) to make an entry in an external database (MySQL it
   is, but that is not relevant).

3. Update another entry in the external database, using the
   beforementioned properties.

So, what I do not know, is how I "extract" the information from the file
upload, and make it available to my sqlMethod.

Does anyone know what I'm talking about? Could anyone point me in the
right direction, or, preferably, show me what do do?

Thanks in advance,
-- 
Jørn Helge B. Dahl
System administrator
http://falch.net


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