Bug 492053

Summary: [Chapter 7] information of php package
Product: [Fedora] Fedora Documentation Reporter: Noriko Mizumoto <noriko>
Component: documentation-guideAssignee: Paul W. Frields <stickster>
Status: CLOSED NOTABUG QA Contact: Karsten Wade <kwade>
Severity: medium Docs Contact:
Priority: low    
Version: develCC: jwulf, kwade
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-07-09 01:13:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Noriko Mizumoto 2009-03-25 05:57:34 UTC
Please add the following information.

Under 7.2 Setting Up a web sandbox
*Install the "php" package:
yum install php

Under 7.3.2 Adding Content (Option)
* To point the target page directly, edit /etc/httpd/conf.d/fpo.conf to:
NameVirtualHost *:80
<VirtualHost *:80>
    ServerName docs.localhost.localdomain
    DocumentRoot /var/www/fedora/web/html/docs/foobar-tutorial/F-7
    Alias /images /var/www/fedora/web/html/images
    Alias /css /var/www/fedora/web/html/css
    Alias /include /var/www/fedora/web/include
    Options Indexes FollowSymLinks
</Virtualhost>

Comment 1 Paul W. Frields 2009-07-09 01:13:59 UTC
The extra step of installing the php package isn't necessary; it's covered in the "Web Server" group.

I don't recommend changing the DocumentRoot either, because it means that authors are less likely (and able) to test links from the higher level pages into their republished document.  The site should be tested as a unit.