Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 16410 - Apache ebuild shouldn't overwrite existing index.html in its document root.
Summary: Apache ebuild shouldn't overwrite existing index.html in its document root.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-26 09:37 UTC by Andrew Aylett
Modified: 2003-02-26 14:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Aylett 2003-02-26 09:37:32 UTC
When apache is emerged, the ebuild installs apache's default "The install was
successful" in the document root, overwriting the pages that were already there.
 IMO, this is bad.  Can it be made so that if there is a website in the document
root already it doesn't get written over?

Reproducible: Always
Steps to Reproduce:
1. Execute `emerge apache`


Actual Results:  
The website in /home/httpd/htdocs was partially replaced by apache's default
website.

Expected Results:  
Left the existing website intact.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-02-26 14:43:39 UTC
use CONFIG_PROTECTION for this directory