Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-10-01 Thread Ian Johnson
Thanks Brian, I'll give it a whirl... Pretty sure I bound tightly to IPs as in 127.0.0.1:80 127.0.0.1:443 and xxx.xxx.xxx.xxx:8080 xxx.xxx.xxx.xxx:4343 Will make sure... The link you sent looks very appealing though and will have a look at it - Thanks! Will let you know how I fare. Cheers

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Brian Munroe
On 9/30/07, Ian Johnson <[EMAIL PROTECTED]> wrote: > > Am I doing thinks a little backwards here. I simply have a requirement that: > >1. I can't use a name based servers, and >2. I want to keep two completely separate and independent server roots. > > Is this not possible? > I have had t

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Joshua Slive
On 9/29/07, Ian Johnson <[EMAIL PROTECTED]> wrote: > > * Starting apache2.inst ... > no listening sockets available, shutting down > Unable to open logs > > Knowing that the ports in question are not being used elsewhere > (netstat -na) I am now at a roadblock that I have not been able to > resol

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Ian Johnson
Hi Brian, Thanks for your response. I only have one IP address and as such in order to run ssl I can't run virtual hosts (name based - and would rather not purchase another IP address - the old certificate requirement of ssl cert verification before apache is able to resolve the name). That bein

Re: [EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-30 Thread Brian Munroe
On 9/29/07, Ian Johnson <[EMAIL PROTECTED]> wrote: > To Whom is able to help: > > I am trying to install multiple instances of apache 2.2.6 on a gentoo box. > Not my first way of doing things, but to each his own. > > 1. Has someone in here done this on a gentoo box. If so can you > please pro

[EMAIL PROTECTED] Multiple concurrent instances of apache

2007-09-29 Thread Ian Johnson
To Whom is able to help: I am trying to install multiple instances of apache 2.2.6 on a gentoo box. Having done what I thought was my homework, I thought I would be able to simply launch the apache deamons with -d new.conf file pointing to an independant configuration structure and thus be off to