Re: How to chmod files in my web server

2007-03-19 Thread Jordi
Thanks Wei Chen!! Jordi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to chmod files in my web server

2007-03-19 Thread Wei Chen
On 19 Mar 2007 04:18:27 -0700, Jordi <[EMAIL PROTECTED]> wrote: Just one last question Wei Chen: And the files inside that folders are ok chmoded that way? Thanks for your recommendation. Yes. All files can be set 644 and all directories can be set 755 except that the upload directory should

Re: How to chmod files in my web server

2007-03-19 Thread Jordi
Just one last question Wei Chen: And the files inside that folders are ok chmoded that way? Jordi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to chmod files in my web server

2007-03-19 Thread Jordi
Thank Wei Chen, you solved all my doubts. I am using Drupal as CMS, it is great. I recommend you to use it. So long, and thanks very much Jordi R Cardona -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to chmod files in my web server

2007-03-18 Thread Wei Chen
On 18 Mar 2007 13:24:54 -0700, Jordi <[EMAIL PROTECTED]> wrote: Hi Wei Chen, Thanks for that excelent info. > I think 755 is all right. The execute bit for a directory means the > permission of going into the directory. And what about setting the files to chmod 744 ? That way will be better?

Re: How to chmod files in my web server

2007-03-18 Thread Jordi
Hi Wei Chen, Thanks for that excelent info. > I think 755 is all right. The execute bit for a directory means the > permission of going into the directory. And what about setting the files to chmod 744 ? That way will be better? Or not? Jordi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wi

Re: How to chmod files in my web server

2007-03-18 Thread Wei Chen
On 18 Mar 2007 09:16:35 -0700, Jordi <[EMAIL PROTECTED]> wrote: Hello I have a web server in my PC. I need to chmod the files correctly so I don't have a security risk. I am using a CMS for the website. I have full access to my pc, as it is in my house, and I can manipulate it through keyboard

How to chmod files in my web server

2007-03-18 Thread Jordi
Hello I have a web server in my PC. I need to chmod the files correctly so I don't have a security risk. I am using a CMS for the website. I have full access to my pc, as it is in my house, and I can manipulate it through keyboard, so I have no problem to change the chmod to the most restrictive