
October 3rd, 2002, 09:32 PM
|
|
Moderator
|
|
Join Date: Apr 2007
Location: Florida
Posts: 4,158

Time spent in forums: 4 h 10 m 23 sec
Reputation Power: 6
|
|
|
RE: Configuring Apache for new PHP
Quote: Now that version 4.1 introduces a safer sapi module, we recommend
that you configure PHP as a module in Apache.
To do this, you should move php4ts.dll to the windows/system (for Windows 9x/Me)
or winnt/system32 (for Windows NT/2000/XP) directory, overwriting any
older file. Then you should add the following three lines to your Apache
conf file: (swap c:/php/ for your PHP install path)
LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php |
That seems fairly straightforward. What's confusing you? Maybe I can help...
|