|
Posted by Kevin Blount on 10/25/07 19:35
On Oct 25, 2:16 pm, Kevin Blount <kevin.blo...@gmail.com> wrote:
> On Oct 25, 1:58 pm, "Rik Wasmus" <luiheidsgoe...@hotmail.com> wrote:
>
>
>
>
>
> > On Thu, 25 Oct 2007 20:44:58 +0200, Kevin Blount <kevin.blo...@gmail.com>
> > wrote:
>
> > >> > http://216.244.107.150/info.php?test=me
>
> > >> > the code should just output:
>
> > >> > Hello me
>
> > >> > but instead the server just hangs, until my browser timesout. If I
> > >> > remove "?test=me" from the URL, the script works just fine (output:
> > >> > "Hello "), but for some reason all my PHP scripts now hang when I try
> > >> > and pass a name/pair on the URL.
> > >> Seems to work OK from here using that IP. Are you sure it isn't some
> > >> local
> > >> firewall/proxy setting? Does IIS keep a access and/or error log, and if
> > >> so, what is in it?
> > > To confirm.. when you click the above you see "Hello me" - not just
> > > "Hello"?
>
> > Indeed. Changing test to 'oelebole' worked too (see your access logs)
>
> > > No firewall/proxy.. it was working fine for me earlier today. I'll
> > > check IIS6 again, but I'm not sure what to look for. I just tried from
> > > Firefox, and receieved this error message:
> > > "PHP has encountered an Access Violation at 01C21255" - I also tried
> > > from another PC on my network.. same deal. Lastly tried from a remote
> > > PC (via Remote Desktop to the server this is all running from)
> > > ok.. something screwy is going on, right?
>
> > I'd say so. Try to access any access/error logs and check it out. The one
> > with 'oelebole' in the get strings was OK, compare that to your failed
> > requests.
> > --
> > Rik Wasmus- Hide quoted text -
>
> > - Show quoted text -
>
> Here are the logs.. anything jump out at you?
>
> As you can see. I tried "oelebole" first, and it worked! So, I tried
> "me" again, failed.. I tried "kevinblount" hinking the length or
> reserved word thing might be in play, but it failed to. I then tried
> "beekay", failed.. finally back to "oelebole" and it failed this
> time.
>
> Really confused now :p
>
> Kevin
>
> #Software: Microsoft Internet Information Services 6.0
> #Version: 1.0
> #Date: 2007-10-25 19:02:05
> #Fields: date time s-sitename s-ip cs-method cs-uri-stem cs-uri-query
> s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-
> status
> 2007-10-25 19:11:27 W3SVC1260829704 192.168.2.143 GET /info.php
> test=oelebole 80 - 76.210.180.155 Mozilla/4.0+(compatible;+MSIE
> +7.0;+Windows+NT+5.1;+QS+4.2.1.0;+.NET+CLR+1.1.4322;+.NET+CLR
> +2.0.50727;+FDM) 500 0 0
> 2007-10-25 19:11:34 W3SVC1260829704 192.168.2.143 GET /info.php
> test=me 80 - 76.210.180.155 Mozilla/4.0+(compatible;+MSIE+7.0;+Windows
> +NT+5.1;+QS+4.2.1.0;+.NET+CLR+1.1.4322;+.NET+CLR+2.0.50727;+FDM) 500 0
> 0
> 2007-10-25 19:11:39 W3SVC1260829704 192.168.2.143 GET /info.php
> test=beekay 80 - 76.210.180.155 Mozilla/4.0+(compatible;+MSIE
> +7.0;+Windows+NT+5.1;+QS+4.2.1.0;+.NET+CLR+1.1.4322;+.NET+CLR
> +2.0.50727;+FDM) 500 0 0
> 2007-10-25 19:11:49 W3SVC1260829704 192.168.2.143 GET /info.php
> test=kevinblount 80 - 76.210.180.155 Mozilla/4.0+(compatible;+MSIE
> +7.0;+Windows+NT+5.1;+QS+4.2.1.0;+.NET+CLR+1.1.4322;+.NET+CLR
> +2.0.50727;+FDM) 500 0 0
> 2007-10-25 19:11:59 W3SVC1260829704 192.168.2.143 GET /info.php
> test=oelebole 80 - 76.210.180.155 Mozilla/4.0+(compatible;+MSIE
> +7.0;+Windows+NT+5.1;+QS+4.2.1.0;+.NET+CLR+1.1.4322;+.NET+CLR
> +2.0.50727;+FDM) 500 0 0- Hide quoted text -
>
> - Show quoted text -
quick extra -
I just checked the evnet logs.. nothing showing at all regarding PHP
or IIS
I also restarted IIS, and after that the script worked with "me" and
then "kevin", but if I try it again, it's back to hanging and failing.
[Back to original message]
|