Questions tagged [http.sys]
5 questions
3
votes
1 answer
How can you tell what process has a URL registered with HTTP.SYS
I have a program that is trying to register a URL with HTTP.SYS. It is giving the error "HTTP could not register URL http://+:1234/PathName/. Another application has already registered this URL with HTTP.SYS."
How can I find out what the other…

Martin Brown
- 434
- 10
- 25
2
votes
1 answer
Using same port in both IIS and nginx on different IP addresses
The server is running Windows Server 2019 Standard with IIS 10, and it has two network interfaces with public IPs (198.51.100.1 and 203.0.113.1)
My desired setup:
IIS: 198.51.100.1 on port 80
IIS: 198.51.100.1 on port 443
IIS: 203.0.113.1 on port…

crazyman
- 66
- 5
1
vote
1 answer
How to configure IIS Express in order to allow a non-administrator to use SSL ports outside the range of 44300 to 44399?
According to the IIS Express documentation administrative privileges are needed to run SSL using a port outside the range of 44300 to 44399.
For non-administrative users IIS Express
configures HTTP.SYS to reserve ports 44300 through 44399 for…

AardVark71
- 123
- 6
0
votes
0 answers
Disable the 'base' URL for SSRS
We keep getting hit with moderate security risks on our internal and external penetration tests on our SSRS servers. The main reason for this is that the scanner is attempting to use http(s)://reports.whatever.com.
As far as I could tell in my…

George V
- 1
0
votes
2 answers
IIS 7 how does http.sys know which request is for which application?
I'm reading this and it says: "HTTP.SYS finds out the request is for which application. Each application hosted in IIS is mapped to an application pool."
Based on what information in the request does http.sys decide which application is the…

GalSuchetzky
- 111
- 2