Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-04-28, 09:33:40

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Viking

Pages: 1 ... 16 17 [18] 19 20
256
Kloxo-MR Technical Helps / A few questions to MRatWork
« on: 2013-03-03, 13:12:32 »
Can you answer MRatWork a few questions about Kloxo-MR?

1. On what virtualization performing tests Kloxo-MR (OpenVZ, Xen, KVM, VMware)?
2. That is where the iso from the official release:
http://ftp.ps.pl/pub/Linux/CentOS/6.3/isos/x86_64/
http://ftp.prz.edu.pl/centos/6.3/isos/i386/
3. Why Kloxo-MR with light fast enough administrative panel which 200-300 MB Ram turned into a hard-working administration panel which need a very good processor and plenty GB ram (1-3 or more GB of ram)?
4. Maybe instead of 3-5 members to enter the newer ideas may focus on optimization and reduced hardware requirements and the large release of the stable version?
5. It's hard to find what fixed the or changed so maybe it's high time to make Redmine for Kloxo-MR where one could track progress and report problems?

I would ask the person to answer the questions which have been addressed.

257
Kloxo-MR Technical Helps / Re: Limiting bandwidth?
« on: 2013-02-17, 08:29:14 »
Quote from: "MRatWork"
Ok, you can try with:

1. Modified /home/nginx/etc/conf.d/custom.~lxcenter.conf:
Code: [Select]
...
    limit_conn_zone $binary_remote_addr zone=addr:10m;
...
to:
Code: [Select]
...
    limit_conn_zone $binary_remote_addr zone=addr:10m;
    limit_req_zone  $server_name  zone=one:10m rate=100r/s;
...

