You are not logged in.

#1 2015-12-02 02:29:22

splurben
Member
From: Augusta, Western Australia
Registered: 2014-02-28
Posts: 41
Website

New Section in httpd.conf apache 2.4.17-3

This may have appeared earlier, but I've only just caught it and am trying to clean up all my .pacnew configuration files.

There's a new section at line 167 of httpd.conf:

<IfModule !mpm_prefork_module>
        #LoadModule cgid_module modules/mod_cgid.so
</IfModule>
<IfModule mpm_prefork_module>
        #LoadModule cgi_module modules/mod_cgi.so
</IfModule>

I'm assuming this may affect my use of

LoadModule mpm_prefork_module modules/mod_mpm_prefork.so

at line 156.

Do I need to uncomment any of these IfModule sections? I've searched pretty extensively and am simply asking to be pointed to a discussion about this new section.

Offline

#2 2015-12-02 05:58:17

anatolik
Developer
Registered: 2012-09-27
Posts: 458

Re: New Section in httpd.conf apache 2.4.17-3

IfModule sections were added in this upstream commit https://github.com/apache/httpd/commit/ … 3fe1f25a18

If you want to use any of the modules then "yes" you need to uncomment it.


Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster

Offline

#3 2015-12-02 07:08:19

splurben
Member
From: Augusta, Western Australia
Registered: 2014-02-28
Posts: 41
Website

Re: New Section in httpd.conf apache 2.4.17-3

Got it, I'm not using CGI so can ignore.

Offline

Board footer

Powered by FluxBB