The installer configured the path to ipsilon as /usr/sbin/ipsilon, but it should be /usr/libexec/ipsilon apparently. I had to manually modify the created /etc/httpd/conf.d/ipsilon-idp.conf file.
/usr/sbin/ipsilon
/usr/libexec/ipsilon
/etc/httpd/conf.d/ipsilon-idp.conf
WSGIScriptAlias /idp /usr/libexec/ipsilon
and probably:
<Directory /usr/libexec>
Patch available for review in my move_ipsilon branch.
milestone: => 1.0 owner: => rcritten patch_available: 0 => 1 status: new => accepted
master: b6c7d21
resolution: => fixed status: accepted => closed
Fields changed
rhbz: => 0
Metadata Update from @nkinder: - Issue assigned to rcritten - Issue set to the milestone: 1.0
Log in to comment on this ticket.