I am running a PHP app using FastCGI and in the Handler Mappings I see the following:
Name | Path | State | Path Type | Handler | Entry Type
-------------------|-------|---------|----------------|---------------------------------------------------------------|-----------
OPTIONSVerbHandler | * | Enabled | Unspecified | ProtocolSupportModule | Local
TRACEVerbHandler | * | Enabled | Unspecified | ProtocolSupportModule | Local
StaticFile | * | Enabled | File or Folder | StaticFileModule,DefaultDocumentModule,DirectoryListingModule | Local
What are these 3? I did not configure the website initially. Can I remove these files from a specific website Handler Mappings?