Last active
August 29, 2015 14:20
-
-
Save skvoz/947895987d2514042f02 to your computer and use it in GitHub Desktop.
Revisions
-
skvoz revised this gist
May 5, 2015 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,6 @@ DocumentRoot "/Users/md101/Sites/business-card.local/frontend/web" ServerName business-card.local #ServerAlias your.alias.here ScriptAlias /cgi-bin "/Users/md101/Sites/business-card.local/cgi-bin" <Directory "/Users/md101/Sites/business-card.local/frontend/web"> -
skvoz created this gist
May 5, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ # Created Tue May 5 13:28:50 EEST 2015 <VirtualHost *:80> DocumentRoot "/Users/md101/Sites/business-card.local/frontend/web" ServerName business-card.local #ServerAlias your.alias.here Alias /backend /Users/md101/Sites/business-card.local/backend/web ScriptAlias /cgi-bin "/Users/md101/Sites/business-card.local/cgi-bin" <Directory "/Users/md101/Sites/business-card.local/frontend/web"> Options All AllowOverride All Require all granted </Directory> CustomLog "/Users/md101/Sites/business-card.local/logs/access_log" combined ErrorLog "/Users/md101/Sites/business-card.local/logs/error_log" </VirtualHost>