Skip to content

Instantly share code, notes, and snippets.

@norrs
Created June 18, 2012 11:52
Show Gist options
  • Select an option

  • Save norrs/2948021 to your computer and use it in GitHub Desktop.

Select an option

Save norrs/2948021 to your computer and use it in GitHub Desktop.
cat /usr/local/nav/etc/apache/subsystems/cricket.conf
<Location /cricket>
SetHandler none
AddHandler cgi-script .cgi
</Location>
<!-- Legge til denne kanskje pr default i nav? -->
<Directory /usr/share/cricket>
Order allow,deny
Allow from all
Options Indexes FollowSymLinks ExecCGI
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment