Re: NFS and apache...

2007-05-31 Thread Agus
2007/5/30, Jonathan Horne <[EMAIL PROTECTED]>: On Wednesday 30 May 2007 17:45:42 Agus wrote: > 2007/5/30, Christopher Hilton <[EMAIL PROTECTED]>: > > Erik Norgaard wrote: > > >> How can i do this? I am trying but im getting permission > > >> denied...while trying to create a file... > > > > > >

Re: NFS and apache...

2007-05-30 Thread Jonathan Horne
On Wednesday 30 May 2007 17:45:42 Agus wrote: > 2007/5/30, Christopher Hilton <[EMAIL PROTECTED]>: > > Erik Norgaard wrote: > > >> How can i do this? I am trying but im getting permission > > >> denied...while trying to create a file... > > > > > > NFS is insecure (No File Security) since there is

Re: NFS and apache...

2007-05-30 Thread Agus
2007/5/30, Christopher Hilton <[EMAIL PROTECTED]>: Erik Norgaard wrote: >> How can i do this? I am trying but im getting permission denied...while >> trying to create a file... > > NFS is insecure (No File Security) since there is no authentication. You > get access with the user id of your cur

Re: NFS and apache...

2007-05-30 Thread Christopher Hilton
Erik Norgaard wrote: How can i do this? I am trying but im getting permission denied...while trying to create a file... NFS is insecure (No File Security) since there is no authentication. You get access with the user id of your current user. I didn't want to touch the security problems w

Re: NFS and apache...

2007-05-30 Thread Erik Norgaard
Agus wrote: Hi all, I got the following scenario. Freebsd with Apache22 and NFS. I want to export the /usr/local/www/apache22/data/site so that the content of that site can be modified from my personal machine. The permissions on site/ are rwx for root and group webadm, and rx for others... How

NFS and apache...

2007-05-29 Thread Agus
Hi all, I got the following scenario. Freebsd with Apache22 and NFS. I want to export the /usr/local/www/apache22/data/site so that the content of that site can be modified from my personal machine. The permissions on site/ are rwx for root and group webadm, and rx for others... How can i do thi