i tried to modify axel.c to make it work as an cgi-bin script , 
and with squid rewriting url to point it to cgi-bin script, but after a while 
of hacking i concluded it is pointless.

n axel.c main thread joins data flowing in from http connections on a 
filesystem. i would have to create an array where data would be joined , and 
then cat it to stdout to squid's input..

it would be much better if squid could just 'adopt' code from axel.c .

i gzipped my attempt to 
http://217.97.12.194/Grzybnia/sources/axel-1.0a-broken.tar.gz 

if anyone would be so kind and help me with merging it it would maybe work... 

i would store 'actual' downloads in squid's filesystem, with extra extension 
of conn.number... and try to join them in one file only if file doens't 
exceed maximum file size allowed to be stored.

-- 
-- 

Reply via email to