Some (probably) stupid questions
1/ what are differences between :
=> Clam Anti-Virus 0.95.3
=> mod_clamav 0.23
=> AVG Anti-Virus 85flx
Is it interessant / necessary / stupid to install them all in the server ?
2/ what are differences between
=> MODsecurity 2.5.12 OS Linux
=> MODsecurity 2.5.12 Rules OS Linux
Is it interessant / necessary / stupid to install them all in the server ?
3/ How to know version on some feature on server ?
for example : ProFtp ?
Thanks for your script, it is very usefull for user like me...
Small remark about Nobody Check
I have this when running => Nobody Check 1.0.3 Old Version Please Update
Eaccelerator => Bug
Warning: Unknown: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/creadunet/:/tmp:/var/tmp:/usr/local/lib/php/) in Unknown on line 0
Fatal error: Can't load /home/creadunet/domains/creadunet.com/public_html/presentation.php, open_basedir restriction. in Unknown on line 0
I modify
=> if (PG(open_basedir) && php_check_open_basedir(realname TSRMLS_CC)) {
TO => if (PG(open_basedir) && php_check_open_basedir(file_handle->filename TSRMLS_CC)) {
as seen here :
http://eaccelerator.net/attachment/ticket/396/eaccelerator.c.patch
Then restart, but always the same error message
centos 5.4 64bits
PHP 5.2.13 (cli) (built: Mar 17 2010 09:41:38)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with Suhosin v0.9.18, Copyright (c) 2002-2006, by Hardened-PHP Project