Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to setup a VPS as web server - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to setup a VPS as web server

2»

Comments

  • M66BM66B Veteran

    Seems better ...
    And the rules are simpler.

  • M66BM66B Veteran

    I have added connlimit as an alternative to the tutorial.

  • M66BM66B Veteran

    IMHO the dynamic process manager is a nice compromise between the static and ondemand process manager. You can setup a few static processes to prevent overhead after idle time and allow more processes up to a maximum when there is more traffic. Something like this:

    pm = dynamic pm.max_children = 10 pm.start_servers = 1 pm.min_spare_servers = 1 pm.max_spare_servers = 1

    This will result in two static processes (not one!) with up to 10 processes total.

Sign In or Register to comment.