|
Bugzilla – Full Text Bug Listing |
| Summary: | Apache2 mod_userdir not properly configured | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Stephan Heffner <heffner> |
| Component: | Network | Assignee: | Peter Poeml <poeml> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SuSE Linux 10.1 | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Stephan Heffner
2006-05-18 11:46:53 UTC
Just after submitting this bug, I tried to define UserDir using
UserDir public_html
That's it, no bug. Now it works correctly.
I guess this bug is valid. According to comments in httpd.conf, mod_userdir.conf should be loaded from default-server.conf, if mod_userdir is loaded. It seems not to be true and even if userdir is included in module list (and mod_userdir is loaded), apache does not serve userdir out of the box. I have used apache2 out of the box and did not work. I had to add: UserDir "public_html" Include /etc/apache2/mod_userdir.conf Looking at web discussions, it is confusing for many users. Okay. First something general: These two lines are needed: UserDir public_html Include /etc/apache2/mod_userdir.conf They *are*, in a fresh installation, present in /etc/apache2/default-server.conf, as well as in the template files in vhosts.d which server as starting point for new virtual hosts. Now, to this bug. I assume that the first line is missing in your default-server.conf. This is (was) a bug in yast2-http-server, which removes it (the first line, or the entire block, I can't remember). See bug 128226. If this is a fresh 10.1 install, the bug is still there. If it is an update, the bug may be fixed already but may have hit you in the past. So, please let me know details. And, could you please attach default-server.conf? No feedback so far. I'm resolving this as duplicate of bug 128226 now. *** This bug has been marked as a duplicate of bug 128226 *** |