Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 292947 Details for
Bug 430191
TurboGears should only listen on localhost in the production config
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
listen only on localhost
freeipa-598-listen.patch (text/plain), 851 bytes, created by
Rob Crittenden
on 2008-01-25 15:18:02 UTC
(
hide
)
Description:
listen only on localhost
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-01-25 15:18:02 UTC
Size:
851 bytes
patch
obsolete
># HG changeset patch ># User Rob Crittenden <rcritten@redhat.com> ># Date 1201274257 18000 ># Node ID fbffe27e5e2b82693635b5101d5c2698dc042b04 ># Parent c852de3dbb7ae67b99448c821488731e80fd387a >Listen only on the localhost interface >Resolves bz 430191 > >diff -r c852de3dbb7a -r fbffe27e5e2b ipa-server/ipa-gui/ipa_webgui.cfg >--- a/ipa-server/ipa-gui/ipa_webgui.cfg Thu Jan 24 22:31:22 2008 -0500 >+++ b/ipa-server/ipa-gui/ipa_webgui.cfg Fri Jan 25 10:17:37 2008 -0500 >@@ -53,6 +53,10 @@ session_filter.storage_type='File' > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 430191
: 292947