Jump to content

Recommended Posts

Posted

I'm trying to publish a web server that I am playing with, but am having some problems. When I type in the url I get the following error.

web.JPG

The confusing thing is that I am running Apache not IIS. IIS was installed but was removed ages ago. Unfortunately formatting the server is not an option just yet

 

Any help appreciated

Posted

you did say publishing yes?

 

do you have isa, and do you have IIS on your ISA server?

 

if you do, stop the service and test again. IIS takes precedence over any ISA listener.

 

BoX

Posted
Sure you've got the IP address right? What is it?

 

203.94.53.232

 

you did say publishing yes?

 

do you have isa, and do you have IIS on your ISA server?

 

if you do, stop the service and test again. IIS takes precedence over any ISA listener.

 

BoX

 

This is not through the ISA server

Posted (edited)

Can you access the IIS manager through the MMC application if the snapin is there and see if it is setup to listen on port 80. After killing it you may need to restart apache to get it to pick up port 80. Do a search for iis.msc which is the snapin or acces it on a different computer and point it at the server to manage it.

 

You could also try setting apache up to listen on a different port (5050) just to test that it can be seen and accessing it like http://203.94.53.232:5050

Edited by SYNACK
Posted
Its not a problem with permissions on the IIS folder is it? Im not sure what the permissions need to be on IIS but I use www-data or "nobody" on apache / ubuntu then enable read/write access as required on it.
Posted

If IIS is capturing port 80, Apache should whinge about it in its logs - see if it has, then you know that you're not seeing things :)

 

 

Its not a problem with permissions on the IIS folder is it? Im not sure what the permissions need to be on IIS but I use www-data or "nobody" on apache / ubuntu then enable read/write access as required on it.

 

Please read the OP.

Posted
Can you access the IIS manager through the MMC application if the snapin is there and see if it is setup to listen on port 80. After killing it you may need to restart apache to get it to pick up port 80. Do a search for iis.msc which is the snapin or acces it on a different computer and point it at the server to manage it.
Nope, can't get to it via MMC

 

You could also try setting apache up to listen on a different port (5050) just to test that it can be seen and accessing it like http://203.94.53.232:5050
Unfortunately due to a mongrel proprietory firewall box we have I can't allow external access via another port except 80.

 

 

It think that I will be starting from scratch with that server after the holidays. Have always wanted to play with Linux anyway so it might be a good excuse to do that.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...