From f4ef672dd6cb08953d2855d8356462d1eca119f3 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 25 Jan 2008 10:17:37 -0500 Subject: Listen only on the localhost interface Resolves bz 430191 --- ipa-server/ipa-gui/ipa_webgui.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ipa-server/ipa-gui/ipa_webgui.cfg b/ipa-server/ipa-gui/ipa_webgui.cfg index 68e31d888..81fcfa794 100644 --- a/ipa-server/ipa-gui/ipa_webgui.cfg +++ b/ipa-server/ipa-gui/ipa_webgui.cfg @@ -53,6 +53,10 @@ session_filter.on = True session_filter.storage_type='File' session_filter.storage_path='/var/cache/ipa/sessions' +# Listen only on the local interface so all requests go through +# Apache/mod_auth_kerb/mod_proxy. +server.server_port = 8080 +server.socket_host="127.0.0.1" # LOGGING # Logging configuration generally follows the style of the standard -- cgit