From 9d13223e971c1bb37b141cb0b0a3a7dd4077f4d8 Mon Sep 17 00:00:00 2001
From: Raúl Benencia <rbenencia@linti.unlp.edu.ar>
Date: Thu, 2 Aug 2012 22:51:17 -0300
Subject: Fix various semantic errors

---
 pywhoisd.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'pywhoisd.conf')

diff --git a/pywhoisd.conf b/pywhoisd.conf
index b7d0662..b18da39 100644
--- a/pywhoisd.conf
+++ b/pywhoisd.conf
@@ -6,10 +6,10 @@ classic = yes
 
 # Only makes sense when classic server is enabled
 classic_host = localhost
-classic_port = 4343
+classic_port = 4344
 
 # Run a web whois server?
-web = yes
+web = no
 
 # Only makes sense when web server is enabled
 web_host = localhost
@@ -20,4 +20,4 @@ web_port = 8080
 mode = xml
 
 # Only makes sense when xml storage mode is enabled
-xml_file = networks.xml
\ No newline at end of file
+xml_file = examples/networks.xml
\ No newline at end of file
-- 
cgit v1.2.3