Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kjmkznr/mod_vhost_reserve


https://github.com/kjmkznr/mod_vhost_reserve

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

mod_vhost_reserve
=================

mod_vhost_reserve is a module that limits the slot of vhosts in order to reserve a part of the MaxClients.

Install
-------

How to use
----------

* modules.d/mod_vhost_reserve.conf

```apache
ExtendedStatus On
ReserveSlots 100
```

* vhosts.d/10_example.conf

```apache

DocumentRoot /path/to/doc/root
ServerName example.jp

VhostLimitEnabled On

```

License
-------
Apache License Version 2.0