diff options
| author | Zeev Suraski <zeev@php.net> | 2001-12-23 19:48:25 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2001-12-23 19:48:25 +0000 |
| commit | a22cd5ba2d372183651141effbb5ed06ec3e7dbb (patch) | |
| tree | 686d3958bea91cda21ba47687bbff171804cf1ce /win32/install.txt | |
| parent | 3458373ed6543e1672e951f15bc304975887386f (diff) | |
| download | php-git-a22cd5ba2d372183651141effbb5ed06ec3e7dbb.tar.gz | |
Update installation instructions (Marco Kaiser)
Diffstat (limited to 'win32/install.txt')
| -rw-r--r-- | win32/install.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/install.txt b/win32/install.txt index b717d53fac..8359f6bedc 100644 --- a/win32/install.txt +++ b/win32/install.txt @@ -226,10 +226,11 @@ Web server configuration If you would like to use PHP as a module in Apache, you should move php4ts.dll to the windows/system (for Windows 9x/Me) or winnt/system32 (for Windows NT/2000) directory, overwriting any - older file. Then you should add the following two lines to you Apache + older file. Then you should add the following three lines to your Apache conf file: LoadModule php4_module c:/php/sapi/php4apache.dll + AddModule mod_php4.c AddType application/x-httpd-php .php Remember to restart the server, for example, |
