
July 27th, 2003, 01:03 AM
|
 |
Full Access
|
|
Join Date: Jun 2000
Location: London, UK
Posts: 2,019
Time spent in forums: 3 sec
Reputation Power: 11
|
|
Quote: |
Each domain on my host gets its own database but no control over the database installation so I really don't know - besides the version - what I'm looking at. |
What are you looking for?
Quote: I know to use phpinfo file to get that info. I know that the databases are all accessed via localhost, php 4.2.3 is operating in safe mode and the mysql version is 3.23.39. |
Both PHP and MySQL can be upgraded to more recent (and probably more secure) versions, as you are not running the latest stable version of either.
Quote: | What else can I tell about the possible security problems with this system by looking at the info file? |
Probably not a great deal. The security of each aspect of your system would need to be analysed by a professional in order to highlight areas of weakness.
Quote: | Secondly, I use a wide variety of php open source code on this server and I have no earthly idea how safe this stuff is. I am no programmer but I'm learning fast how to work with already made files. |
Since PHP runs with the privileges of the web server, this limits the amount of damage it can do to the amount of damage that the "nobody" user can do - however this depends very much on what this user can do with regards to reading and writing files. For example, users can overwrite each other's files via PHP if their permissions are 777.
__________________
Alex
(http://www.alex-greg.com)
|