LoadModule "php静态库名so"
找到
<IfModule alias_module>
#在此标签末尾加上php的路径映射
ScriptAlias /cgi-bin/ "/Apache Software Foundation/Apache22/cgi-bin/"
ScriptAlias /php/ "/php-526-Win32/"
</IfModule>
<IfModule mime_module>
#
# TypesConfig points to the file containing the list of mappings from
# filename extension to MIME-type
#
#在下面加入MIME类型,服务器根据MIME类型来调用想用的脚本解释器
AddType application/x-compress Z
AddType application/x-gzip gz tgz
AddType application/x->
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)