限制php只能访问的目录
open_basedir = "/www/web:/home/hoojar:/tmp"
禁止php调用的函数
disable_functions = system,passthru,popen,exec,shell_exec,proc_open
关闭支持asp tages <%只能使用<?php
asp_tags = Off
关闭php版本信息
expose_php = Off
关闭php出错信息
display_errors = Off
上传文件所存储的临时目录
upload_tmp_dir = "/tmp"
seession存储的目录
session.save_path = "/tmp"
