Listen only on the localhost interface

Resolves bz 430191
This commit is contained in:
Rob Crittenden 2008-01-25 10:17:37 -05:00
parent 34b56238d2
commit f4ef672dd6

View File

@ -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