Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 104499 - Apache2 httpd.conf has wrong module name for userdir (v. 2.0.53)
Summary: Apache2 httpd.conf has wrong module name for userdir (v. 2.0.53)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-01 11:25 UTC by aaron
Modified: 2005-09-01 14:58 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 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.