On Mon, 15 May 2006 11:16:30 +0100 Adrian Jones <[EMAIL PROTECTED]> wrote:
Many thanks for the advice. I'll give the suggestions a go and post back! Cheers, Adrian > Hi, > > This is my first post to the list so please be gentle...! (also a bit of a > zope/plone noob...) > > I have searched a little and followed a few howtos, but have come up against > a brickwall. > > I am aiming for an installation where I have plone/zope accepting requests > from 1 IP address, and Apache listening on another, both on the same machine. > Both IPs are static and both are setup correctly for the machine. Apache > servers a bunch of site as virtual hosts, and zope/plone will serve only one > site to start with. > > Do I need to use Apache to rewrite URLs to pass on to zope even though they > have separate IPs? Currently I have the ip-address in zope.conf set to one IP > with apache ports.conf set to the other, they are both set to port 80. I > assume the port conflict is the problem, but how do I get them both to listen > on port 80 yet different IPs? > > When I run zope, I get this error message - > > File "/usr/local/Zope-2.9.3/lib/python/Zope2/Startup/run.py", line 56, in ? > run() > File "/usr/local/Zope-2.9.3/lib/python/Zope2/Startup/run.py", line 21, in > run > starter.prepare() > File "/usr/local/Zope-2.9.3/lib/python/Zope2/Startup/__init__.py", line 92, > in prepare > self.setupServers() > File "/usr/local/Zope-2.9.3/lib/python/Zope2/Startup/__init__.py", line > 208, in setupServers > raise ZConfig.ConfigurationError(socket_err > ZConfig.ConfigurationError: There was a problem starting a server of type > "HTTPServer". This may mean that your user does not have permission to bind > to the port which the server is trying to use or the port may already be in > use by another application. (Cannot assign requested address) > > Which confirms the port conflict. > > I have tried to avoid using rewrite rules as I am not proficient using them - > have usually just had apache running on its own - so have been unnecessary. I > accept that I may have to get my hands dirty! > > Can anyone give me any pointers to a solution... > > Many thanks. > > Ade _______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
