【调度系统】广东民航医疗快线调度系统源代码
hzj
2 天以前 d08ed14d6a4589c034140fdc8ac04a277c8e4b36
web.config
@@ -8,10 +8,10 @@
    </system.web>
    <system.webServer>
        <fastCgi>
            <application fullPath="D:\project\急救转运\code\php\php-cgi.exe" monitorChangesTo="php.ini" activityTimeout="600" requestTimeout="600" instanceMaxRequests="10000">
            <application fullPath="C:\php\php-cgi.exe" monitorChangesTo="php.ini" activityTimeout="600" requestTimeout="600" instanceMaxRequests="10000">
                <environmentVariables>
                    <environmentVariable name="PHP_FCGI_MAX_REQUESTS" value="10000" />
                    <environmentVariable name="PHPRC" value="D:\project\急救转运\code\php" />
                    <environmentVariable name="PHPRC" value="C:\php" />
                </environmentVariables>
            </application>
        </fastCgi>
@@ -29,7 +29,7 @@
        <handlers>
            <remove name="php" />
            <remove name="FastCGI" />
            <add name="php" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="D:\project\急救转运\code\php\php-cgi.exe" resourceType="File" requireAccess="Script" />
            <add name="php" path="*.php" verb="*" modules="FastCgiModule" scriptProcessor="C:\php\php-cgi.exe" resourceType="File" requireAccess="Script" />
            <add name="gds" path="*.gds" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%windir%\system32\inetsrv\asp.dll" resourceType="File" requireAccess="Script" preCondition="bitness64" />
        </handlers>
        <httpErrors errorMode="DetailedLocalOnly" />