On Mon, 21 Sep 2015, Ken Stephens wrote:

> Need to load the mod_perl module, and add the SetHandler perl-script to
> the configuration. Probably only add the mod_perl statement in the
> /etc/httpd/conf.d/mod_perl.conf

Ken,

   Both are in mod_perl.conf:

# Load the Perl module:
LoadModule perl_module lib/httpd/modules/mod_perl.so

# Set this if you want perl-scripts to be
# executed from everywhere in the htdocs directory
# (default)
<Files *.pl>
      # mod_perl mode
      SetHandler perl-script
      PerlResponseHandler ModPerl::Registry
      PerlOptions +ParseHeaders
      Options +ExecCGI
</Files>

   Of course, none of this was required until the reboot which makes the
situation quite puzzling ... at least, to me it does.

Thanks,

Rich
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to