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

Bug 104499

Summary: Apache2 httpd.conf has wrong module name for userdir (v. 2.0.53)
Product: Gentoo Linux Reporter: aaron <gentoo>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description aaron 2005-09-01 11:25:48 UTC
Version 2.0.53 of Apache has the wrong module name for userdir_module.  Line
~448 has <IfModule mod_userdir.c>.  This should read <IfModule userdir_module>,
or at least that's what I had to change it to to fix it.

aaron p

Reproducible: Always
Steps to Reproduce:
1.Open favorite text editor
2.Search for <IfModule mod_userdir.c> or -D USERDIR

Actual Results:  
Enabling userdir in /etc/conf.d/apache with APACHE2_OPTS="-D USERDIR" should
enable accessing public_html in user dirs using a URL like:
http://<myhost>/~user_name but I always get Error 404 file not found

Expected Results:  
Should bring up the user's homepage.
Comment 1 aaron 2005-09-01 11:32:31 UTC
I emerged v. 2.0.54-r14 and took the defaults, adding only "-D USERDIR" to
/etc/conf.d/apache and now it works fine.  Perhaps bad config in my original v.
2.0.53 install?
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-01 14:58:28 UTC
This version is not in portage any more.