|
Posted by Rik Wasmus on 10/25/07 19:41
On Thu, 25 Oct 2007 21:16:34 +0200, Kevin Blount <kevin.blount@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=3Dme
>>
>> >> > the code should just output:
>>
>> >> > Hello me
>>
>> >> > but instead the server just hangs, until my browser timesout. If=
I
>> >> > remove "?test=3Dme" from the URL, the script works just fine (ou=
tput:
>> >> > "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 so=
me
>> >> local
>> >> firewall/proxy setting? Does IIS keep a access and/or error log, a=
nd =
>> 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 f=
rom
>> > Firefox, and receieved this error message:
>> > "PHP has encountered an Access Violation at 01C21255" - I also trie=
d
>> > from another PC on my network.. same deal. Lastly tried from a remo=
te
>> > 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 faile=
d
>> requests.
> Here are the logs.. anything jump out at you?
>
> #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=3Doelebole 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
500 status means internal server error, so check the error log why an =
error occured. If nothing jumps out, check wether it's an IIS or PHP iss=
ue =
by using a static page with the GET string instead of a PHP one.
-- =
Rik Wasmus
[Back to original message]
|