Changeset 13267 in hybrid for branches/releng-10


Ignore:
Timestamp:
Jun 1, 2015, 6:28:43 PM (10 years ago)
Author:
ed
Message:

Adding to load a module MPM. Without this module Apache24 will not start on a Pcengines APU board.
http://httpd.apache.org/docs/2.4/mpm.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf

    r13224 r13267  
    152152#LoadModule rewrite_module libexec/apache24/mod_rewrite.so
    153153LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
    154 
     154#
     155# Load mpm module (Multi-Processing Modules) for using with APU board.
     156# Without this module Apache is not starting.
     157#
     158LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
     159#
     160#
    155161# Third party modules
    156162IncludeOptional etc/apache24/modules.d/[0-9][0-9][0-9]_*.conf
Note: See TracChangeset for help on using the changeset viewer.