Cant access on HTTP
am 05.07.2007 18:59:03 von SJ
Dear Friends,
For some reason we can't access our website on HTTP anymore. We can
access it on HTTPS just fine, but on HTTP it goes to the page not
found.
Any idea on what is going on here or where to look?
Thanks,
-SJ
Re: Cant access on HTTP
am 05.07.2007 20:09:28 von Kristofer Gafvert
Do you or someone else (ISP for example) block port 80? Can you access the
website on http from the server itself? Have you changed any settings
lately?
It can be alot of things and you need to troubleshoot. Start by trying to
access the website from the server itself. If it works, the problem is
probably network related. If it does not work, check the settings in IIS.
Use netstat to see that IIS is listening.
If you need more help, just reply and we will try out best to help you to
solve this.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
SJ wrote:
>Dear Friends,
>
>For some reason we can't access our website on HTTP anymore. We can
>access it on HTTPS just fine, but on HTTP it goes to the page not
>found.
>
>Any idea on what is going on here or where to look?
>
>Thanks,
>-SJ
Re: Cant access on HTTP
am 06.07.2007 19:15:16 von SJ
On Jul 5, 1:09 pm, "Kristofer Gafvert"
wrote:
> Do you or someone else (ISP for example) block port 80? Can you access the
> website on http from the server itself? Have you changed any settings
> lately?
>
> It can be alot of things and you need to troubleshoot. Start by trying to
> access the website from the server itself. If it works, the problem is
> probably network related. If it does not work, check the settings in IIS.
> Use netstat to see that IIS is listening.
>
> If you need more help, just reply and we will try out best to help you to
> solve this.
>
> --
> Regards,
> Kristofer Gafverthttp://www.gafvert.info/iis/- IIS Related Info
>
>
>
> SJ wrote:
> >Dear Friends,
>
> >For some reason we can't access our website on HTTP anymore. We can
> >access it on HTTPS just fine, but on HTTP it goes to the page not
> >found.
>
> >Any idea on what is going on here or where to look?
>
> >Thanks,
> >-SJ- Hide quoted text -
>
> - Show quoted text -
Kristofer,
Thanks a bunch for th replay. I cannot access from the server itself.
I checked the netstat -a and it returned the following which I think
mean it is listenting (note: i renamed the server name to :
TCP :http :0 LISTENING
TCP :https :0 LISTENING
Um, other users have told me they get this error when they try to
connect:
HTTP Error 401.2 - Unauthorized: Access is denied due to server
configuration.
Internet Information Services (IIS)
Any ideas?
Thanks again,
-SJ
Re: Cant access on HTTP
am 06.07.2007 21:25:39 von SJ
On Jul 6, 12:15 pm, SJ wrote:
> On Jul 5, 1:09 pm, "Kristofer Gafvert"
> wrote:
>
>
>
>
>
> > Do you or someone else (ISP for example) block port 80? Can you access the
> > website on http from the server itself? Have you changed any settings
> > lately?
>
> > It can be alot of things and you need to troubleshoot. Start by trying to
> > access the website from the server itself. If it works, the problem is
> > probably network related. If it does not work, check the settings in IIS.
> > Use netstat to see that IIS is listening.
>
> > If you need more help, just reply and we will try out best to help you to
> > solve this.
>
> > --
> > Regards,
> > Kristofer Gafverthttp://www.gafvert.info/iis/-IIS Related Info
>
> > SJ wrote:
> > >Dear Friends,
>
> > >For some reason we can't access our website on HTTP anymore. We can
> > >access it on HTTPS just fine, but on HTTP it goes to the page not
> > >found.
>
> > >Any idea on what is going on here or where to look?
>
> > >Thanks,
> > >-SJ- Hide quoted text -
>
> > - Show quoted text -
>
> Kristofer,
>
> Thanks a bunch for th replay. I cannot access from the server itself.
> I checked the netstat -a and it returned the following which I think
> mean it is listenting (note: i renamed the server name to :
>
> TCP :http :0 LISTENING
> TCP :https :0 LISTENING
>
> Um, other users have told me they get this error when they try to
> connect:
>
> HTTP Error 401.2 - Unauthorized: Access is denied due to server
> configuration.
> Internet Information Services (IIS)
>
> Any ideas?
> Thanks again,
> -SJ- Hide quoted text -
>
> - Show quoted text -
Here is more info... If change the authenitcation method from
"Intergrated" windows secuirty to "basic" I can get in. if I change it
back, it fails.
Any ideas?
Re: Cant access on HTTP
am 07.07.2007 19:14:54 von Kristofer Gafvert
Does the client support Integrated Windows Authentication? What client do
you use? Anything in between the client and server that could cause
problems (proxy for example)? Do you see this message when you browse on
the server?
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
SJ wrote:
>On Jul 6, 12:15 pm, SJ wrote:
>>On Jul 5, 1:09 pm, "Kristofer Gafvert"
>>wrote:
>>
>>
>>
>>
>>
>>>Do you or someone else (ISP for example) block port 80? Can you access
>>>the
>>>website on http from the server itself? Have you changed any settings
>>>lately?
>>
>>>It can be alot of things and you need to troubleshoot. Start by trying to
>>>access the website from the server itself. If it works, the problem is
>>>probably network related. If it does not work, check the settings in IIS.
>>>Use netstat to see that IIS is listening.
>>
>>>If you need more help, just reply and we will try out best to help you to
>>>solve this.
>>
>>>--
>>>Regards,
>>>Kristofer Gafverthttp://www.gafvert.info/iis/-IIS Related Info
>>
>>>SJ wrote:
>>>>Dear Friends,
>>
>>>>For some reason we can't access our website on HTTP anymore. We can
>>>>access it on HTTPS just fine, but on HTTP it goes to the page not
>>>>found.
>>
>>>>Any idea on what is going on here or where to look?
>>
>>>>Thanks,
>>>>-SJ- Hide quoted text -
>>
>>>- Show quoted text -
>>
>>Kristofer,
>>
>>Thanks a bunch for th replay. I cannot access from the server itself.
>>I checked the netstat -a and it returned the following which I think
>>mean it is listenting (note: i renamed the server name to :
>>
>> TCP :http :0 LISTENING
>> TCP :https :0 LISTENING
>>
>>Um, other users have told me they get this error when they try to
>>connect:
>>
>>HTTP Error 401.2 - Unauthorized: Access is denied due to server
>>configuration.
>>Internet Information Services (IIS)
>>
>>Any ideas?
>>Thanks again,
>>-SJ- Hide quoted text -
>>
>>- Show quoted text -
>
>Here is more info... If change the authenitcation method from
>"Intergrated" windows secuirty to "basic" I can get in. if I change it
>back, it fails.
>Any ideas?
Re: Cant access on HTTP
am 09.07.2007 17:47:38 von SJ
On Jul 7, 12:14 pm, "Kristofer Gafvert"
wrote:
> Does the client support Integrated Windows Authentication? What client do
> you use? Anything in between the client and server that could cause
> problems (proxy for example)? Do you see this message when you browse on
> the server?
>
> --
> Regards,
> Kristofer Gafverthttp://www.gafvert.info/iis/- IIS Related Info
>
>
>
> SJ wrote:
> >On Jul 6, 12:15 pm, SJ wrote:
> >>On Jul 5, 1:09 pm, "Kristofer Gafvert"
> >>wrote:
>
> >>>Do you or someone else (ISP for example) block port 80? Can you access
> >>>the
> >>>website on http from the server itself? Have you changed any settings
> >>>lately?
>
> >>>It can be alot of things and you need to troubleshoot. Start by trying to
> >>>access the website from the server itself. If it works, the problem is
> >>>probably network related. If it does not work, check the settings in IIS.
> >>>Use netstat to see that IIS is listening.
>
> >>>If you need more help, just reply and we will try out best to help you to
> >>>solve this.
>
> >>>--
> >>>Regards,
> >>>Kristofer Gafverthttp://www.gafvert.info/iis/-IISRelated Info
>
> >>>SJ wrote:
> >>>>Dear Friends,
>
> >>>>For some reason we can't access our website on HTTP anymore. We can
> >>>>access it on HTTPS just fine, but on HTTP it goes to the page not
> >>>>found.
>
> >>>>Any idea on what is going on here or where to look?
>
> >>>>Thanks,
> >>>>-SJ- Hide quoted text -
>
> >>>- Show quoted text -
>
> >>Kristofer,
>
> >>Thanks a bunch for th replay. I cannot access from the server itself.
> >>I checked the netstat -a and it returned the following which I think
> >>mean it is listenting (note: i renamed the server name to :
>
> >> TCP :http :0 LISTENING
> >> TCP :https :0 LISTENING
>
> >>Um, other users have told me they get this error when they try to
> >>connect:
>
> >>HTTP Error 401.2 - Unauthorized: Access is denied due to server
> >>configuration.
> >>Internet Information Services (IIS)
>
> >>Any ideas?
> >>Thanks again,
> >>-SJ- Hide quoted text -
>
> >>- Show quoted text -
>
> >Here is more info... If change the authenitcation method from
> >"Intergrated" windows secuirty to "basic" I can get in. if I change it
> >back, it fails.
> >Any ideas?- Hide quoted text -
>
> - Show quoted text -
Hi. Yes, i think the client supports it. There is a proxy between me
and server, but there has always been. I am using IE 6 to
connection. Maybe something in the proxy is messed up?
-Scott
Re: Cant access on HTTP
am 09.07.2007 17:57:11 von Kristofer Gafvert
My guess is that something is strange with the proxy. Try to access it
without proxy, using Internet Explorer 6 or later. It probably works.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
SJ wrote:
>On Jul 7, 12:14 pm, "Kristofer Gafvert"
>wrote:
>>Does the client support Integrated Windows Authentication? What client do
>>you use? Anything in between the client and server that could cause
>>problems (proxy for example)? Do you see this message when you browse on
>>the server?
>>
>>--
>>Regards,
>>Kristofer Gafverthttp://www.gafvert.info/iis/- IIS Related Info
>>
>>
>>
>>SJ wrote:
>>>On Jul 6, 12:15 pm, SJ wrote:
>>>>On Jul 5, 1:09 pm, "Kristofer Gafvert"
>>>>wrote:
>>
>>>>>Do you or someone else (ISP for example) block port 80? Can you access
>>>>>the
>>>>>website on http from the server itself? Have you changed any settings
>>>>>lately?
>>
>>>>>It can be alot of things and you need to troubleshoot. Start by trying
>>>>>to
>>>>>access the website from the server itself. If it works, the problem is
>>>>>probably network related. If it does not work, check the settings in
>>>>>IIS.
>>>>>Use netstat to see that IIS is listening.
>>
>>>>>If you need more help, just reply and we will try out best to help you
>>>>>to
>>>>>solve this.
>>
>>>>>--
>>>>>Regards,
>>>>>Kristofer Gafverthttp://www.gafvert.info/iis/-IISRelated Info
>>
>>>>>SJ wrote:
>>>>>>Dear Friends,
>>
>>>>>>For some reason we can't access our website on HTTP anymore. We can
>>>>>>access it on HTTPS just fine, but on HTTP it goes to the page not
>>>>>>found.
>>
>>>>>>Any idea on what is going on here or where to look?
>>
>>>>>>Thanks,
>>>>>>-SJ- Hide quoted text -
>>
>>>>>- Show quoted text -
>>
>>>>Kristofer,
>>
>>>>Thanks a bunch for th replay. I cannot access from the server itself.
>>>>I checked the netstat -a and it returned the following which I think
>>>>mean it is listenting (note: i renamed the server name to :
>>
>>>> TCP :http :0 LISTENING
>>>> TCP :https :0 LISTENING
>>
>>>>Um, other users have told me they get this error when they try to
>>>>connect:
>>
>>>>HTTP Error 401.2 - Unauthorized: Access is denied due to server
>>>>configuration.
>>>>Internet Information Services (IIS)
>>
>>>>Any ideas?
>>>>Thanks again,
>>>>-SJ- Hide quoted text -
>>
>>>>- Show quoted text -
>>
>>>Here is more info... If change the authenitcation method from
>>>"Intergrated" windows secuirty to "basic" I can get in. if I change it
>>>back, it fails.
>>>Any ideas?- Hide quoted text -
>>
>>- Show quoted text -
>
>Hi. Yes, i think the client supports it. There is a proxy between me
>and server, but there has always been. I am using IE 6 to
>connection. Maybe something in the proxy is messed up?
>
>-Scott
Re: Cant access on HTTP
am 10.07.2007 16:41:09 von SJ
On Jul 9, 10:57 am, "Kristofer Gafvert"
wrote:
> My guess is that something is strange with the proxy. Try to access it
> without proxy, using Internet Explorer 6 or later. It probably works.
>
> --
> Regards,
> Kristofer Gafverthttp://www.gafvert.info/iis/- IIS Related Info
>
>
>
> SJ wrote:
> >On Jul 7, 12:14 pm, "Kristofer Gafvert"
> >wrote:
> >>Does the client support Integrated Windows Authentication? What client do
> >>you use? Anything in between the client and server that could cause
> >>problems (proxy for example)? Do you see this message when you browse on
> >>the server?
>
> >>--
> >>Regards,
> >>Kristofer Gafverthttp://www.gafvert.info/iis/-IIS Related Info
>
> >>SJ wrote:
> >>>On Jul 6, 12:15 pm, SJ wrote:
> >>>>On Jul 5, 1:09 pm, "Kristofer Gafvert"
> >>>>wrote:
>
> >>>>>Do you or someone else (ISP for example) block port 80? Can you access
> >>>>>the
> >>>>>website on http from the server itself? Have you changed any settings
> >>>>>lately?
>
> >>>>>It can be alot of things and you need to troubleshoot. Start by trying
> >>>>>to
> >>>>>access the website from the server itself. If it works, the problem is
> >>>>>probably network related. If it does not work, check the settings in
> >>>>>IIS.
> >>>>>Use netstat to see that IIS is listening.
>
> >>>>>If you need more help, just reply and we will try out best to help you
> >>>>>to
> >>>>>solve this.
>
> >>>>>--
> >>>>>Regards,
> >>>>>Kristofer Gafverthttp://www.gafvert.info/iis/-IISRelatedInfo
>
> >>>>>SJ wrote:
> >>>>>>Dear Friends,
>
> >>>>>>For some reason we can't access our website on HTTP anymore. We can
> >>>>>>access it on HTTPS just fine, but on HTTP it goes to the page not
> >>>>>>found.
>
> >>>>>>Any idea on what is going on here or where to look?
>
> >>>>>>Thanks,
> >>>>>>-SJ- Hide quoted text -
>
> >>>>>- Show quoted text -
>
> >>>>Kristofer,
>
> >>>>Thanks a bunch for th replay. I cannot access from the server itself.
> >>>>I checked the netstat -a and it returned the following which I think
> >>>>mean it is listenting (note: i renamed the server name to :
>
> >>>> TCP :http :0 LISTENING
> >>>> TCP :https :0 LISTENING
>
> >>>>Um, other users have told me they get this error when they try to
> >>>>connect:
>
> >>>>HTTP Error 401.2 - Unauthorized: Access is denied due to server
> >>>>configuration.
> >>>>Internet Information Services (IIS)
>
> >>>>Any ideas?
> >>>>Thanks again,
> >>>>-SJ- Hide quoted text -
>
> >>>>- Show quoted text -
>
> >>>Here is more info... If change the authenitcation method from
> >>>"Intergrated" windows secuirty to "basic" I can get in. if I change it
> >>>back, it fails.
> >>>Any ideas?- Hide quoted text -
>
> >>- Show quoted text -
>
> >Hi. Yes, i think the client supports it. There is a proxy between me
> >and server, but there has always been. I am using IE 6 to
> >connection. Maybe something in the proxy is messed up?
>
> >-Scott- Hide quoted text -
>
> - Show quoted text -
thanks, Kristofer. I will pursue that avenue a little more.