Commit
89e426f2ad3e98c4a958ffef5c1334754c00449e
Exists in
master
and in
21 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, news_page, script_to_update, template_mirror_block, tests, tests_fixies
util/debian-install/install: disable default apache site
This will make apache serve Noosfero on any virtualhost
| @@ -76,3 +76,6 @@ else |
| @@ -76,3 +76,6 @@ else |
76
| apt-cache policy noosfero |
76
| apt-cache policy noosfero |
77
| apt-get install -qy noosfero noosfero-apache |
77
| apt-get install -qy noosfero noosfero-apache |
78
| fi |
78
| fi |
| |
79
| + |
| |
80
| +a2dissite 000-default |
| |
81
| +service apache2 reload |