Home
Name Modified Size InfoDownloads / Week
README.txt 2011-03-10 1.3 kB
waxel.tgz 2011-03-10 135.2 kB
Totals: 2 Items   136.5 kB 0
Waxel - axel web interface - 1.0b
http://sourceforge.net/projects/waxel/

Prerequisite
Axel v2.4 see
http://freshmeat.net/projects/axel/

There is an axel included in this archive
it is however staticly compiled for
armv5t eg. Lacie Network Space 2 NAS
so if you have a different architecture 
it wont work, but it is included in most
linux distributions or it can be easily
compiled from source

Installation
just extract the files to the root
directory of your web server

Configuration
You need to make sure the variables
$destdir
$tmpdir 
$logfile
$dirdown
$wget
in downloady.php are matching your environment

for RPC calls it is recommended that you
also use full path in rpc.php require


Where the web server is not running as root
(most non NAS systems) make sure your web
server user has appropriate access
# chgrp apache dirdown.sh
# chmod g+rx dirdown.sh

Grant rwx access to the web server and
Remove access to others on temp directory
# chmod o-rwx temp
# chgrp apache temp
# chmod g+rwx temp

please also
make sure that
your web server can write your $destdir


now you should be able to access
it through http://your_server/waxel



Based on Downloady, 
http://www.cyberleo.net/cyberleo/Projects/
2011 March 11
Source: README.txt, updated 2011-03-10