On Oct 17, 2017, at 18:34, Tim Camp <[email protected]> wrote:

> When running ./configure 
> Should the flag --libexecdir point to the localhost website folder, for 
> example on my machine this is /var/www/html

That flag takes the path to where the system CGI scripts will be installed.  In 
your case, an appropriate value would likely be:

        --libexecdir=/var/www/rd-bin


On Oct 17, 2017, at 18:45, Gerrit van den Hanenberg <[email protected]> 
wrote:

> No Rivendell has its own configuration file for Apache that points to the 
> right directory with the correct permissions and such


Yes, but you need to be sure to specify the right place to put it using the 
--sysconfdir flag.  You want it to go where all of the rest of the 
configuration snippets go.  Each distro varies in this respect.  On CentOS, the 
correct invocation is:

        --sysconfdir=/etc/httpd/conf.d

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

Reply via email to