Click to See Complete Forum and Search --> : Apache 2.0 on Win2k with mod_php4


mod_frank
05-17-2003, 12:56 PM
In the newest edition of windows/.net mag they have an article giving a brief description on installing apache 2.0 in win2k. My question is where can I get mod_php4 from? Is there a group that uses the newest version of php to create the module? Also if anyone has deployed Apache 2.0 on a windows 2000 OS what numbers did you use for ThreadsPerChild and MaxRequestsPerChild.

Thanks,
mod_frank

Moonglobe
05-23-2003, 12:18 PM
if you download the .zip file for won32 for php.net, it contains the module as well. just change anything like
LoadModule php4_module /php/php.exe
to
LoadModule php4_module /php/sapi/php4apache2.dll

hth