Skip to main content

FileMaker 12 Advanced Server and IIS 7.5

FileMaker 12 Advanced Server and IIS 7.5

At Server Level (not default Web site)
- Default Document - put index.php at the top

- FastCGI needs to be installed (Roles CGI)

- FastCGI Settings
-- double click
-- open PHP.EXE
-- Monitor changes to file php.ini
-- activity timeout 700

- Handler Mappings
-- Create new module mapping
-- path is *.php
-- module is FastCgiModule
-- executable is
---- C:\Program Files (x86)\FileMaker\FileMaker Server\Web Publishing\publishing-engine\php\php-cgi.exe
or
---- C:\Program Files\FileMaker\FileMaker Server\Web Publishing\publishing-engine\php\php-cgi.exe
-- Invoke handler checked for File or Folder

- Error Pages
-- Edit Feature Settings
-- choose Detailed Errors

Comments