LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Toby Corkindale <tjcorkin@steadycom.com.au>
  To  : lloy0076@senet.com.au
  Date: Thu, 25 Nov 1999 10:58:50 +1030

Re: Apache (Only Want One)

You only have 1 server process!
The other process you see is the parent, controller process.

TC

lloy0076 wrote:
> 
> I have the following config:
> 
> User webuser
> Group webgroup
> 
> Listen 80
> Listen 8080
> 
> StartServers 0
> 
> MinSpareServers 1
> MaxSpareServers 1
> 
> FancyIndexing on
> 
> ServerName localhost
> DocumentRoot /usr/local/doc/gtk_rdp/gtk
> TransferLog /usr/www/logs/access.log
> 
> Because only *I* access this particular Apache daemon I really only need
> one, hence the Min and Max and Start values. However, Apache always
> starts two processes (ps -aux tells me this). How do I force it to have
> only one?
> 
> DAVID
> (incidentally my version is Apache 1.3.3 from the O'Reilly Definitive
> Guide)
> 
> --
> Don't forget about the Linux C Mailing Lists!
>   mailto:linuxCprogramming-subscribe@listbot.com
> The Linux C++ Mailing Lists - a Linux C++ resource for you...
>   mailto:tuxCPProgramming-subscribe@listbot.com
> 
> --
> LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
> To unsubscribe from the LinuxSA list:
>   mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject

-- 
..I started out with nothing...and I still have most of it left

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page