Changes between Version 1 and Version 2 of Ticket #42226, comment 1
- Timestamp:
- Jan 22, 2014, 9:02:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42226, comment 1
v1 v2 21 21 }}} 22 22 23 Listing the installed ports shows: 24 25 '''apache24-devel @2.4.7_0+preforkmpm (active)''' 26 27 httpd -t -D DUMP_MODULES shows: 28 29 '''mpm_prefork_module (static)''' 30 31 That makes me think preforkmpm is installed, but not being detected for some reason by php54-apache2handler. Could this be because of the difference between Apache 2.2 and 2.4?