[PLUG] Firefox cannot locate localhost: httpd will not start [RESOLVED]
Rich Shepard
rshepard at appl-ecosys.com
Tue Sep 22 01:17:56 UTC 2015
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
More information about the PLUG
mailing list