Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionSteven J. Levine
2016-09-30 21:51:42 UTC
Various pieces of documentation need to be corrected for both RHEL 6 and RHEL 7.
From Ken Gaillot:
I don't remember if these go through bzs are not, but a couple of
corrections:
"Introduction to Pacemaker Cluster Tools"
https://access.redhat.com/articles/2123451
* "This example creates an Apache web browser" should be "This example
creates an Apache HTTP Server". (It is commonly referred to as just
"Apache", but "Apache HTTP Server" is the full name, so we should use
that on first reference.)
* "enable the status server URL": This uses an older syntax that is
deprecated on RHEL 7. If you want to minimize the RHEL 6/7 differences,
you could keep this the same, but if you want to optimize for RHEL 7, it
should be:
# cat <<-END > /etc/httpd/conf.d/status.conf
<Location /server-status>
SetHandler server-status
Require local
</Location>
END
The above change also needs to be made in:
"Introduction to Failover in a Pacemaker Cluster"
https://access.redhat.com/articles/2123551
and
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/High_Availability_Add-On_Administration/s1-webserversetup-HAAA.html
--
Ken Gaillot <kgaillot>
--------------
My response:
On 09/30/2016 04:33 PM, Ken Gaillot wrote:
> I don't remember if these go through bzs are not, but a couple of
> corrections:
I think I'll open a BZ just so I have a record here. Sometimes I sneak
in small corrections, but this
is a lot.
>
> "Introduction to Pacemaker Cluster Tools"
> https://access.redhat.com/articles/2123451
>
> * "This example creates an Apache web browser" should be "This example
> creates an Apache HTTP Server". (It is commonly referred to as just
> "Apache", but "Apache HTTP Server" is the full name, so we should use
> that on first reference.)
This actually comes up a lot in the Administration Guide (which you
noted later). I just changed all of those references
in the RHEL 7 version that will go out with RHEL 7.3.
>
> * "enable the status server URL": This uses an older syntax that is
> deprecated on RHEL 7. If you want to minimize the RHEL 6/7 differences,
> you could keep this the same, but if you want to optimize for RHEL 7, it
> should be:
>
> # cat <<-END > /etc/httpd/conf.d/status.conf
> <Location /server-status>
> SetHandler server-status
> Require local
> </Location>
> END
For the article on the Portal we minimize the differences, but for the
RHEL 7 manual it should probably be updated. I'm just not sure about
changing it without testing it, so I'll leave that for now and leave the
BZ open for that testing.
>
> The above change also needs to be made in:
>
> "Introduction to Failover in a Pacemaker Cluster"
> https://access.redhat.com/articles/2123551
>
> and
>
> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/High_Availability_Add-On_Administration/s1-webserversetup-HAAA.html
>
I'll update these articles now.
Thanks,
Steven
Document URL:
Section Number and Name:
Describe the issue:
Suggestions for improvement:
Additional information:
I have made the updates to both referenced articles and published them.
I have made the updates to the Admin Guide for RHEL 7, but I haven't updated the status.conf example until I have a chance to test it.
I have run through the entire procedure for creating an HA web server, updating the httpd status.conf file and clarifying a few small thiings that came up during this review.
I'll send this to Ken Gaillot for a sanity check.