Apache Modules :
bw_mod [a.k.a. mod_bandwidth] – mod_vhost_limit
Ivn Project License : [Download]
Author : Ivan Barrera (Bruce)
Contact E-Mail : Bruce (at ivn)
Status : Stable
Current Version : v0.8
Files :
Purpose :
Changelog for v0.8 :
Platforms :
If you have any comments, bug reports, feature request, etc, soon there will be
a web-system to address all that stuff. Meanwhile, you can email me.
Bw_Mod v0.7 Previous Version
Bw_Mod v0.6 Still available, and with its README here.
Bw_Mod v0.5 Stable is obsoleted, and should not be used, unless you want to play with it.
Bw_Mod v0.5 RC1 is obsoleted, and should not be used, unless you want to play with it.
Mod_bandwidth v0.1 is obsoleted, and should not be used.
NAME
mod_vhost_limit [Download
PURPOSE
Restrict the number of simultaneous connections per vhost
HISTORY
–   2007.04.06
Included some cleanup, and fixes suggested (and coded by) Chirouze Olivier
–   2004.02.26
Added compile.sh , to ease the compiling proccess.
–   2004.02.24
Initial revision 0.1
COMMENTS
Some people asked me about the original implementation for
Apache 1.3.x. Takato Satsuma was who wrote that, but appears that
his code has nowhere to be found.
As i kept a copy of it, i’m leaving it for download here :
mod_vhost_limit-0.4.tar.gz for apache 1.3.x
So…A friend asked me to restore the original firmware on his Linksys WRT54g2 after having installed DD-WRT. Well, it isnt as straightforward as it is the other way around. In fact, it isnt doable just by software.
First, you need to open the router. Damn thing uses the only screwdriver i don’t have.
Looking around, you’ll find the 5 pins in the middle of the top face of the mainboard is a serial port. And the 6 boxes in the right (6 on top face, 6 on bottom face) are pins for jtag. You’ll have to scratch the green stuff out (carefully) using a screwdriver, nail, or something sharp. After leaving enough copper surface visible, you can proceed to solder cables or some kind of surface connector. (or, adapt a standard connector)
So far, so good.
You’ll need a jtag cable. You can get some online, from cheap ones, to really expensive ones. Plus, you need to know if it will support the chip the router uses.
Cheap solution : Use a home-made cable consisting in 4 resistors + 1 DB25 male connector (using the printer port. Note that it needs to be a REAL printer port. Not an USB “printer” port).

* Taken from OpenWRT Wiki
This easy to make cable (Unbuffered cable) has to be short. No more than 6 inches, or noise will be your enemy. I made one about 3 inches long.
![]() |
![]() |
Get tjtag to tinkle with the board. Runs on windows and linux. As none of my laptops have a printer port, i used a colleague’s computer (WinXP). Now this becomes nasty xD
Running test commands, the software recognized the board and memory chip. All good!
Cable was good, board was alive (duh! it was working), and software was compatible.
tjtag3.exe -probeonly

Then, (just in case) i made a wholeflash backup. This will save all the flash memory’s contents bit by bit, allowing a future restore to DD-WRT (in this case).
tjtag3.exe -backup:wholeflash

(2MB backup, took 623 seconds to complete.)
Now, according to dd-wrt forums, once installed dd-wrt on this router, there is no way back. Well, this is partly true.
As i commented before, there is no “easy” way back. Better yet, if you do not make a wholeflash backup yourself, the “not easy” way back, becomes more “not easy”.
Well.. I received this router with dd-wrt preinstalled, and was asked to return to firmware factory. All system hardware was “pristine”, so nobody mangled it, and… nobody made a flash backup. Fortunately , a guy in the forums was nice enough to post a wholeflash backup of his router. (different flash chip).
When decided to try it out, i renamed the file to wholeflash.bin and run
tjtag -flash:wholeflash
Started running…..
Continued running…..
A couple of numbers showed up on screen….

….. (i let it run, and i went back to work)
If you consider the time between the numbers on screen, it would have taken about 120 hours to flash the whole flash. I know jtag is slow, but this is ridiculous.
So, Control-C, and try again using some parameters.
Now the board started to act weird. Some times it didnt detected the flash chip, some times it complained about not beign able to set debug mode on procesor, hanged while enabling memory writes, etc.
After some time trying and reading, i decided to use the /dma, /noreset and /noemw parameters. (force enable dma (speed), disable reset and memory writes). Some times i had to force the flash id (/fc:09). Now it was running fast. (read, about 2 minute per each percent).
Off to work again.
Checked about 60 minutes later, and the damned thing hanged at 27%.
After that, came a series of erase of the flash, followed by differents tries to flash. Each attemp failed in different places. (6%, 12%, the most i got, was 37%).
Checked the cable, the sources of interferences around, etc. Same result.
I went home, and let the stupid board flashing. Didnt care anymore
Next day i tried a couple of things.
One of them lead me to success (hours later!)
The important steps were this :
- Connected the pin 1 of the unbuffered cable , to a Vcc souce (used serial’s port) with a 100ohm resistor. (In the pictures the pin is connected…. i took the pictures after all this)
- Left each cable a couple of milimmeters away from each other.
- Put the router in its own case, to isolate it from external noise. (however, i used the original casing.. Some suggest using some tinfoil around).

This led me to flash to 15% almost every time. (it was still hanging).
Then, i got fed up. Decided to split the bin file into smaller pieces (256KB seemed about right) and started flashing it by parts (8 parts). For this, you need to calculate the beggining area of the flash memory, and the lenght to program. With all the information you get with tflash, this is fairly easy.
Some more failures. Still dont know why, but after flashing part2 (256 to 512KB) i got some hangs in specifyc address. Tired, decided to go backwards (literally). Erased the flash, and started flashing from part 8 to 1.
It went smooth! No errors, about 560 seconds per each part (something about 75 minutes total).
To confirm the procedure, made a wholeflash backup and compared it to the file… Damn. Differences. First difference occurred about 750KB from beggining.
If you check the addreses where the BSP or CFE is stored, you will realize that 750KB from the beggining is just past those. Im not going too write much about this, but it is important to know, CFE is the boot system used to boot linux (dd-wrt in this case), and BSP is the system used by linksys firmware based on VxWorks.
Taking that into account, i just rebooted the router. Lights went all on, then off…. Success !
Power light was blinking. That means firmware loading problem. Not that bad. Configured the computer to use 192.168.1.20 , and connected via WEB to 192.168.1.1. A simple page titled “Management Mode – Firmware Upgrade” asking me to select a file appeared.
I went to Linksys.com, browsed for the latest firmware for this router (1.04.00) and selected it. Run!
A couple of minutes passed by, and the page asked me to reboot the router.
Power Off.
Power On.
Normal boot !
We are back to the original firmware.
Utilities and files :
- tjtag v0.3 [ from : here ]
- Whole flash backup [ from : here ]
- Original Linksys Firmware 1.0.04US [ from : here ]
- Splitted Flash : Each of the files to flash manually and by segments of 256KB.
* (including bat files with the command line)
PS:
All the files here, were taken from the sites specified.
If you think i am violating some copyright, please write me.