add +FollowSysLinks options for perl-workaround, fixes #660
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -966,7 +966,7 @@ class apache
|
|||||||
&& isset($row_diroptions['options_cgi'])
|
&& isset($row_diroptions['options_cgi'])
|
||||||
&& $row_diroptions['options_cgi'] == '1')
|
&& $row_diroptions['options_cgi'] == '1')
|
||||||
{
|
{
|
||||||
$this->diroptions_data[$diroptions_filename].= ' ExecCGI -MultiViews +SymLinksIfOwnerMatch'."\n";
|
$this->diroptions_data[$diroptions_filename].= ' ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSysLinks'."\n";
|
||||||
} else {
|
} else {
|
||||||
$this->diroptions_data[$diroptions_filename].= "\n";
|
$this->diroptions_data[$diroptions_filename].= "\n";
|
||||||
}
|
}
|
||||||
@@ -983,7 +983,7 @@ class apache
|
|||||||
&& isset($row_diroptions['options_cgi'])
|
&& isset($row_diroptions['options_cgi'])
|
||||||
&& $row_diroptions['options_cgi'] == '1')
|
&& $row_diroptions['options_cgi'] == '1')
|
||||||
{
|
{
|
||||||
$this->diroptions_data[$diroptions_filename].= ' ExecCGI -MultiViews +SymLinksIfOwnerMatch'."\n";
|
$this->diroptions_data[$diroptions_filename].= ' ExecCGI -MultiViews +SymLinksIfOwnerMatch +FollowSysLinks'."\n";
|
||||||
} else {
|
} else {
|
||||||
$this->diroptions_data[$diroptions_filename].= "\n";
|
$this->diroptions_data[$diroptions_filename].= "\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user