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 314651 Details for
Bug 459209
mod_rewrite rules in ipa-rewrite.conf break cobbler install
[?]
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]
limit mod_rewrite rules to /ipa
freeipa-77-rewrite.patch (text/plain), 1.40 KB, created by
Rob Crittenden
on 2008-08-20 19:29:23 UTC
(
hide
)
Description:
limit mod_rewrite rules to /ipa
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-08-20 19:29:23 UTC
Size:
1.40 KB
patch
obsolete
>From 802c4f48538ad7d2e7b069b8537ea68d445963f0 Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcrit@ipa.greyoak.com> >Date: Wed, 20 Aug 2008 15:33:45 -0400 >Subject: [PATCH] Limit the mod_rewrite rules to just /ipa > >459209 >--- > ipa-server/xmlrpc-server/ipa-rewrite.conf | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/ipa-server/xmlrpc-server/ipa-rewrite.conf b/ipa-server/xmlrpc-server/ipa-rewrite.conf >index fc7ce68..7ba20dd 100644 >--- a/ipa-server/xmlrpc-server/ipa-rewrite.conf >+++ b/ipa-server/xmlrpc-server/ipa-rewrite.conf >@@ -1,4 +1,4 @@ >-# VERSION 1 - DO NOT REMOVE THIS LINE >+# VERSION 2 - DO NOT REMOVE THIS LINE > > RewriteEngine on > >@@ -10,10 +10,10 @@ RewriteRule ^/$$ https://$FQDN/ipa/ui [L,NC,R=301] > # Redirect to the fully-qualified hostname. Not redirecting to secure > # port so configuration files can be retrieved without requiring SSL. > RewriteCond %{HTTP_HOST} !^$FQDN$$ [NC] >-RewriteRule ^/(.*) http://$FQDN/$$1 [L,R=301] >+RewriteRule ^/ipa/(.*) http://$FQDN/ipa/$$1 [L,R=301] > > # Redirect to the secure port if not displaying an error or retrieving > # configuration. > RewriteCond %{SERVER_PORT} !^443$$ >-RewriteCond %{REQUEST_URI} !^/(errors|config|favicon.ico) >-RewriteRule ^/(.*) https://$FQDN/$$1 [L,R=301,NC] >+RewriteCond %{REQUEST_URI} !^/ipa/(errors|config|favicon.ico) >+RewriteRule ^/ipa/(.*) https://$FQDN/ipa/$$1 [L,R=301,NC] >-- >1.5.4.1 >
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 459209
: 314651