Re: [Zope] Starting Zope
I've done it this way:
http://www.zope.org/Members/otto/portfw
It's also relatively easy to convince a hosting provider to add this, as long as you have a dedicated IP address.
Perhaps I should have done a news item when I created this... seems a lot of people have hacked around the issue is all sorts of odd ways. :)
-Otto.
How can this work? Won't Zope put a "base href=http://server:8080" tag into the head of the document and mess things up? Won't you need site-access to work around this? -- cary
Costagliola Giovanni wrote:
Hello All, How can I to start Zope whit a different user than root and cath the default HTTP port?
If I try for example: su - -c './start -w 80 -u zope'
I receive an error becouse root hasn't granted the need privileges on /Zope/var/ directory.
Thanx
--__--__--
Cary O'Brien wrote:
I've done it this way:
[snip]
How can this work? Won't Zope put a "base href=http://server:8080" tag into the head of the document and mess things up? Won't you need site-access to work around this?
-- cary
You're probably right. I already had SiteAccess installed, so I never saw a problem. On the other hand, I just went to a URL my SiteAccess rules shouldn't know about (the IP) and didn't get that. Perhaps SiteAccess is doing somethin I don't understand. Anyone tried it? -Otto.
participants (2)
-
Cary O'Brien -
Otto Hammersmith