Re: [us...@httpd] Forbidden error

2008-08-19 Thread Eric Covener
On Tue, Aug 19, 2008 at 10:56 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Tue, Aug 19, 2008 at 10:22 AM, Frank Gingras > <[EMAIL PROTECTED]> wrote: >> Please chmod /home/veena to 711. >>> drwx-- veena > > "other" needs read and execute on intermediate directories, 755. I'm quite wrong as

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Eric Covener
On Tue, Aug 19, 2008 at 10:22 AM, Frank Gingras <[EMAIL PROTECTED]> wrote: > Please chmod /home/veena to 711. >> drwx-- veena "other" needs read and execute on intermediate directories, 755. -- Eric Covener [EMAIL PROTECTED] -

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Frank Gingras
Please chmod /home/veena to 711. Ch Praveena wrote: Please find the command line o/p: [EMAIL PROTECTED] ~]# namei -m /home/veena/softwares/apachesrc/ f: /home/veena/softwares/apachesrc/ drwxr-xr-x / drwxr-xr-x home drwx-- veena drwxr-xr-x softwares drwxr-xr-x apachesrc [EMAIL PROTECTED

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Ch Praveena
Please find the command line o/p: [EMAIL PROTECTED] ~]# namei -m /home/veena/softwares/apachesrc/ f: /home/veena/softwares/apachesrc/ drwxr-xr-x / drwxr-xr-x home drwx-- veena drwxr-xr-x softwares drwxr-xr-x apachesrc [EMAIL PROTECTED] ~]# namei -m /home/veena/softwares/apachesrc/htdocs/

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Frank Gingras
At this point, since we're moving at a snail's pace here, please run the command 'namei -m /full/path/to/docroot/starting/from/slash' (use your own path) and include it in the next reply. We'll be able to point out your error right away. Ch Praveena wrote: Thank you very much all of you for y

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Ch Praveena
Thank you very much all of you for your patience!! I ve run the 'chmod' command and also 'chown' to the root document. But still its saying the same forbidden error. I will definitely check once again with my things once again and seek ur help.. 2008/8/19 Frank Gingras <[EMAIL PROTECTED]> >

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Frank Gingras
Actually, changing the ownership of the path DocumentRoot is configured to use to the same user apache is configured to run as is a very bad idea. What you should do, instead, is either changing the ownership to root, while giving it write access to the group that will update the content or us

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Evert Lammerts
Your User's called 'nobody' do a >> chown nobody /path/to/document/root obviously, replacing /path/to/document/root with the actual path to your document root. On Tue, Aug 19, 2008 at 3:17 PM, Ch Praveena <[EMAIL PROTECTED]> wrote: > > I am attaching my httpd.conf file. Please check with this..

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Ch Praveena
I am attaching my httpd.conf file. Please check with this.. Thank you all for your patience. 2008/8/19 Krist van Besien <[EMAIL PROTECTED]> > On Tue, Aug 19, 2008 at 14:44, Ch Praveena <[EMAIL PROTECTED]> wrote: > > Very happy to see your response :) > > > > I ve got the message as follows

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Krist van Besien
On Tue, Aug 19, 2008 at 14:44, Ch Praveena <[EMAIL PROTECTED]> wrote: > Very happy to see your response :) > > I ve got the message as follows in my command line: > > [EMAIL PROTECTED] ~]# chown www-user /path/to/document/root > chown: `www-user': invalid user > [EMAIL PROTECTED] ~]# chown www-data

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Eric Covener
On Tue, Aug 19, 2008 at 8:00 AM, Ch Praveena <[EMAIL PROTECTED]> wrote: > Hi Mr. Eric Covener, > > I am sure that I am currently running from ROOT user completely. > But still I am getting this error. Please let me know if any other reason > would be for this. > > Please let me know why SELINUX obj

Re: [us...@httpd] Forbidden error

2008-08-19 Thread Krist van Besien
On Tue, Aug 19, 2008 at 14:00, Ch Praveena <[EMAIL PROTECTED]> wrote: > I am sure that I am currently running from ROOT user completely. So you have the line "User root" in your httpd.conf? This is very unwise. Also very unlikely. Apache has it's own access control system. In order to be able t