|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Apache user dirs?
|
> For a standard install of apache via Debian packages, what's the URL syntax
> to a user's home directory?
>
> I tried:
>
> http://server/~name/index.html
> http://server/name/index.html
> http://server/users/name/index.html
> http://server/home/name/index.html
The http://server/~user/ syntax usualy maps to ~user/public_html in Apache
default installs -- does the user in question have a public_html directory
in their home directory, and are all the directoreis leading up to public_html
marked as (chmod 777) executable by the webserver?
k
--
------------------------------------------------------------------------------
Wisdom and Compassion are inseparable.
-- Christmas Humphreys
mortis@voicenet.com http://www.voicenet.com/~mortis
------------------------------------------------------------------------------
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|