How to Zone Out in the Dental Chair - Michaela Scherr Today I again dragged myself off to the dentist for some continuation work on my teeth.
Several weeks ago I decided to have a routine dental check-up, maybe get a filling done or...
How To Easily Start A Nature Photography Business From Home - Roy Barker Nature photography is the photography of animals, birds, fish and other wildlife. We will be discussing marine photography in a future article, because it involves specialist,...
"Mod_bandwidth" (mod bandwidth) is a module for the Apache
webserver that enable the setting of server-wide or per
connection bandwidth limits, based on the directory, size of
files and remote IP/domain.
For Apache 1.3x. ONLY! This how-to is not compatible with old
versions of apache, including but not limited to 1.3beta
10. Locate the following Line: LoadModule rewrite_module
libexec/mod_rewrite.so
11. Before the above line add this: LoadModule bandwidth_module
libexec/mod_bandwidth.so
12. Now locate this line: AddModule mod_env.c
13. Before the above line add this: AddModule mod_bandwidth.c
14. Now locate this line: # Document types.
15. Before the above line add this: BandWidthDataDir
"/usr/local/apache/bw_limit" BandWidthModule On
16. To enable mod_bandwidth on a virtual host locate the virtual
host entry for the specified domain/acount you wish to limit.
Just before the line add the following: BandWidthModule On
BandWidth all 512
The 512 can be replaced with whatever rate you wish to limit the
acount too.
17. Save the file and exit. CTRL-X then Y then enter.
What is cleanlink? Cleanlink is a deamon that is used to clean
links created by mod_bandwidth when they aren't removed properly
by the server. (When a httpd process doesn't terminate the usual
way.)
21. Type: chmod 755 cleanlink.pl
22. Type: pico -w cleanlink.pl
23. Change $LINKDIR to the following:
$LINKDIR="/usr/local/apache/bw_limit/link";
24. Save the file and exit. CTRL-X then Y then enter.
25. Type: perl cleanlink.pl
26. Type: pico -w /etc/rc.d/rc.local
27. Scroll down to the very end of the file and add the
following: # The following line Launches CleanLink for
Mod_Bandwidth perl /usr/sbin/cleanlink.pl
28. Save the file and exit. CTRL-X then Y then enter.
mod_bandwidth has many options. If you wish to modify
mod_bandwidth and enable more options please visit the
documentation available by the programmer here:
http://www.cohprog.com/v3/bandwidth/doc-en.html
How to transfer a retirement account - Jakob Jelling Make sure you know where you intend on moving your money in advance!
As you probably know, an individual retirement account requires that you decide where your money is going to be...