{"id":325,"date":"2016-06-28T14:46:01","date_gmt":"2016-06-28T13:46:01","guid":{"rendered":"https:\/\/solidt.eu\/blog\/?p=325"},"modified":"2018-01-30T09:50:12","modified_gmt":"2018-01-30T08:50:12","slug":"php-7-iis-config","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/php-7-iis-config\/","title":{"rendered":"PHP 7 &#8211; IIS Config"},"content":{"rendered":"<p><strong>Application Pool:<\/strong><\/p>\n<ol>\n<li>.Net CLR Version: No Managed Code<\/li>\n<li>Managed Pipeline: Classic<\/li>\n<li>Set Application Pool Identity<\/li>\n<\/ol>\n<p><strong>Web site:<\/strong><\/p>\n<ol>\n<li>Authentication, Anonymous Authentication, Application pool identity<\/li>\n<\/ol>\n<pre class=\"lang:default decode:true \" title=\"web.config\">&lt;?xml version=\"1.0\" encoding=\"UTF-8\"?&gt;\r\n&lt;configuration&gt;\r\n    &lt;system.webServer&gt;\r\n        &lt;defaultDocument enabled=\"true\"&gt;\r\n            &lt;files&gt;\r\n                &lt;clear \/&gt;\r\n                &lt;add value=\"index.php\" \/&gt;\r\n            &lt;\/files&gt;\r\n        &lt;\/defaultDocument&gt;\r\n        &lt;handlers&gt;\r\n           &lt;clear \/&gt;     \r\n           &lt;add name=\"Default handler\" path=\"\/\" verb=\"*\" modules=\"DefaultDocumentModule\" resourceType=\"Either\" requireAccess=\"Script\" \/&gt;                      \r\n           &lt;add name=\"Folder handler\" path=\"*\/\" verb=\"*\" modules=\"DirectoryListingModule\" resourceType=\"Directory\" requireAccess=\"Script\" \/&gt;\r\n           &lt;add name=\"PHP_via_FastCGI2\" path=\"*.php\" verb=\"*\" modules=\"FastCgiModule\" scriptProcessor=\"C:\\Program Files\\PHP\\v7.0\\php-cgi.exe\" resourceType=\"Either\" requireAccess=\"Script\" \/&gt;                    \r\n           &lt;add name=\"Static File Handler\" path=\"*\" verb=\"*\" modules=\"StaticFileModule\" resourceType=\"File\" requireAccess=\"Script\" \/&gt;           \r\n        &lt;\/handlers&gt;\r\n        &lt;directoryBrowse enabled=\"true\" \/&gt;\r\n    &lt;\/system.webServer&gt;\r\n&lt;\/configuration&gt;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Application Pool: .Net CLR Version: No Managed Code Managed Pipeline: Classic Set Application Pool Identity Web site: Authentication, Anonymous Authentication, Application pool identity &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;UTF-8&#8243;?&gt; &lt;configuration&gt; &lt;system.webServer&gt; &lt;defaultDocument enabled=&#8221;true&#8221;&gt; &lt;files&gt; &lt;clear \/&gt; &lt;add value=&#8221;index.php&#8221; \/&gt; &lt;\/files&gt; &lt;\/defaultDocument&gt; &lt;handlers&gt; &lt;clear \/&gt; &lt;add name=&#8221;Default handler&#8221; path=&#8221;\/&#8221; verb=&#8221;*&#8221; modules=&#8221;DefaultDocumentModule&#8221; resourceType=&#8221;Either&#8221; requireAccess=&#8221;Script&#8221; \/&gt; &lt;add name=&#8221;Folder handler&#8221; path=&#8221;*\/&#8221; verb=&#8221;*&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-325","post","type-post","status-publish","format-standard","hentry","category-other-scripts"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/325","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=325"}],"version-history":[{"count":4,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/325\/revisions"}],"predecessor-version":[{"id":997,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/325\/revisions\/997"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=325"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=325"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=325"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}