funny problem

11/12/2011 05:32 PowerChaos#1
hi all
i got some funny problem that i can not solve on my own ( sound strange isnt it ?)

it has not mutch to do with eo , but it is still a funny problem

some of you know that i am making a status script for eo ( remote checker :P )

now this is the funny problem

the image is generating a 403 error ( no permision error)

why does it sounds funny , because it random generate that error

so now the file is displaying and a refresh later it get the 403 error and a refresh later it is back fine

or even more fun , some images shows ( on the status) and a few got the 403 error

some says it has to do with mod_security , but i can cofirm that that is not the problem

same as keep alive , that seems not to be the problem eather
same as nopragma and file permisions ( 777 is full acces , images stands on 444 to allow read acces)

so to explain the error easy
just go to [Only registered and activated users can see links. Click Here To Register...] and refresh the page a couple of times , with luck you see the exact error i mean ( image that refuse to show -> 403 error)

i tested it out with some of my friends and they can generate the same error , so no clue why i get it

on the other side , the 403 error is a keep alive connection when the image is not a keep alive connection

the image get generated with a header redirect to the image (simple php code , header(location:$live); )

so probaly it is the header that is generating the 403 error but no clue how i can change that part as i can not figure out why it is providing that error in the first place

any help/solution/rewrite of code is welcome so i can prevent that 403 error

Thank you
Greetings From PowerChaos
11/12/2011 20:42 idlemonkey#2
maybe it isnt loging you in/out correctly ie: your acc is staying in the cache and after it refreshes then you can rejoin... I have had this problem with some of my websites I have been working on
11/13/2011 02:02 PowerChaos#3
its just on random
seems like it makes to many connections at the same time and then it provide a 403 error

it is not the cach ( images got a timespan on it to prevent caching)

some says that it is a certain setting in apache that prevents xx connections

as soon apache generated xx connection then it shows a 403 error , and every single image is generating a new connection

thats so far the solution i got , no clue if i works but lets find it out :d

Thank you
Greetings From PowerChaos