
October 3rd, 2002, 10:32 PM
|
|
Contributing User
|
|
Join Date: Apr 2007
Location: Florida
Posts: 4,158

Time spent in forums: 4 h 12 m 16 sec
Reputation Power: 7
|
|
|
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...
|