Skip to content

Instantly share code, notes, and snippets.

@ychaouche
Created November 11, 2012 09:31
Show Gist options
  • Select an option

  • Save ychaouche/4054292 to your computer and use it in GitHub Desktop.

Select an option

Save ychaouche/4054292 to your computer and use it in GitHub Desktop.
vhost sugarcrm.conf
<VirtualHost *:80>
ServerName sugarcrm.localhost
DocumentRoot "/srv/www/htdocs/sugarcrm/"
ErrorLog /var/log/apache2/errors/sugarcrm.log
CustomLog /var/log/apache2/access/sugarcrm.log combined
<Directory "/srv/www/htdocs/sugarcrm/">
# Options Indexes +FollowSymLinks -SymLinksIfOwnerMatch
Options All
AllowOverride None
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