Nope, the rd-bin.conf file was in the correct location.
The problem was that CGI is not enabled by default on Apache under Debian
8. The symbolic link from mods-available/cgi.load to mods-enabled is
missing. Whether this is supposed to be a bug or a feature is anyone's
guess.
Debian 8 won't start the Rivendell daemons at boot; it runs something
called systemd that seems to want to start everything at the same time
instead of in their proper order. The only way I can get the daemons to
start is to add sleep 30 followed by /etc/init.d/rivensell start to
/etc/rc.local.
They've also done something to Gnome that makes it essentially unusable,
and vino, which I like to use to enable remote access, is broken too. I am
using Cinnamon and x11vnc instead.
Rob
On Fri, 12 Jun 2015, Frederick Gleason wrote:
On Jun 12, 2015, at 10:15 08, Rob Landry <[email protected]> wrote:
Apache isn't letting it execute for some reason. Hmm...
Yup. You'll need to enable ExecCGI and the appropriate handler for the
directory that contains that binary. The configuration snippet generated by
‘./configure’ (‘rd-bin.conf’, in the ‘conf/‘ directory of the source tree)
should do that. My bet is that that file is not being installed in the correct
location where Apache can find it. Use the ‘—sysconfdir=‘ switch when doing
‘./configure’ to tweak that. You’ll also need to restart Apache after
installing it.
Cheers!
|----------------------------------------------------------------------|
| Frederick F. Gleason, Jr. | Chief Developer |
| | Paravel Systems |
|----------------------------------------------------------------------|
| A room without books is like a body without a soul. |
| -- Cicero |
|----------------------------------------------------------------------|
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev