From: Arkadiusz Miƛkiewicz Date: Fri, 25 Apr 2003 20:25:21 +0000 (+0000) Subject: - updated X-Git-Tag: auto/ac/apache-mod_bw-0_6-1~26 X-Git-Url: https://git.pld-linux.org/gitweb.cgi?p=packages%2Fapache-mod_bw.git;a=commitdiff_plain;h=4e2d1f7eb7ad741f02671ebb4da3ad4c02602508 - updated Changed files: apache-mod_bandwidth-doc.html -> 1.2 apache1-mod_bandwidth-doc.html -> 1.2 --- diff --git a/apache-mod_bandwidth-doc.html b/apache-mod_bandwidth-doc.html index 04218f3..33e2d7f 100644 --- a/apache-mod_bandwidth-doc.html +++ b/apache-mod_bandwidth-doc.html @@ -246,14 +246,14 @@ function open() {return true;}


- +
-
+
Mod_bandwidth documentation

@@ -268,6 +268,18 @@ are transmited ! For that reason, it is important to follow those steps :

  • Run the ./configure script with the following directives : --add-module=mod_bandwidth.c \
    --permute-module=BEGIN:bandwidth
  • Compile and install Apache.

    + APXS installation
    +

      +
    • Compile the module with :
      + /path_to_apache/bin/apxs -c /path/mod_bandwidth.c -o /path_to_apache/libexec/mod_bandwidth.so
      +
    • Add the following lines to your httpd.conf file :
      + LoadModule bandwidth_module libexec/mod_bandwidth.so
      + AddModule mod_bandwidth.c

      + Those directives should be placed at the begining of the list + so that the module will be given the lowest priority and be + executed after others modules.

      +

    + Manual installation
    • Copy the file mod_bandwidth.c to the "src/modules/extra" directory of your Apache sources.
      @@ -422,6 +434,16 @@ are transmited ! For that reason, it is important to follow those steps :

      limited to 3072Bytes/sec and a file of 1024Kbytes or more will be limited to 2048Bytes/sec.

      +

    • MaxConnection
      + Syntax : MaxConnection <connections>
      + Default : 0 (illimited)
      + Context : per directory, .htaccess

      + + Restrict the number of maximum simultanous connections. If the + limit is reached, new connections will be rejected. + + A value of 0 mean that there isn't any limits. +

    • MinBandWidth
      Syntax : MinBandWidth <domain|ip|all> <rate>
      Default : all 256
      diff --git a/apache1-mod_bandwidth-doc.html b/apache1-mod_bandwidth-doc.html index 04218f3..33e2d7f 100644 --- a/apache1-mod_bandwidth-doc.html +++ b/apache1-mod_bandwidth-doc.html @@ -246,14 +246,14 @@ function open() {return true;}


      - +
      -
      +
      Mod_bandwidth documentation

      @@ -268,6 +268,18 @@ are transmited ! For that reason, it is important to follow those steps :

    • Run the ./configure script with the following directives : --add-module=mod_bandwidth.c \
      --permute-module=BEGIN:bandwidth
    • Compile and install Apache.

      + APXS installation
      +

        +
      • Compile the module with :
        + /path_to_apache/bin/apxs -c /path/mod_bandwidth.c -o /path_to_apache/libexec/mod_bandwidth.so
        +
      • Add the following lines to your httpd.conf file :
        + LoadModule bandwidth_module libexec/mod_bandwidth.so
        + AddModule mod_bandwidth.c

        + Those directives should be placed at the begining of the list + so that the module will be given the lowest priority and be + executed after others modules.

        +

      + Manual installation
      • Copy the file mod_bandwidth.c to the "src/modules/extra" directory of your Apache sources.
        @@ -422,6 +434,16 @@ are transmited ! For that reason, it is important to follow those steps :

        limited to 3072Bytes/sec and a file of 1024Kbytes or more will be limited to 2048Bytes/sec.

        +

      • MaxConnection
        + Syntax : MaxConnection <connections>
        + Default : 0 (illimited)
        + Context : per directory, .htaccess

        + + Restrict the number of maximum simultanous connections. If the + limit is reached, new connections will be rejected. + + A value of 0 mean that there isn't any limits. +

      • MinBandWidth
        Syntax : MinBandWidth <domain|ip|all> <rate>
        Default : all 256