Connecting Tech Pros Worldwide Forums | Help | Site Map

php script sporadic downloadable

Daniel Rindt
Guest
 
Posts: n/a
#1: Oct 22 '07
Hello List,

i hope to find an answer here, my problem is that my Webserver sporadic
offers php scripts for download.
I search with google and find some issues belonging to php version 4.x
and not to my version.
Im using php-5.1.6-1.1 (mod_php) with httpd-2.0.54-10.4 and can not find
informations belonging to my versions. so i hope someone here can point
me to a solution.
the problem is sporadic, the server setup works in general. it is no
AddHandler Problem. ;)

many thanks for reading my post and answering.
Daniel

Jeff Gaines
Guest
 
Posts: n/a
#2: Oct 22 '07

re: php script sporadic downloadable


On 22/10/2007 in message <ffis32$nb$02$1@news.t-online.comDaniel Rindt
wrote:
Quote:
>i hope to find an answer here, my problem is that my Webserver sporadic
>offers php scripts for download.
I am very new to php so this is not a definitive reply by any means, just
an experience I had during the learning process. A lot of scripts I down
loaded to examine/try used short tags (<?) and I have php set up not to
accept them. In my case they opened in the browser.

--
Jeff Gaines Damerham Hampshire UK
If you ever find something you like buy a lifetime supply because they
will stop making it
dkruger
Guest
 
Posts: n/a
#3: Oct 22 '07

re: php script sporadic downloadable


On Oct 22, 2:01 pm, Daniel Rindt <dan...@rindt.namewrote:
Quote:
Hello List,
>
i hope to find an answer here, my problem is that my Webserver sporadic
offers php scripts for download.
I search with google and find some issues belonging to php version 4.x
and not to my version.
Im using php-5.1.6-1.1 (mod_php) with httpd-2.0.54-10.4 and can not find
informations belonging to my versions. so i hope someone here can point
me to a solution.
the problem is sporadic, the server setup works in general. it is no
AddHandler Problem. ;)
>
many thanks for reading my post and answering.
Daniel
Have you noticed it always displaying the code for specific php
scripts? Or is it just randomly displaying code for various scripts?
My guess if it is completely random scripts, you might check your
error logs to see if there are any mod_php related errors, or the
mod_php crashing. I have not had the problem happen previously, but
it could be related to file permissions as well (though I would think
that would occur more likely if all scripts in a particular location
are having the problem).

Daniel Rindt
Guest
 
Posts: n/a
#4: Oct 24 '07

re: php script sporadic downloadable


Am Mon, 22 Oct 2007 13:33:48 -0700 schrieb dkruger:
Quote:
Have you noticed it always displaying the code for specific php scripts?
Or is it just randomly displaying code for various scripts? My guess if
it is completely random scripts, you might check your error logs to see
if there are any mod_php related errors, or the mod_php crashing. I
have not had the problem happen previously, but it could be related to
file permissions as well (though I would think that would occur more
likely if all scripts in a particular location are having the problem).
Its not all the time, it is sporadically. After i had change the
mem_limit to 128M the problem is gone it seems. I had tested some
requests for 30 Minutes and i got this effect anymore.
Closed Thread