Created
March 12, 2016 17:04
-
-
Save ehzawad/2e86274b4552a7741126 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_alias.c> | |
<IfModule mod_cgi.c> | |
Define ENABLE_USR_LIB_CGI_BIN | |
</IfModule> | |
<IfModule mod_cgid.c> | |
Define ENABLE_USR_LIB_CGI_BIN | |
</IfModule> | |
<IfDefine ENABLE_USR_LIB_CGI_BIN> | |
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ | |
<Directory "/usr/lib/cgi-bin"> | |
AllowOverride None | |
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch | |
Require all granted | |
</Directory> | |
</IfDefine> | |
</IfModule> | |
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment