HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/hyperflight/apps/inxpress/web - Copy.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <appSettings>
    <add key="WSGI_HANDLER" value="app.wsgi.application"/>
    <add key="PYTHONPATH" value="."/>
    <add key="WSGI_LOG" value="D:\web\hyperflight.live\apps\inxpress\wfastcgi.log"/>
    <add key="APP_DEBUG" value="1"/>
  </appSettings>
  <system.webServer>
    <handlers>
      <add name="FlaskHandler" path="*" verb="*" modules="FastCgiModule"
           scriptProcessor="D:\web\hyperflight.live\apps\inxpress\.venv\Scripts\python.exe|D:\web\hyperflight.live\apps\inxpress\.venv\Lib\site-packages\wfastcgi.py"
           resourceType="Unspecified" requireAccess="Script"/>
    </handlers>
    <httpErrors errorMode="Detailed" existingResponse="PassThrough" />    
  </system.webServer>
</configuration>