> -----Original Message-----
> From: Jay Chandler [mailto:[EMAIL PROTECTED] 
> Sent: Friday, June 15, 2007 3:22 AM
> To: [email protected]
> Subject: [EMAIL PROTECTED] 404 on UserDir
> 
> Trying to get UserDir working on Apache2.2 under FreeBSD.
> 
> Error log shows:
>  File does not exist: /www/htdocs/~chandler
                                    ^
The server seems not to be parsing the squiggle as a "home" indicator
and so thinks it's just a filename. Does the user exist on the
webserver?

> 
> Relevant lines in httpd.conf:
> LoadModule userdir_module libexec/apache22/mod_userdir.so
> Include etc/apache22/extra/httpd-userdir.conf

Is this file really in
/path/to/server-root/etc/apache22/extra/httpd-userdir.conf or should it
be /etc/apache22/extra/httpd-userdir.conf?

Test that httpd-userdir.conf is really being loaded (put in a deliberate
syntax error and check it gets detected by configtest.

If all else fails, try the explicit form of UserDir:

UserDir /usr/users/*/public_html

which will map http://server/~chandler to
/usr/users/chandler/public_html.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 



> 
> 
> 
> Any help y'all could lend would be much appreciated.
> 
> Regards,
> 
> Jay Chandler
> Network Administrator
> Chapman University
> 
> 
> ---------------------------------------------------------------------
> 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]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
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