Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-07-03 Thread rsomsak123
Dear Joshua, Craig Dunigan and all members, I just understand what is SElinux because the first time for me to use Fedora. I follow you and now can solve this problem. I solve that set "SELINUX=disabled" in /etc/selinux/config Thank you very much for your help. Best Regards

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-07-02 Thread rsomsak123
I create "testing" user for tesing "public_html". Now "testing" user that home directory under "/export3/home3/office3" is working well. More detail below. # grep testing /etc/passwd testing:x:3:100::/export3/home3/office3/testing:/bin/bash And httpd.conf below. AllowOverride File

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-07-01 Thread rsomsak123
Quoting Joshua Slive <[EMAIL PROTECTED]>: > You've already been told several times that the problem is likely > SELinux config, and you've been given direct links explaining how to > understand and solve the problem. What more do you want? > I just told you that user which have home directory

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-30 Thread rsomsak123
Quoting Bill Jones <[EMAIL PROTECTED]>: > On 6/28/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > > Is the web server running as manuser? > >Running as "apache" user. > > > > # grep apache /etc/passwd > > apache:x:48:48:Apache:/var/www:/sbin/nologin > > > > # grep 48 /etc/group > > apac

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-28 Thread rsomsak123
un 28 18:31:08 2006] [error] [client 210.168.195.131] > (13)Permission > > denie > > d: access to /~manuser denied > > > > My "httpd.conf" show below. > > http://mor-or.pn.psu.ac.th/~rsomsak123/httpd.conf.txt > > > > Other in

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-28 Thread rsomsak123
My "httpd.conf" show below. http://mor-or.pn.psu.ac.th/~rsomsak123/httpd.conf.txt Other information on my Linux Server show below. # grep manuserl /etc/passwd manuser:x:500:500:Man USER:/home/manuser:/bin/bash # ls -ld /home drwxr-xr-x 7 root root 4096 Jun 28 09:53 /home

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-27 Thread rsomsak123
I used Fedora Core 3. Quoting Joshua Slive <[EMAIL PROTECTED]>: > On 6/27/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Dear Sir, > > I used Apache/2.0.52 that come with Fedora Core 3. > > I want to config "public_html" for each user in file > > "httpd.conf" but don"t work. > >

Re: [EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-27 Thread rsomsak123
I follow you to use 755 but still problem. Any idea ? reagrds, Somsak. Quoting Felipe Tocchetto <[EMAIL PROTECTED]>: > try use 755 on your home: > > drwxr-xr-x 18 felipe other 2560 Jun 26 16:21 felipe > > On 6/27/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> w

[EMAIL PROTECTED] "public_html" for each user don"t work.

2006-06-27 Thread rsomsak123
Dear Sir, I used Apache/2.0.52 that come with Fedora Core 3. I want to config "public_html" for each user in file "httpd.conf" but don"t work. I config httpd.conf below. #UserDir disable//Delete this line UserDir public_html When used IE it has error messa