On Mon, November 7, 2005 3:50 pm, Richard wrote:
> I've heard that php is not particularly secure, making it problematic
> if you
> intend to create a web site with commerce, etc. Is there a particular
> news
> group that addresses security issues? I'm looking for some guidlines
> on
> ensuring tha
On Mon, Nov 07, 2005 at 01:50:59PM -0800, Richard wrote:
> I've heard that php is not particularly secure, making it problematic if you
> intend to create a web site with commerce, etc. Is there a particular news
> group that addresses security issues? I'm looking for some guidlines on
> ensuring t
Hi Richard,
Monday, November 7, 2005, 9:50:59 PM, you wrote:
> I've heard that php is not particularly secure, making it
> problematic if you intend to create a web site with commerce, etc.
> Is there a particular news group that addresses security issues? I'm
> looking for some guidlines on ensu
[snip]
I've heard that php is not particularly secure, making it problematic if
you
intend to create a web site with commerce, etc. Is there a particular
news
group that addresses security issues? I'm looking for some guidlines on
ensuring that my site is secure from malicious hackers.
[/snip]
It'
[EMAIL PROTECTED] wrote:
Hi Chris,
First of all, thanks a lot for sharing your "modus operandi" with us.
On 14 Jan 2004 at 7:32, Chris W wrote:
I then verify that every character in the string is with in the ascii
range of a space to the ~ which is basically all the characters on the
key board
Hi Chris,
First of all, thanks a lot for sharing your "modus operandi" with us.
On 14 Jan 2004 at 7:32, Chris W wrote:
> I then verify that every character in the string is with in the ascii
> range of a space to the ~ which is basically all the characters on the
> key board.
How exactly are y
OK, my question #2 below is answered by the docs: Safe mode disabled
the backtick operator. But having turned on safe mode on my local test
server, I have another question: Suddenly my include statements that
user relative paths don't work. For example:
include "/absolute/path/to/include/fil
Thanks. Looks like a properly configured safe mode could eliminate a
lot of problems. A few follow-up questions:
1. I see in the PHP doc comments a patch for Apache
(http://luxik.cdi.cz/~devik/apache/) that runs different virtual hosts
as different users. Anyone know anything about it, in te
If your hosting provider has enabled safe mode then others can not
include scripts that have a different uid than the owner of the current
script, that prevents them from including your code.
As far as the files go you could checksum them or if you are honestly
concerned about them being changed s
9 matches
Mail list logo