First I installed rtorrent
It’s up and running.
I then installed rtgui
Don’t know exactly what dependencies where installed though… At least apache was one of them.
I’ve added
to /usr/local/etc/apache/httpd.conf
and
to the .rtorrent.rc file
The config.php file in the /usr/local/www/rtgui/ directory is there with some default values.
Apache is up and running. If I’m trying to access the localhost/rtgui site from a browser (port forwarded through putt) it only returns
Only accessing the default web site works so nothing wrong with apache.
Is there something more that has to be enabled in apache for it to recognize the files in the rtgui folder? PHP support doesn’t appear to be enabled as a default in apache but I haven’t found any information saying that they should be enabled for this to work. Are there some additional packages that need to be downloaded apart from what is downloaded as dependencies for rtgui this to work?
Code:
cd /usr/ports/net-p2p/rtorrent/ && make install clean
I then installed rtgui
Code:
cd /usr/ports/net-p2p/rtgui/ && make install clean
I’ve added
Code:
LoadModule scgi_module /usr/lib/apache2/modules/mod_scgi.so
SCGIMount /RPC2 10.1.1.1:5000
and
Code:
scgi_port = 10.1.1.1:5000
The config.php file in the /usr/local/www/rtgui/ directory is there with some default values.
Apache is up and running. If I’m trying to access the localhost/rtgui site from a browser (port forwarded through putt) it only returns
Code:
Not Found
The requested URL /rtgui was not found on this server.
Apache/1.3.42 Server at 10.1.1.1 Port 80
Only accessing the default web site works so nothing wrong with apache.
Is there something more that has to be enabled in apache for it to recognize the files in the rtgui folder? PHP support doesn’t appear to be enabled as a default in apache but I haven’t found any information saying that they should be enabled for this to work. Are there some additional packages that need to be downloaded apart from what is downloaded as dependencies for rtgui this to work?