Off-Topic > Off-Topic - Tiny Core Lounge

Anyone interested in testing an aria2 webUI?

(1/8) > >>

curaga:
I've been working on a light webUI for aria2, for remotely controlling downloads.

Anyone interested in testing?

http://a2web.sourceforge.net

Quick install on busybox httpd:

--- Quote ---tce-load -wi compiletc aria2 fcgi fcgi-dev xmlrpc-c-client
make
mkdir -p ~/www
COPYDIR=~/www make copy
cp a2web.conf.sample ~/www/cgi-bin/a2web.conf # set the theme path as "/a2web/crystal", busybox doesn't like regular files under cgi-bin
httpd -f -p 8080 -h ~/www

--- End quote ---

ndrancs:
hi curaga
how to setup with lighttpd.tcz ?

curaga:
I don't have my test setup at hand right now, but you need to add "mod_cgi" to the server modules, and assign .cgi to nothing:


--- Quote ---$HTTP["url"] =~ "^/cgi-bin" {
    cgi.assign = ( ".cgi" => "" )
}
--- End quote ---

Note this is the CGI setup, I haven't tested FastCGI with lighttpd.

curaga:
a2web.tcz now posted.

Busybox httpd instructions shorten to:

--- Quote ---tce-load -wi a2web
# edit config file as needed
httpd -f -p 8080 -h /usr/local/share/a2web
--- End quote ---

I also tested lighttpd FastCGI, seems there's a bug in lighttpd's passing of SCRIPT_NAME (it passes it fine in CGI mode) or in libfcgi. Not too interested in tracking that down ATM, so lighttpd users please use the CGI mode.

ndrancs:
Hi Curaga,

I will test the extension and report the result here,

Navigation

[0] Message Index

[#] Next page

Go to full version