Hi,
I've not got a Jessie install yet but I assume it works the same way
more recent Ubuntu's do with conf-available and conf-enabled.
Using the trypon repos, the Rivendell cgi/apache stuff gets installed
into /usr/lib/cgi-bin/rivendell
It doesn't really matter where it is just find where your rivendell
apache stuff has installed.
Then you'll need to put the following into
/etc/apache2/conf-available/rivendell.conf
# rdfeed.conf
#
# This is the Apache Web Server configuration for Rivendell.
#
# (C) Copyright 2007,2010 Fred Gleason <[email protected]>
#
# $Id: rd-bin.conf.in,v 1.4 2010/07/29 19:32:30 cvs Exp $
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public
# License along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
<Directory "/usr/lib/cgi-bin/rivendell">
Options ExecCGI FollowSymLinks
AllowOverride None
Require all granted
<Files *.gif>
SetHandler default-handler
</Files>
<Files *.png>
SetHandler default-handler
</Files>
<Files *.js>
SetHandler default-handler
</Files>
<Files *.html>
SetHandler default-handler
</Files>
<Files *.xml>
SetHandler cgi-script
</Files>
<Files *.cgi>
SetHandler cgi-script
</Files>
<Files *.mp3>
SetHandler cgi-script
</Files>
</Directory>
ScriptAlias /rd-bin/ "/usr/lib/cgi-bin/rivendell/"
Note the script alias above, change /usr/lib/cgi-bin/rivendell to
wherever your rivendell web stuff is stored.
Then run:
sudo a2enconf rivendell
And check with:
http://localhost/rd-bin/addcart.html
Wayne Merricks
The Voice Asia
On 31/08/15 19:07, DreamStreamKicker wrote:
tnxs for this , having same issues, am working to upgrade wheezie to
jessie but could not find the solution for the apache issue coming up
/ fix it yet, I do a fresh install and have no "working host" on
Jessie but all Wheezie (which in the end will nog exist any longer)
what would be your tip? I used Waynes trick on wheezy but this does
not solve things in Jessie because conf.d setup has changed somehow in
Apache
Op 31-8-2015 om 19:09 schreef ermina:
Hi,
well thank you for that pointer: I confirmed it was apache related by
setting the httpxport value for that new host to another known
working rivendell host.
I think I just restarted apache (the local one), then set the
httpxport value back to localhost and everything was then working as
expected.
Apache is still my main source of woe when installing new rivendell
machines : changes between apache versions seem more frequent and
config-breaking than any other software i use.
. e
On 08/31/2015 04:55 PM, Wayne Merricks wrote:
Hi,
Double check your apache config and the entire rd apache directory. I
had the same issue when the install didn't copy this correctly over
on a
Debian machine.
In the end I copied the rd-bin directory from a working machine and
replaced the rivendell apache config file with the working one and
everything fixed itself.
Wayne Merricks
The Voice Asia
_______________________________________________
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
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev