Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32785 - apache-2.48-r1 documentroot have changed, but not in apache2.conf
Summary: apache-2.48-r1 documentroot have changed, but not in apache2.conf
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-05 04:32 UTC by Joakim
Modified: 2003-11-06 04:04 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 Joakim 2003-11-05 04:32:01 UTC
in apache 2.48-r1 (and somewhat earlier ebuilds) all files previous 
in /home/httpd/* {htdocs, etc.} have changed to /var/www/localhost/* BUT in the 
new installed apache2.conf "DocumentRoot /home/httpd/htdocs" remains the same, 
shouldn't this be changed to "DocumentRoot /var/www/localhost/htdocs" ?

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2003-11-05 12:46:13 UTC
# grep DocumentRoot /usr/portage/net-www/apache/files/2.0.40/apache2.conf
DocumentRoot /var/www/localhost/htdocs
Comment 2 Joakim 2003-11-06 04:04:14 UTC
Well, when I upgraded my apache-2.047-r1 (or if it was r2) the DocumentRoot
didn't change, so maybe something else goes wrong...? I even emerged 2.0.48-r1
a second time with same result. Then I changed it manually.