Re: [users@httpd] perl / cgi-bin setup issue

2018-03-08 Thread Gary Aitken
On 03/08/18 21:44, Frank Gingras wrote: Make sure mod_cgi / mod_cgid is loaded first. Thank you, that did the trick. Gary On Thu, Mar 8, 2018 at 10:47 PM, Gary Aitken mailto:apa...@dreamchaser.org>> wrote: My first time trying to get a perl script to run, so probably something obvio

Re: [users@httpd] perl / cgi-bin setup issue

2018-03-08 Thread Frank Gingras
Make sure mod_cgi / mod_cgid is loaded first. On Thu, Mar 8, 2018 at 10:47 PM, Gary Aitken wrote: > My first time trying to get a perl script to run, so probably something > obvious. > > On freebsd 10.3, apache 2.4.25 > > httpd.conf: > > /usr/local/etc/apache24/httpd.conf: > > ... > S

[users@httpd] perl / cgi-bin setup issue

2018-03-08 Thread Gary Aitken
My first time trying to get a perl script to run, so probably something obvious. On freebsd 10.3, apache 2.4.25 httpd.conf: /usr/local/etc/apache24/httpd.conf: ... ScriptAlias /cgi-bin/ "/usr/local/www/apache24/cgi-bin/" AllowOverride None Options ExecCGI #(It'