elalexey Гость
|
Добавлено: Пт Мар 01 2002 15:23 Заголовок сообщения: Re: Веб Server IIS 4.0 никак не хочет обработать мой скрипт. Выдается следующая ошибка... |
|
|
readme.txt:
Installation ------------
The Win32 version of PHP *requires* a php.ini file to be present. If you haven't got a php.ini installed yet, copy the php.ini-dist file that is included in the distribution to your Windows directory, and rename it to php.ini (e.g., C:\WINNT\php.ini). Edit it and modify the values as you see fit. ...
Installation Notes for IIS 4.0 ------------------------------
- Install the php.ini file and the DLLs as mentioned above. - Start the Microsoft Management Console (may appear as 'Internet Service Manager'). - Under 'ISAPI Filters', add a new ISAPI filter. Use 'PHP' as the filter name, and supply a path to the php4isapi.dll that is included in the distribution. - Under 'Home Directory', click on the 'Configuration' button. Add a new entry to the Application Mappings; Use the path the php4isapi.dll as the Executable, supply .php as the extension, leave 'Method exclusions', blank, and check the Script engine checkbox. - Stop IIS completely (you would have to stop the IIS Administration service for that - stopping it through the Management Console isn't good enough; You can do it by typing 'net stop iisadmin' on a command prompt). - Start IIS again (you can do it by typing 'net start w3svc' on a command prompt). - Put a .php file under your Web server's document root and check if it works!
--------------------------------------------
Ни кого не хочу обидеть приведением ридми, но именно так как вышеизложено, уже 2 года настраиваю веб-сервер...
Удачи |
|