Search found 2 matches

by brianmwaters
Thu Feb 03, 2011 6:30 pm
Forum: Web Interface
Topic: Disable web UI but keep RPC interface
Replies: 5
Views: 11222

Re: Disable web UI but keep RPC interface

Really superficial inspection seems to suggest that the RPC interface actually uses CGI (like a RESTful API does) to talk to clients, and that the web interface actually has no server-side code like PHP or anything.

That would mean that the web interface is really just an HTTP server (which the RPC ...
by brianmwaters
Thu Feb 03, 2011 12:03 am
Forum: Web Interface
Topic: Disable web UI but keep RPC interface
Replies: 5
Views: 11222

Disable web UI but keep RPC interface

I'm using the transmission daemon from the FreeBSD ports tree (it's version 2.13), and installing it also pulls in the web interface as a dependency. The problem, for me, is that there doesn't seem to be any way to disable the web interface without also disabling the RPC interface as well.

Does ...