2. /home/nginx/tpl/custom.domains.conf.tpl
Code: [Select]
...
## web for '<?php echo $domainname?>'
server {
    listen <?php echo $ip?>:<?php echo $port?>;
<?php
        
if ($count !== 0) {
?>

...

to:

for limitation for domain 'level'
Code: [Select]
...
## web for '<?php echo $domainname?>'
server {
    listen <?php echo $ip?>:<?php echo $port?>;

<?php
    
if ($domainname === 'yourdomain.com') {
?>

    limit_req one;
<?php
    
}
?>

<?php
        
if ($count !== 0) {
?>

...

or:
for limitation for user 'level'
Code: [Select]
...
## web for '<?php echo $domainname?>'
server {
    listen <?php echo $ip?>:<?php echo $port?>;

<?php
    
if ($user === 'admin') {
?>

    limit_req one;
<?php
    
}
?>

<?php
        
if ($count !== 0) {
?>

...
Adjustment value of 'rate=100r/s' (permit 100 request/second) and 'yourdomain.com' (just example yourdomain.com is domain you want to limitation) or 'admin'.

Don't forget running 'sh /script/fixweb; service nginx restart' after that.
MRatWork thank you. For you can always count on and not revived anyone looking for somewhere to on other forums or in google like everyone else. How to check what you've written.

258
Kloxo-MR Technical Helps / Re: Limiting bandwidth?
« on: 2013-02-17, 02:16:25 »
Quote from: "MRatWork"
Modified custom.domains.conf.tpl inside /home/nginx/tpl.
I know nginx poorly so if you would write as correctly put it asked me to show you how.

259
Kloxo-MR Technical Helps / Re: Limiting bandwidth?
« on: 2013-02-17, 01:50:32 »
Quote from: "MRatWork"
Nginx have built-in bandwidth limitation. Read http://wiki.nginx.org/HttpLimitReqModule
OK. I'll do the test. But how to use Kloxo-MR for 1 user or domain?
Where and how do I insert?

260
Kloxo-MR Technical Helps / Re: Limiting bandwidth?
« on: 2013-02-16, 23:48:20 »
Quote from: "MRatWork"
Quote from: "Viking"
Quote from: "MRatWork"
No limit bandwidth but quota/month per-client.
This is a monthly limit. I ask you to limit the speed of internet user (X MB/s).
My question is how to limition speed?. Do you have information or link about it?.

It's more hard rather than limition vps by host because limition able detect/config via vps ips.

OK. Here topics about what I'm asking:
http://forum.lxcenter.org/index.php?t=m ... #msg_32512
http://forum.directadmin.com/showthread.php?t=45189
Just as practically used in Kloxo-MR?
Now I understand what I'm asking?

261
Kloxo-MR Technical Helps / Re: Limiting bandwidth?
« on: 2013-02-16, 22:25:05 »
Quote from: "MRatWork"
No limit bandwidth but quota/month per-client.
This is a monthly limit. I ask you to limit the speed of internet user (X MB/s).

262
Kloxo-MR Technical Helps / Re: Limiting bandwidth?
« on: 2013-02-16, 21:17:06 »
Quote from: "MRatWork"
Only able per-user. Click 'Limit' on panel but better set when creating 'resource plan'.
Where is the option to limit the speed of the link because I can not find it?

263
Kloxo-MR Technical Helps / Limiting bandwidth?
« on: 2013-02-16, 00:31:15 »
How can the user or domain bandwidth. For example, to limit a user or domain specific bandwidth of 10GB/s to 5gb/s?

264
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-10, 23:48:13 »
Quote from: "Viking"
Quote from: "MRatWork"
What's the meaning of 'Why can I not edit your posts?'?
There is no button to be able to make editing your posts. Before you can edit your posts.
So I wrote two posts.


265
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-10, 23:41:02 »
Quote from: "MRatWork"
What's the meaning of 'Why can I not edit your posts?'?
There is no button to be able to make editing your posts. Before you can edit your posts.
So I wrote two posts.

266
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-10, 20:38:42 »
Quote from: "Viking"
Quote from: "MRatWork"
IPTables not running because missing /etc/sysconfig/iptables and ip6tables files (content for firewall rules).

You are lucky for this situation because if above files exists but not match for you want (like no permit kloxo's port 7777/7778) and it's make this port not able to access.
Iptables is see a picture:
Centos 5.9:

Centos 6.x:

Is the same as for centos 5.9 which is OK.
Iptables6 is unnecessary anyway because Kloxo-MR does not support this protocol.
ssh is working properly:
service iptables restart:


PS
Why can I not edit your posts?

267
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-10, 20:23:13 »
Quote from: "MRatWork"
IPTables not running because missing /etc/sysconfig/iptables and ip6tables files (content for firewall rules).

You are lucky for this situation because if above files exists but not match for you want (like no permit kloxo's port 7777/7778) and it's make this port not able to access.
Iptables is see a picture:
Centos 5.9:

Centos 6.x:

Is the same as for centos 5.9 which is OK.
Iptables6 is unnecessary anyway because Kloxo-MR does not support this protocol.

268
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-10, 00:48:24 »
Quote from: "Spacedust"
Quote from: "Viking"
You can not turn on iptables:

Any ideas to solve the problem?

Confirmed on me too. The same for djbdns if you use it...
I use Bind.
In version 6.5.0.candidate.2012-12-17-01 and Centos 5.9 64bit is OK.

269
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-10, 00:41:24 »
Centos 6.X 64bit
6.5.0.c.2013020703
You can not turn on iptables:

Any ideas to solve the problem?

270
Kloxo-MR Releases / Re: Need Kloxo-MR Tester
« on: 2013-02-06, 02:22:08 »
Quote from: "MRatWork"
Try 'yum reinstall kloxo-roundcube' and then 'sh /script/fixwebmail'.
It is still white page.

Pages: 1 ... 16 17 [18] 19 20

Top 10 Social Networking:    Facebook    Twitter    LinkedIn    Pinterest    Google Plus    Tumblr    Instagram    VK    Flickr    Vine
Click Here

Page created in 0.037 seconds with 17 queries.

web stats analysis