欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

php 可以作用于服务器的目录的外面

DocumentRoot /home/wwwroot/m_aaa_com/public_html
ServerName m.aaa.com
ErrorDocument 400 /errpage/400.html
ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html
CustomLog "/home/web_logs/m.aaa.com_access_log" common
ErrorLog "/home/web_logs/m.aaa.com_error_log"
php_admin_value open_basedir /home/wwwroot/m_aaa_com:/tmp:/home/wwwroot/common_aaa_com:/home/wwwroot/common_bb_com
<IfModule mod_deflate.c>
DeflateCompressionLevel 7
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
AddOutputFilter DEFLATE css js html htm gif jpg png bmp php
</IfModule>
</VirtualHost>
<Directory /home/wwwroot/m_aaa_com>
    Options FollowSymLinks
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
 
普通分类: