LinuxSA Mailing list archives
Index:
[thread]
[date]
[subject]
[author]
From: lloy0076 <lloy0076@senet.com.au>
To : linuxsa <linuxsa@linuxsa.org.au>
Date: Thu, 25 Nov 1999 10:12:14 +1030
Apache (Only Want One)
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
Index:
[thread]
[date]
[subject]
[author]
Return to the LinuxSA Mailing List Information Page