Tagged Questions
0
votes
0answers
17 views
Centralized IIS to redirect to other IIS servers
Basically what im after is to have a centralized IIS Server on the Local LAN where port 80/443 would be forwarded to from the router. Then through this server it can forward/redirect the requests to ...
1
vote
2answers
373 views
Why can't I connect to my IIS server, running on my PC, via public static IP?
I know this topic is quite old, but, nevertheless, I am doing this in a first time and I have some troubles with it. I try to open public access to my sites, hosted on IIS 7.5 web server on my Windows ...
1
vote
1answer
67 views
Why does FTP work without the IIS service?
I'm using Windows Server 2008 R2. I just stopped IIS and tried using FTP—it worked! So, is FTP independent from IIS? How does it work if IIS is stopped?
0
votes
1answer
426 views
Home web server on O2 Broadband
I'm trying to set up a website that is hosted on my computer. I'm using Win7 with IIS and an O2 Wireless Box II. I can access that website using http://localhost or http://192.168.1.104 (subnet ip ...
0
votes
3answers
2k views
How do I make my home IIS server accessible from the web?
I just visited: http://www.whatsmyip.org/ and found my IP Address. Now when I type my IP address in browser I see my router instead of my IIS which is OK because I am behind home router. But I'd like ...
0
votes
2answers
316 views
Unknown webserver listening on port 80
I was trying to install Apache, and I noticed it was forced to port 8080 because IIS was already using port 80. So I disabled the IIS service, and now there's some other server that's still using the ...
0
votes
1answer
302 views
Set default subdirectory page in IIS 6
I'd like to set the default page of a directory under /inetpub/wwwroot to something other than 'index.html'. Using Apache and .htaccess I'd use the 'DirectoryIndex' statement. How can I do this in ...
2
votes
2answers
676 views
How can I pass my Windows credentials in cURL?
I'm writing a script that uses cURL to pull data from an internal web server. I can explicitly use --user combined with --ntlm and everything works well, but I can't get it to recognize whomever's ...
5
votes
1answer
35k views
How to change listening port on webbserver IIS 7?
How do you change the port to which the webbserver IIS 7 is listening for incoming traffic to whatever portnumber?
1
vote
2answers
945 views
How can I get web server information about a page I'm viewing (e.g. Apache or IIS, Windows or UNIX)?
When I check pages for broken links using Xenu's Link Sleuth it usefully lists information about the web server, OS and PHP version
e.g.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8j PHP5.2.9
...
0
votes
1answer
587 views
web services access not being reached thru the web browser [closed]
I am trying to reference my .asmx webservices in .NET but my server is not exposed to the internet. When I put on the following address I get the message mentioned below. What's the reason for not ...
2
votes
5answers
3k views
Forward port 80 on a Linksys WRT54GL to port 80 of a single IP on the local network
I have a Linksys WRT54GL router and a home network of two PCs. What I want is one of the PCs to be a web server visible from the world on my static IP. It is a WindowsXP PC with IIS 5.1 setup and ...