Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 187302

Summary: net-www/apache-2.2.4-r10 config fails if FEATURES=nodoc
Product: Gentoo Linux Reporter: Rajiv Aaron Manglani (RETIRED) <rajiv>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rajiv Aaron Manglani (RETIRED) gentoo-dev 2007-07-31 22:26:04 UTC
running config on net-www/apache-2.2.4-r10 if FEATURES=nodoc reports an error since the default webroot was never installed. /var/www/localhost/ is created though.


# emerge --config =net-www/apache-2.2.4-r10 


Configuring pkg...

 * Installing default webroot to //var/www/localhost
cp: cannot stat `//usr/share/doc/apache-2.2.4-r10/webroot/*': No such file or directory
Comment 1 Rajiv Aaron Manglani (RETIRED) gentoo-dev 2007-07-31 22:28:23 UTC
while /var/www/localhost is created, /var/www/localhost/htdocs is not. so apache will not start due to line 20 of /etc/apache2/vhosts.d/default_vhost.include:
<Directory "/var/www/localhost/htdocs">
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2007-08-01 22:42:57 UTC
fixed in -r11