Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Created December 27, 2013 01:20
Show Gist options
  • Select an option

  • Save kylejohnson/8141118 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnson/8141118 to your computer and use it in GitHub Desktop.
Example apache virtual host configuration for serving ZoneMinder under /
<VirtualHost *:80>
DocumentRoot /var/www/zm
ServerName zoneminder
ServerAlias zoneminder.example.com
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>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment