暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

etc_apache2_conf.d_z-push.conf 270B

1234567
  1. Alias /Microsoft-Server-ActiveSync /usr/share/z-push/index.php
  2. <Directory /usr/share/z-push>
  3. php_flag magic_quotes_gpc off
  4. php_flag register_globals off
  5. php_flag magic_quotes_runtime off
  6. php_flag short_open_tag on
  7. </Directory>