On Sat, 2016-08-13 at 10:32 -0700, Rich Shepard wrote: > 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> >
Just shooting in the dark here, but shouldn't the URL be http://localhost/xrms/install/install.php given the alias you've included? Anything interesting in the httpd error/access logs? _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
