Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kjmkznr/mod_vhost_reserve
https://github.com/kjmkznr/mod_vhost_reserve
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjmkznr/mod_vhost_reserve
- Owner: kjmkznr
- License: apache-2.0
- Created: 2014-07-23T09:10:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-31T16:10:00.000Z (about 9 years ago)
- Last Synced: 2023-04-17T06:09:02.047Z (over 1 year ago)
- Language: C
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.jpVhostLimitEnabled On
```
License
-------
Apache License Version 2.0