作者:ltd-bege
项目:apache-configurato
/**
* Set allowed context of concrete directive
*/
protected function setAllowedContext()
{
$this->allowedContext = [Directory::getFullName(), ConfigurationFile::HTACCESS];
}
作者:ltd-bege
项目:apache-configurato
/**
* Set allowed context of concrete directive
*/
protected function setAllowedContext()
{
$this->allowedContext = [ConfigurationFile::SERVER_CONFIG, VirtualHost::getFullName(), Directory::getFullName(), ConfigurationFile::HTACCESS];
}
作者:ltd-bege
项目:apache-configurato
/**
* Set allowed context of concrete directive
*/
protected function setAllowedContext()
{
$this->allowedContext = [Directory::getFullName()];
}