ini 的httpd-vhosts.conf
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ini 的httpd-vhosts.conf相关的知识,希望对你有一定的参考价值。
<VirtualHost *>
ServerName 127.0.0.1
DocumentRoot /Users/gabriela/Documents/ufrn/projeto/simplesamlphp/www/127.0.0.1
SetEnv SIMPLESAMLPHP_CONFIG_DIR /Users/gabriela/Documents/ufrn/projeto/simplesamlphp/config
Alias /simplesaml /Users/gabriela/Documents/ufrn/projeto/simplesamlphp/www/
<Directory /Users/gabriela/Documents/ufrn/projeto/simplesamlphp/www/>
<IfModule !mod_authz_core.c>
# For Apache 2.2:
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# For Apache 2.4:
Require all granted
</IfModule>
</Directory>
</VirtualHost>
以上是关于ini 的httpd-vhosts.conf的主要内容,如果未能解决你的问题,请参考以下文章
ini 的httpd-vhosts.conf
ini 阿帕奇的httpd-vhosts.conf
ini httpd-vhosts.conf用于可重用的Wordpress安装
XAMPP 中的 httpd-vhosts.conf 在哪里?
apache里面的httpd-vhosts.conf文件怎么恢复
取消注释“包含 conf/extra/httpd-vhosts.conf”时 wamp 服务器不工作