This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
<html><head><metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"><title>Making sure you have the correct Apache2 setup</title><linkrel="stylesheet"type="text/css"href="manual.css"><metaname="generator"content="DocBook XSL Stylesheets V1.76.0"><linkrel="home"href="index.html"title="JpGraph Manual"><linkrel="up"href="apj.html"title="AppendixJ.Setting up PHP5 in parallel with PHP4 in SuSE 10.1"></head><bodybgcolor="white"text="black"link="#0000FF"vlink="#840084"alink="#0000FF"><divclass="navheader"><tablewidth="100%"summary="Navigation header"><tr><thcolspan="3"align="center">Making sure you have the correct Apache2 setup</th></tr><tr><tdwidth="20%"align="left"></td><thwidth="60%"align="center">AppendixJ.Setting up PHP5 in parallel with PHP4 in SuSE 10.1</th><tdwidth="20%"align="right"></td></tr></table><hr></div><divclass="section"title="Making sure you have the correct Apache2 setup"><divclass="titlepage"><div><div><h2class="title"style="clear: both"><aname="id2654366"></a>Making sure you have the correct Apache2 setup</h2></div></div></div>
<p>PHP is only guaranteed to work with the Apache2 "Prefork MPM"
(Multi-Processing-Module) and you need to have apache2-prefork installed. This also
means that the APACHE_MPM in /etc/sysconfig/apache2 must NOT be set to "worker". You can
read more about the reasons for this issues in the <codeclass="uri"><aclass="uri"href="http://httpd.apache.org/docs-2.0/developer/thread_safety.html"target="_top">Apache
Documentation : Thread Safety</a></code> For general information about MPMs please see