RE: [EMAIL PROTECTED] multiple apache instances-help

2006-10-26 Thread Bjorgen T. Eatinger
running out of memory could be an issue. Bjorgen -Original Message- From: Bill Angus [mailto:[EMAIL PROTECTED] Sent: Thu 10/26/2006 6:08 PM To: users@httpd.apache.org Cc: Subject:Re: [EMAIL PROTECTED] multiple apache instances-help Apache on windows works fine with

Re: [EMAIL PROTECTED] multiple apache instances-help

2006-10-26 Thread Bill Angus
Sent: Thursday, October 26, 2006 12:41 PM Subject: [EMAIL PROTECTED] multiple apache instances-help Hi All,   I want to use multiple instances of apache on diffrent ports, for that i wrote differnt httpd.conf files for different ports(of course, each have unique Listen port and

[EMAIL PROTECTED] multiple apache instances-help

2006-10-26 Thread sharath reddy
Hi All,   I want to use multiple instances of apache on diffrent ports, for that i wrote differnt httpd.conf files for different ports(of course, each have unique Listen port and httpd.pid files, log files), and i just loading httpd multiple times with one config file for each port    ( using  apa

RE: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Axel-Stéphane SMORGRAV
TED] Sent: Tuesday, August 16, 2005 5:13 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Multiple apache instances On 8/16/05, Spike Burkhardt <[EMAIL PROTECTED]> wrote: > Joshua & all, > > When I specified the configuration file the instance I wanted to > kill

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Alexander Lazic
Hi, On Mon 15.08.2005 14:41, Spike Burkhardt wrote: thanks for the info. What I did forget to mention is that the multiple instances are running from the same directory tree. just some tasks to do: 1. cp apachectl apachectl_1 2. vi apachectl_1 change the HTTPD variable with the -f $CONF

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Spike Burkhardt
Thanks for all the info Joshua. Seems like I might have a reason to upgrade to V2 :-) spike Joshua Slive wrote: On 8/16/05, Spike Burkhardt <[EMAIL PROTECTED]> wrote: Joshua & all, When I specified the configuration file the instance I wanted to kill still didn't stop. In fact, it sto

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Joshua Slive
On 8/16/05, Spike Burkhardt <[EMAIL PROTECTED]> wrote: > Joshua & all, > > When I specified the configuration file the instance I wanted to kill > still didn't stop. In fact, it stopped the other instance! Also, at > least on my box, '-k' isn't a valid option. I didn't notice you were using

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Spike Burkhardt
Joshua & all, When I specified the configuration file the instance I wanted to kill still didn't stop. In fact, it stopped the other instance! Also, at least on my box, '-k' isn't a valid option. Finally, the error messages I got was: root:comet:/ # apachectl -f /usr/local/apache/conf/h

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-16 Thread Craig Dunigan
Now that I look closer at your original message, I should have been able to tell that from the paths. As Joshua already said, apachectl responds to all or nearly all of the same switches that httpd does, so use the appropriate combination to control the separate instances. My main point was n

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-15 Thread Joshua Slive
On 8/15/05, Spike Burkhardt <[EMAIL PROTECTED]> wrote: > All, > > I have two apache instances running. Is there a way to kill just 1 > instance? To be more specific, I have 1 startup file with the standard > startup. In the httpd.conf file, it specifies: > > PidFile /usr/local/apache/logs/htt

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-15 Thread Spike Burkhardt
Craig, thanks for the info. What I did forget to mention is that the multiple instances are running from the same directory tree. spike Craig Dunigan wrote: Each instance should already have its own control script, apachectl, in the bin directory, with paths specific to that instance.

Re: [EMAIL PROTECTED] Multiple apache instances

2005-08-15 Thread Craig Dunigan
Each instance should already have its own control script, apachectl, in the bin directory, with paths specific to that instance. -- Craig Dunigan IS Technical Services Specialist Middleware - EIS - DoIT University of Wisconsin, Madison opinions expressed are my own, not the University's On Mon

[EMAIL PROTECTED] Multiple apache instances

2005-08-15 Thread Spike Burkhardt
All, I have two apache instances running. Is there a way to kill just 1 instance? To be more specific, I have 1 startup file with the standard startup. In the httpd.conf file, it specifies: PidFile /usr/local/apache/logs/httpd.pid In the second startup file the line that starts the serve