Hi Guys
I have recently upgraded my server and reinstalled rtorrent.
Unfortunately I can't seem to get rtgui working properly this time.
I keep getting a 500 internal error.
I am using an unmodified php.ini (originally named php.ini-production)
for php5
This is what rtorrent shows when it starts in console:
-----
(10:12:15) XMLRPC initialized with 897 functions.
(10:12:15) The SCGI socket is bound to a specific network device yet
may still pose a security risk, consider using 'scgi_local'.
----
Here are some relevant parts of info.php:
-------
Loaded Modules
core prefork http_core mod_so mod_authn_file mod_authn_dbm
mod_authn_anon mod_authn_default mod_authn_alias mod_authz_host
mod_authz_groupfile mod_authz_user mod_authz_dbm mod_authz_owner
mod_authz_default mod_auth_basic mod_auth_digest mod_file_cache
mod_cache mod_disk_cache mod_dumpio mod_reqtimeout mod_include
mod_filter mod_charset_lite mod_deflate mod_log_config mod_logio
mod_env mod_mime_magic mod_cern_meta mod_expires mod_headers
mod_usertrack mod_unique_id mod_setenvif mod_version mod_ssl mod_mime
mod_dav mod_status mod_autoindex mod_asis mod_info mod_cgi mod_dav_fs
mod_vhost_alias mod_negotiation mod_dir mod_imagemap mod_actions
mod_speling mod_userdir mod_alias mod_rewrite mod_php5 mod_scgi
SERVER_SOFTWARE
Apache/2.2.17 (FreeBSD) mod_ssl/2.2.20 OpenSSL/0.9.8q DAV/2 PHP/5.3.8
with Suhosin-Patch mod_scgi/1.12
xmlrpc
core library version xmlrpc-epi v. 0.51
php extension version 0.51
author Dan Libby
homepage
http://xmlrpc-epi.sourceforge.net
open sourced by Epinions.com
-------
/usr/local/etc/apache22/httpd.conf
LoadModule php5_module libexec/apache22/libphp5.so
LoadModule scgi_module libexec/apache22/mod_scgi.so
<IfModule dir_module>
DirectoryIndex index.html index.php
</IfModule>
<IfModule mime_module>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
--------
/usr/local/etc/apache22/extra/httpd-vhosts
<VirtualHost *:80>
ServerAdmin
webm...@dummy-host.example.com
DocumentRoot "/usr/local/docs/
dummy-host.example.com"
ServerName
dummy-host.example.com
ServerAlias
www.dummy-host.example.com
ErrorLog "/var/log/dummy-host.example.com-error_log"
CustomLog "/var/log/dummy-host.example.com-access_log" common
LoadModule scgi_module /usr/local/libexec/apache22/mod_scgi.so
SCGIMount /RPC2
127.0.0.1:5000
</VirtualHost>
nb. the path to mod_scgi.so needed to be changed.
Otherwise it is almost a base OS.
Thanks for your time :)