WebApp Sec mailing list archives

Re: MYSQL and PHP


From: "Robin Wood" <dninja () gmail com>
Date: Tue, 16 May 2006 09:28:21 +0100

Hi
I put all my constants in a single include file, this helps when
uploading sites as you can put the whole site up excluding this one
file and not worry about losing settings.

By default apache will send .inc files out without parsing them. If
you want to get it parsed and also label that its an include file you
can call it .inc.php rather than just .inc. You could also modify the
apache conf file to get it to parse the .inc files as .php which can
be a bit tricky if you are not hosting the site yourself.

Robin

On 5/15/06, John Madden <chiwawa999 () yahoo com> wrote:
Hi,

First off i'm not a PHP programmer but I would like to
know the following:

Is it standard to use INC files to store MYSQL db
connections settings (username and password)?

What else could you do to make this "safer" ?

I presume Apache looks for files with extention
"*.INC" and does not processes them, right ?

Thanks you

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-------------------------------------------------------------------------
Sponsored by: Watchfire

Watchfire named worldwide market share leader in web application security
assessment by leading market research firm. Watchfire's AppScan is the
industry's first and leading web application security testing suite, and
the only solution to provide comprehensive remediation tasks at every
level of the application. See for yourself.
Download a Free Trial of AppScan 6.0 today!

https://www.watchfire.com/securearea/appscansix.aspx?id=701300000007t9c
--------------------------------------------------------------------------



-------------------------------------------------------------------------
Sponsored by: Watchfire

Watchfire named worldwide market share leader in web application security
assessment by leading market research firm. Watchfire's AppScan is the
industry's first and leading web application security testing suite, and
the only solution to provide comprehensive remediation tasks at every
level of the application. See for yourself.
Download a Free Trial of AppScan 6.0 today!

https://www.watchfire.com/securearea/appscansix.aspx?id=701300000007t9c
--------------------------------------------------------------------------


Current thread: