Since Bittornado seems to have a problem with FreeBSD.
Once you view Apache log file, it should show something like this:
[src]Traceback (most recent call last): File "/usr/local/TF_BitTornado/btphptornado.py", line 303,
in ? run(argv[1],argv[2],argv[3],argv[4],argv[5:])
File "/usr/local/TF_BitTornado/btphptornado.py", line 266,
in run if not dow.initFiles(old_style = True): File "/usr/local/TF_BitTornado/BitTornado/download_bt1.py",
line 520, in initFiles return
self.storagewrapper.old_style_init()
File "/usr/local/TF_BitTornado/BitTornado/BT1/StorageWrapper
.py", line 151, in old_style *_init self.statusfunc
(fractionDone = 0)
File "/usr/local/TF_BitTornado/btphptornado.py", line 146,
in display self.writeStatus()
File "/usr/local/TF_BitTornado/btphptornado.py", line 206,
in writeStatus raise KeyboardInterruptKeyboardInterrupt
(*) WARNING 1 long line(s) split[/src]
So, to fix this you should run this command as root
[src]sysctl kern.ps_arg_cache_limit=1024[/src]