Skip to content

Instantly share code, notes, and snippets.

@anova
Created March 8, 2013 09:49
Show Gist options
  • Save anova/5115398 to your computer and use it in GitHub Desktop.
Save anova/5115398 to your computer and use it in GitHub Desktop.
php 5.3 for kriweb
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers>
<remove name="PHP" />
<add name="PHP cgi" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\kwdata\php5.3\php-cgi.exe" resourceType="Unspecified" />
</handlers>
<httpErrors errorMode="Detailed" />
<asp scriptErrorSentToBrowser="true"/>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment