Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32361 - suEXEC DocRoot is not correct in ebuild of apache 2.0.48
Summary: suEXEC DocRoot is not correct in ebuild of apache 2.0.48
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 21:49 UTC by pyon
Modified: 2003-12-22 15:03 UTC (History)
1 user (show)

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 pyon 2003-10-30 21:49:28 UTC
DocRoot is changed to /var/www/localhost/htdocs in apache-2.0.48.ebuild.
But suEXEC DocRoot is not corrected.

  --with-suexec-docroot=/home
                        ^^^^^

It must be changed to '--with-suexec-docroot=/var/www'.
 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Donny Davies (RETIRED) gentoo-dev 2003-11-04 10:31:13 UTC
Fixed, thanks!
Comment 2 Duke 2003-12-22 15:03:55 UTC
I don't understand why this was incorrect.  For every apache ebuild version prior to 1.3.29-r1 and 2.0.48-r1, the suexec-docroot was set to /home.  Now everyone using apache has to switch their entire docroot from /home/httpd to /var/www?

That's a real pain in the neck.  Not to mention other ebuilds that have to be updated now.