simple-babelweb/README.md

20 lines
592 B
Markdown
Raw Permalink Normal View History

2018-10-26 23:23:19 +02:00
# Simple-Babelweb
A very simple Babel Web for babeld v1.8
* Just clone it to your favorite httpd directory.
## index.php
The php version for gateways
2018-12-25 11:39:44 +01:00
### Requirements
* php
* netcat-openbsd (ipv6)
2018-10-26 23:23:19 +02:00
2018-10-26 23:25:42 +02:00
## babel.html
2018-10-26 23:23:19 +02:00
The haserl version for slim devices without php
2018-12-26 12:57:48 +01:00
### Requirements
* haserl
* netcat with ipv6 support
## Apache 2 settings
To avoid OOM Killer it's usefull to reduce the MaxConnectionsPerChild on apache2. On Debian open /etc/apache2/mods-enabled/mpm_prefork.conf and reduce MaxConnectionsPerChild.
Do not use more then 10 MaxConnectionsPerChild per Gigabyte RAM on your System.