From 41f8e3728ebb174698054fa9fb979db62efa1347 Mon Sep 17 00:00:00 2001
From: Russell Bryant <russell@russellbryant.com>
Date: Tue, 28 Mar 2006 13:52:57 +0000
Subject: [PATCH] disable the http server by default at the request of people
 on IRC

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15518 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/http.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index 0b1f38be24..aea95643f1 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -6,7 +6,7 @@
 ;
 ; Whether HTTP interface is enabled or not.
 ;
-enabled=yes
+enabled=no
 ;
 ; Address to bind to
 ;
-- 
GitLab