Off-Topic > Off-Topic - Tiny Core Lounge
Anyone interested in testing an aria2 webUI?
curaga:
I have found the bug in fastcgi. It was in libfcgi's printf. The fixed packages haven't been uploaded yet, I'll ask danielibarnes first.
Here's an example lighttpd conf, in fastcgi mode:
--- Quote ---server.document-root = "/usr/local/share/a2web"
server.port = 80
server.modules = ( "mod_access", "mod_fastcgi" )
server.username = "nobody"
server.groupname = "nogroup"
server.errorlog = "/tmp/light.log"
mimetype.assign = (
".css" => "text/css",
".js" => "text/javascript",
".png" => "image/png" )
fastcgi.server = ( ".cgi" =>
(( "bin-path" =>
"/usr/local/share/a2web/cgi-bin/a2web.cgi",
"socket" => "/tmp/a2.socket"
))
)
--- End quote ---
curaga:
fcgi.tcz is updated, fastcgi should work with all supporting servers.
ndrancs:
hi curaga,
i have tested a2web.tcz and found no problem so far,
thanks
AbNoRMiS:
i tried to run a2web under xampp
--- Code: ---Firefox can not connect to server localhost:6800
--- End code ---
i stopped xampp, installed busybox httpd and did as adviced here
--- Quote from: curaga on March 27, 2012, 08:40:55 AM ---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 ---
--- End quote ---
--- Code: ---# set a2web.conf
sudo /usr/local/httpd/bin/httpd -f -p 8080 -h /usr/local/share/a2web
firefox http://localhost:6800/rpc
--- End code ---
but result is the same
--- Code: ---Firefox can not connect to server localhost:6800
--- End code ---
most likely my hands are growing from other side :D
probably it would be easier for me to build something with gui from here
http://sourceforge.net/directory/freshness:recently-updated/?q=aria2
this is reason why i sometimes use fatrat ::)
curaga:
6800/rpc is where aria2 is running, you should point firefox to 8080, where a2web is running ;)
"firefox localhost:8080"
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version