Re: [EMAIL PROTECTED] How to populate webspace

2006-11-12 Thread Viitasaari
FYI Without going to virtual hosting this seems to be the best way to set up a webmaster to populate a webspace: CREATE WEBMASTER USER/GROUP useradd webmaster passwd webmaster CHROOT WEBMASTER Uncomment the following from the /etc/vsftpd/vsftpd.conf file: chroot_list_enable=YES chroot_list_file=

Re: [EMAIL PROTECTED] How to populate webspace

2006-11-05 Thread Steven Pierce
On 11/5/2006 at 10:11 PM Viitasaari wrote: >Hi...I am a newbie at this forum so my question may be obvious to many >of you. > >I have Apache, FTP and Telnet working on my Fedora 5 box. Currently, >the only user on the box is root. > >What I would like to do next is set it up so that the webmast

Re: [EMAIL PROTECTED] How to populate webspace

2006-11-05 Thread Peter Winch
The only warning I'd give you is if you upload anything as root, you may need to do a chmod to allow access by any other user you may create in the future.Viitasaari <[EMAIL PROTECTED]> wrote: Hi...I am a newbie at this forum so my question may be obvious to manyof you.I have Apache, FTP and Telne

[EMAIL PROTECTED] How to populate webspace

2006-11-05 Thread Viitasaari
Hi...I am a newbie at this forum so my question may be obvious to many of you. I have Apache, FTP and Telnet working on my Fedora 5 box. Currently, the only user on the box is root. What I would like to do next is set it up so that the webmaster can populate the webspace using ftp. Any help wou