apache_conf PasswortschutzfüreinzelneDomain

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf PasswortschutzfüreinzelneDomain相关的知识,希望对你有一定的参考价值。

# Passwortschutz für einzelne Domain
SetEnvIf Host my.sub.domain passreq
AuthType Basic
AuthName "Password Required"
AuthUserFile /home/httpd/vhosts/____ plesk hosting name___/httpdocs/htpasswd/.htpasswd
Require valid-user
Order allow,deny
Allow from all
Deny from env=passreq
Satisfy any

以上是关于apache_conf PasswortschutzfüreinzelneDomain的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf htaccess的

apache_conf 基本认证

apache_conf 配置地图

apache_conf 更改最长执行时间

apache_conf 更改最大上传大小

apache_conf 基本认证