no offense taken. I do know the other side sooooo well.
Since my rtorrent didn't crash over 5-6 months since i last restarted it i will leave out the socket-check for now.
Also since i can't seem to find the error i recall my settings.
Scenario One:
.rtorrent.rc
Code:
scgi_local = /home/verwalter/rtorrent/.socket/rpc.socket
schedule = chmod,0,0,"execute=chmod,777,/home/verwalter/rtorrent/.socket/rpc.socket"
rutorrent config.php
Code:
$scgi_port = 0;
$scgi_host = "unix:///home/verwalter/rtorrent/.socket/rpc.socket";
Apache httpd.conf
Code:
SCGIMount /RPC2 127.0.0.1:5000
rs.js
Code:
XMLRPCMountPoint : "/RPC2",
rutorrent-directory
Code:
/var/www/rutorrent/plugins:
total 80K
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:05 autotools
drwx------ 2 www-data www-data 4,0K 2009-11-05 21:05 choose
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:06 cookies
drwx------ 4 www-data www-data 4,0K 2009-11-05 21:05 create
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:06 darkpal
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:05 datadir
drwx------ 4 www-data www-data 4,0K 2009-11-05 21:05 edit
drwx------ 2 www-data www-data 4,0K 2009-11-05 21:05 erasedata
drwx------ 4 www-data www-data 4,0K 2009-11-05 21:06 geoip
drwx------ 2 www-data www-data 4,0K 2009-11-05 21:05 _getdir
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:06 ratio
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:06 retrackers
drwx------ 2 www-data www-data 4,0K 2009-11-05 21:05 rpc
drwx------ 5 www-data www-data 4,0K 2009-11-05 21:05 rss
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:07 scheduler
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:07 search
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:07 seedingtime
drwx------ 3 www-data www-data 4,0K 2009-11-05 21:07 throttle
drwx------ 2 www-data www-data 4,0K 2009-11-05 21:05 tracklabels
drwx------ 5 www-data www-data 4,0K 2009-11-05 21:05 trafic
Result:
Code
http://myserver/rutorrenttells me to check my config files (Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file) and
Code:
http://myserver:rt-port/rtorrentonly shows (literally translated) "Display via a plugin" in the upper left corner
Scenario Two:
.rtorrent.rc
Code:
scgi_port = localhost:5000
rutorrent config.php
Code:
$scgi_port = 5000;
$scgi_host = "127.0.0.1";
Apache httpd.conf
Code:
SCGIMount /RPC2 127.0.0.1:5000
Result:
Code:
http://myserver/rutorrentkeeps trying to load the webinterface (Loading uTorrent WebUI in <Language> ...)
Conclusion:
Right now i think most likely it has something to do with the Apache-config, on secondary level maybe with access rights.