Để phân biệt sự khác nhau giữa prefork và worker bạn vui lòng tìm kiếm ở google.
cd /usr/local/directadmin/custombuild
./build clean
./build update
mkdir -p custom/ap2
cp -fp configure/ap2/configure.apache custom/ap2/
Sửa custom/ap2/configure.apache , tại:
"--with-mpm=worker" \
Bạn có thể sửa lại là worker nếu muốn chuyển sang worker
nếu muốn chuyển sang prefork nếu muốn chuyển sang prefork
Tiếp tục:
cd /usr/local/directadmin/custombuild
./build apache
./build php n
Việc thiết lập bạn có thể tùy chỉnh tại đây
/etc/httpd/conf/extra/httpd-mpm.conf
Chúc bạn thành công.