Bug 99723

Summary: information in FreeBSD handbook incorrect on installing mod_php and apache
Product: Documentation Reporter: David Gardner <david>
Component: Books & ArticlesAssignee: Daniel Gerzo <danger>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description David Gardner 2006-07-02 21:40:17 UTC
According to the /usr/ports/UPDATING file the www/mod_phpN port and others were removed and replaced with make options in lang/phpN.
While the FreeBSD Handbook's instructions on installing Apache and PHP still direct users to install www/mod_phpN
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-apache.html

Fix: 

Change handbook to tell users to build the lang/phpN port with the WITH_APACHE=yes option turned on, or instruct them to run 'make config'
How-To-Repeat: n/a
Comment 1 Daniel Gerzo freebsd_committer freebsd_triage 2006-08-22 18:40:57 UTC
Responsible Changed
From-To: freebsd-doc->danger

Take. The patch has been sent to my mentors for review.
Comment 2 Daniel Gerzo freebsd_committer freebsd_triage 2006-08-25 22:04:42 UTC
State Changed
From-To: open->closed

Thank you for pointing this out. I have commited a patch that fixes 
the described problem.