Yes, you can limit the maximum number of clients, thus
limiting the number of sockets used by httpd. The
directive is MaxClients.
You can run httpd from inetd, but...
Running httpd from inetd is a horrible idea.
Don't even think about it.
Mike wrote:
>
> Hi all.
> i have a linux server with PII
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 adjus
Hi all.
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 ?
can i run the web server through the inetd ?
will it be better ??
Thanks,
Mike
===