[PLUG] Help needed installing abandoned OSS application

Rich Shepard rshepard at appl-ecosys.com
Sat Aug 13 17:32:42 UTC 2016


On Sat, 13 Aug 2016, Rich Shepard wrote:

> and when I try http://localhost/opt/xrms/install/install.php firefox tells
> me that the file is not found.

   Forgot to include that I wrote /etc/httpd/xrms-httpd.conf:

Alias /xrms/ /opt/xrms/
<Directory /opt/xrms>
   AllowOverride All
   AddHandler cgi-script .pl
   Options ExecCGI Includes FollowSymlinks
   Require all granted
</Directory>

<Directory /opt/xrms>
   Require all granted
</Directory>

   And added that script in /etc/httpd.conf's include section.

Rich



More information about the PLUG mailing list