Multi server - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Multi server (/thread-6697.html) |
Multi server - mpietrus - 05-11-2009 07:29 AM Hi! I have little problem with multiserver configuration, unfortunately not everything is in docs and forum (or I couldn't find it :-)) Thing is: In my configuration I have few servers: 10.10.0.10 - Web Server 10.10.0.11 - FTP Server 10.10.0.12 - Mail Server 10.10.0.13 - Secondary Web Server (for special non standard services) 10.10.0.14 - MySQL Server 10.10.0.15 - ispCP server Question is: how can I add web servers into bandwitdh tracking system? Kind regards, Michael RE: Multi server - BeNe - 05-11-2009 04:10 PM Quote:Question is: how can I add web servers into bandwitdh tracking system?We used mod_cband but this no longer exist in Debian Lenny. So we need to find a new one. Greez BeNe RE: Multi server - rbravo - 05-14-2009 07:12 PM Add in /etc/apt/sources.list deb http://ftp.es.debian.org/debian/ etch main contrib non-free deb-src http://ftp.es.debian.org/debian/ etch main contrib non-free apt-get update apt-get install libapache2-mod-cband a2enmod cband /etc/init.d/apache2 restart http://isp-control.net/ispcp/browser/trunk/docs/Debian/INSTALL?rev=1012 Read 6) FAQ (line 211) voilĂ ! RE: Multi server - BeNe - 05-14-2009 07:43 PM But your source is only for the oldstable ETCH and not for the stable LENNY Greez BeNe RE: Multi server - rbravo - 05-14-2009 10:30 PM I have installed on lenny and works RE: Multi server - sci2tech - 05-15-2009 02:49 AM Yes, lenny can use mod_cband from etch without problems, but this in not really a solution. Consider that squeezy will not support this hack. |