phpinfo Variable Values

I'm not sure if some of these variables are configured properly:

allow_call_time_pass_reference On - does this pose some kind of risk?
allow_url_fopen On - any problems with this?
asp_tags Off - does this need to be on for apache:asp?
open_basedir no value - shouldn't this be /home or something if its activated?
post_max_size 55M - does this look too large for a default value?

safe_mode On - ok
safe_mode_exec_dir no value - should this have something?
safe_mode_gid Off - does anyone relax this?
safe_mode_include_dir no value - should this have something?
sql.safe_mode Off - on causes errors?

upload_max_filesize 2M - is this large enough? upload_tmp_dir no value - should this have something in conjunction with safe_mode and open_basedir?
user_dir no value - should this have something in conjunction with safe_mode and open_basedir?

mysql.default_host no value - does this assume localhost?
mysql.max_links Unlimited - should this be limited?
mysql.max_persistent 50 - is this adequate?

 

 

 

 

Top