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 _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
