Bug 240956

Summary: [handbook] network-apache.html docs refer to obsolete PHP & SSL versions
Product: Documentation Reporter: Sean McBride <sean>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Many People CC: trhodes
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sean McBride 2019-10-01 03:20:44 UTC
Just trying to install Apache on FreeBSD for first time ever, and so read this:

https://www.freebsd.org/doc/handbook/network-apache.html

Some presumably obsolete info:

"The mod_ssl module uses the OpenSSL library to provide strong cryptography via the Secure Sockets Layer (SSLv3)..." -> I sure hope SSLv3 is gone by now.

"To gain support for PHP5 for the Apache web server..." -> should probably remove version reference, PHP5 no longer gets even security updates: https://www.php.net/supported-versions.php
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2020-09-10 02:16:46 UTC
Hi,

I created this patch which I think covers everything:

https://reviews.freebsd.org/D26386

Feedback on flow, information, etc. is welcome.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-10-04 05:08:25 UTC
A commit references this bug:

Author: trhodes
Date: Sun Oct  4 05:07:49 UTC 2020
New revision: 54573
URL: https://svnweb.freebsd.org/changeset/doc/54573

Log:
  Update the PHP and SSL subsections of the Apache section.

  PR:		240956
  Reviewed by:	bcr
  Sponsored by:	https://reviews.freebsd.org/D26386

Changes:
  head/en_US.ISO8859-1/books/handbook/network-servers/chapter.xml
Comment 3 Tom Rhodes freebsd_committer freebsd_triage 2020-10-04 05:11:47 UTC
Section update, thank you for the report.