Bad response from server: (0 [null,getuisettings]); using rtorrent on fedora 14

peshua19

Member
May 25, 2018
897
0
16
First, a note: I'm a complete linux/server/basically everything noob, so please bear with me.

My ultimate goal with rutorrent is to give myself a GUI. On localhost, I have set up an apache server that works fine and placed the rutorrent in the /var/www/html/ directory. The port I use for httpd is 5001, and the scgi port is 5000. However, upon starting rtorrent and navigating to 192.168.1.1:5001/rutorrent/index.html, I am given the error in the thread title, as well as
Code:
Bad response from server: (0 [null,getplugins])
Anyone have any ideas? Any help would be greatly appreciated.
 

randac56

Member
May 25, 2018
915
0
16
are there any errors in your apache logs (/var/log/apache/error.log and /var/log/access.log)?
 

peshua19

Member
May 25, 2018
897
0
16
I am using httpd, so will check httpd log. After simulating the error (rtorrent, then sudo service httpd restart)
No errors in /var/log/httpd/error_log
There is a weird SSL "warn" in ssl_error_log

[Fri Feb 25 17:37:19 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Feb 25 17:37:19 2011] [warn] RSA server certificate CommonName (CN) `fedora-laptop' does NOT match server name!?

file /var/log/access.log does not exist
 

peshua19

Member
May 25, 2018
897
0
16
My bad, I meant 127.0.0.1:5001 rolleyes.gif

SCGI and config in rutorrent are set to 5000, while httpd is set to 5001.