diff --git a/apache2/ports.conf b/apache2/ports.conf
index 0693a44..76242fe 100644
--- a/apache2/ports.conf
+++ b/apache2/ports.conf
@@ -14,7 +14,7 @@ Listen 80
     # to <VirtualHost *:443>
     # Server Name Indication for SSL named virtual hosts is currently not
     # supported by MSIE on Windows XP.
-    Listen 443
+    Listen 127.0.0.1:443
 </IfModule>
 
 <IfModule mod_gnutls.c>
diff --git a/default/sslh b/default/sslh
index 48b8fa4..ce6ad3a 100644
--- a/default/sslh
+++ b/default/sslh
@@ -9,9 +9,9 @@
 # Once configuration ready, you *must* set RUN to yes here
 # and try to start sslh (standalone mode only)
 
-RUN=no
+RUN=yes
 
 # binary to use: forked (sslh) or single-thread (sslh-select) version
 DAEMON=/usr/sbin/sslh
 
-DAEMON_OPTS="--user sslh --listen 0.0.0.0:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443 --pidfile /var/run/sslh/sslh.pid"
+DAEMON_OPTS="--user sslh --listen 192.168.1.42:443 --ssh 127.0.0.1:22 --ssl 127.0.0.1:443 --pidfile /var/run/sslh/sslh.pid"
