Skip to content

Instantly share code, notes, and snippets.

@Keridos
Created January 18, 2016 16:44
Show Gist options
  • Save Keridos/1a48e4c0ddac67286972 to your computer and use it in GitHub Desktop.
Save Keridos/1a48e4c0ddac67286972 to your computer and use it in GitHub Desktop.
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment