LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem of group in UserDir (https://www.linuxquestions.org/questions/linux-newbie-8/problem-of-group-in-userdir-783214/)

suhas.sonavane 01-19-2010 07:28 AM

problem of group in UserDir
 
my problem is that apache home directories are open by just address like this "http//10.10.14.14/~user" whose home directory is "/home/user"
but not work for those user which are in particular group.

e.g. john is in group class whose home directory is "/home/class/john"
if we set all permission 777 or whatever maybe with extra "chcon -R -h -t http_sys_content_t public_html/" its not working.

so plz help me regarding this...

Thank you in advance!!!

TB0ne 01-19-2010 09:10 AM

Quote:

Originally Posted by suhas.sonavane (Post 3832114)
my problem is that apache home directories are open by just address like this "http//10.10.14.14/~user" whose home directory is "/home/user"
but not work for those user which are in particular group.

e.g. john is in group class whose home directory is "/home/class/john"
if we set all permission 777 or whatever maybe with extra "chcon -R -h -t http_sys_content_t public_html/" its not working.

so plz help me regarding this...

Thank you in advance!!!

First, spell out your words, and don't double-post the same question twice. Especially don't tack your question onto the end of another persons thread, either.

Did you try to look up the Apache docs for this?
http://httpd.apache.org/docs/2.2/howto/public_html.html

A how-to guide, explaining the UserDir directive. There were also hints on the other thread you hijacked...did you follow any of those? What version/distro of Linux are you using? Version of Apache?? And how about an error message...something other than "its not working"....


All times are GMT -5. The time now is 09:05 PM.