Re: [users@httpd] Scriptalias redirect not working on ubuntu 14.04

2015-03-30 Thread Tim Johnson
* Tim Johnson [150330 17:56]: > On ubuntu 14.04, I have made the following modifications to > > What else to I need to do? > > thanks I should had added that it appears that cgi-bin may be be enabled at all. If I set the ScriptAlias value back to the default - /usr/lib/cgi-bin and restart

[users@httpd] Scriptalias redirect not working on ubuntu 14.04

2015-03-30 Thread Tim Johnson
On ubuntu 14.04, I have made the following modifications to /etc/apache2/conf-available : [code begins] Define ENABLE_USR_LIB_CGI_BIN Define ENABLE_USR_LIB_CGI_BIN #ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ ScriptAlias /cgi-bin/ /home/http/r