[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: limiting httpd sockets.



		Hi!
>i have a linux server with PII 400 and 128 MB ram and 100MB swap
>partition.
>Now, the httpd server (apache) open lots of sockets.
>Is there a way to limit this ?
	Look through httpd.conf. There are parameters like max children count and
max connects per child. By adjusting these, you can tune your server
>can i run the web server through the inetd ?
	Yes you can, check the same file. You add httpd to services, then you
define it in the http.conf file, then you restart them both, then you're ready
>will it be better ??
	Difficult to say. I always preferred to run it standalone - it's better
not to overload the inetd...

		Yours, Ilya.


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il