On 11/13/06, Ed Sawicki <[EMAIL PROTECTED]> wrote:
I just compiled and installed Apache version 2.2.3 on Linux.
I have mod_userdir loaded and I added these directives to
the Apache configuration file:

UserDir  enabled
UserDir  disabled root
UserDir  public_html

When I restart Apache, I get this error on-screen and in the error_log:

Syntax error on line 395 of /usr/local/apache/conf/httpd.conf:395
UserDir "enable" keyword requires a list of usernames

and Apache doesn't start. The Apache documentation does not mention
that a list of usernames must be present and their examples don't show
such a list. What's up?

There is probably a problem with the docs.  But you can get what you
want with simply
UserDir public_html
UserDir disabled root

The "enable" part is implied.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to