mod_proxy and mod_bandwidth working together?

Pablo Silva <[email protected]>
Newsgroups gmane.comp.apache.mod-proxy
Message-ID <[email protected]>
Hi!  

I would like to know if it is possible that mod_proxy
and mod_bandwidth work together.  

I have the following configuration, but I do not
observe that the objective is obtained:  

    BandWidthDataDir c:\temp 
    BandWidthModule On 
    BandWidthPulse 1000000 

<IfModule mod_proxy.c>
    ProxyRequests On
    

    <Directory proxy:*>
        Order deny,allow
        Deny from all
        Allow from 192.168
      
        BandWidth 192.168.1.2 512 
        LargeFileLimit 1024 2048 
          
    </Directory>

 ProxyVia On

    #
    # To enable the cache as well, edit and uncomment
the following lines:
    # (no cacheing without CacheRoot)
    #
    CacheRoot "D:/apache/apache1.322/Apache/proxy"
    CacheSize 5
    CacheGcInterval 4
    CacheMaxExpire 24
    CacheLastModifiedFactor 0.1
    CacheDefaultExpire 1
    NoCache yahoo.com

</IfModule>

My objective is to form Apache as proxy and to limit
the use of the wide band towards this.

Thanks in advance for your help!

-Pablo

__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - Let the expert host your site
http://webhosting.yahoo.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.