Created
April 9, 2014 14:03
-
-
Save karlingen/10274264 to your computer and use it in GitHub Desktop.
sugarcrm 7 apache conf virtualhost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerAdmin webmaster@localhost | |
ServerName sugarcrm7.localhost.com | |
ErrorLog /var/log/apache2/sugarcrm7_error_log | |
DocumentRoot /home/karlingen/Desktop/public_html/sugarcrm7/ | |
<Directory /> | |
Options FollowSymLinks | |
AllowOverride all | |
</Directory> | |
<Directory /home/karlingen/Desktop/public_html/sugarcrm7/> | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride all | |
Order allow,deny | |
allow from localhost | |
</Directory> | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inside /etc/hosts:
127.0.0.1 sugarcrm7.localhost.com