Re: [EMAIL PROTECTED] running apache 1.3.31 & 1.3.37 on the same server

2006-09-29 Thread Stephen Williams
Joshua Slive wrote: As I said, you need to edit the apachectl script to point to the correct locations for the config file and the pid file. Joshua. Joshua, After some digging in an strace I found that the process was boarked due to a problem with libs and a virtual host. I took that out

Re: [EMAIL PROTECTED] running apache 1.3.31 & 1.3.37 on the same server

2006-09-29 Thread Stephen Williams
Joshua Slive wrote: Have you edited the apachectl script to point (with the -f command line option) at the correct config file for each install? What EXACT error messages are you getting? Joshua. No I have not tried that yet but take a peak at this and tell me what you think. [EMAIL PRO

Re: [EMAIL PROTECTED] running apache 1.3.31 & 1.3.37 on the same server

2006-09-29 Thread Stephen Williams
You give no details of your setup so I have to assume the obvious; that you are trying to run both apaches on the same socket (ie, same IP and port). You have to have the apaches "Listen" to different TCP/IP sockets, eg: Different ports: Apache #1: Listen 80 Apache #2 Listen 8080 Different IP

[EMAIL PROTECTED] running apache 1.3.31 & 1.3.37 on the same server

2006-09-28 Thread Stephen Williams
Hello all I have been digging around on google and through the archives for sometime now and I can't seem to find a good answer as to why I can't get this working. I have both 1.3.31 and 1.3.37 installed on the same host and I can only get one or the other to run at a single time, but I get now