Bug 492053 - [Chapter 7] information of php package
Summary: [Chapter 7] information of php package
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora Documentation
Classification: Fedora
Component: documentation-guide
Version: devel
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Paul W. Frields
QA Contact: Karsten Wade
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-25 05:57 UTC by Noriko Mizumoto
Modified: 2009-07-09 01:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-09 01:13:59 UTC
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.