Allow Includes in *cgi* directories.
This commit is contained in:
parent
336dae45a4
commit
3406861f85
@ -36,13 +36,13 @@
|
||||
<Location /cgi-bin/>
|
||||
PassengerEnabled Off
|
||||
SetHandler cgi-script
|
||||
Options +ExecCGI -Includes -Indexes -MultiViews +SymLinksIfOwnerMatch
|
||||
Options +ExecCGI +IncludesNoExec -Indexes -MultiViews +SymLinksIfOwnerMatch
|
||||
</Location>
|
||||
|
||||
<Location /fastcgi-bin/>
|
||||
PassengerEnabled Off
|
||||
SetHandler fcgid-script
|
||||
Options +ExecCGI -Includes -Indexes -MultiViews +SymLinksIfOwnerMatch
|
||||
Options +ExecCGI +IncludesNoExec -Indexes -MultiViews +SymLinksIfOwnerMatch
|
||||
</Location>
|
||||
|
||||
#if( ${php5} )
|
||||
@ -115,13 +115,13 @@
|
||||
<Location /cgi-bin/>
|
||||
PassengerEnabled Off
|
||||
SetHandler cgi-script
|
||||
Options +ExecCGI -Includes -Indexes -MultiViews +SymLinksIfOwnerMatch
|
||||
Options +ExecCGI +IncludesNoExec -Indexes -MultiViews +SymLinksIfOwnerMatch
|
||||
</Location>
|
||||
|
||||
<Location /fastcgi-bin/>
|
||||
PassengerEnabled Off
|
||||
SetHandler fcgid-script
|
||||
Options +ExecCGI -Includes -Indexes -MultiViews +SymLinksIfOwnerMatch
|
||||
Options +ExecCGI +IncludesNoExec -Indexes -MultiViews +SymLinksIfOwnerMatch
|
||||
</Location>
|
||||
|
||||
#if( ${php5} )
|
||||
|
Loading…
Reference in New Issue
Block a user