Skip to content

Instantly share code, notes, and snippets.

@fbartels
Created July 29, 2014 18:49
Show Gist options
  • Select an option

  • Save fbartels/0e7f4980e921d034675c to your computer and use it in GitHub Desktop.

Select an option

Save fbartels/0e7f4980e921d034675c to your computer and use it in GitHub Desktop.
Apache vHost of all you local zarafa msi files (directory is used for Zarafa auto-update mechanism)
Alias /zarafa-client /var/lib/zarafa/client/
<Directory /var/lib/zarafa/client/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
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