Temat: Aria2 nie mogę tego poskładać do kupy
Witam.
Próbuje uruchomić Aria2 .
Instaluję wszyto zgodnie z tym poradnikiem
http://openrouter.info/forum/viewtopic. … amp;t=1418
Tylko że zainstalowałem do katalogu /www1
Oraz serwer PHP według tego poradnika
http://openrouter.info/forum/viewtopic. … amp;t=1236
server.modules = (
"mod_fastcgi"
)
server.network-backend = "write"
server.document-root = "/www1/"
index-file.names = ( "index.php", "index.html" )
mimetype.assign = (
".gif" => "image/gif",
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",
".svg" => "image/svg+xml",
".css" => "text/css",
".html" => "text/html",
".htm" => "text/html",
".js" => "text/javascript",
".txt" => "text/plain",
".dtd" => "text/xml",
".xml" => "text/xml"
)
server.port = 8080
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
server.pid-file = "/var/run/lighttpd.pid"
server.upload-dirs = ( "/tmp" )
fastcgi.server = (
".php" => ((
"host" => "127.0.0.1",
"port" => 1026,
))
)
teraz wpijam na 192.168.1.1:8080
uruchamia się normalnie takie coś jak The Bear - a giant downloader
http://sourceforge.net/projects/thebear/
Ale nic nie można ściągnąć
ciągle pisze; Unable to initiate a connection to: localhost:6080
Coś tu jest nie tak w tych poradnikach.
Proszę o pomoc jak to poustawiać.